diff options
author | 2004-03-18 15:25:31 +0000 | |
---|---|---|
committer | 2004-03-18 15:25:31 +0000 | |
commit | 9ea2494c871b6c542657f4c683b873fa7ec3745a (patch) | |
tree | 241ac09c976f1ae6247f498f7f6680f0833df31b /net-mail | |
parent | New ebuild to close bug 40861 (diff) | |
download | historical-9ea2494c871b6c542657f4c683b873fa7ec3745a.tar.gz historical-9ea2494c871b6c542657f4c683b873fa7ec3745a.tar.bz2 historical-9ea2494c871b6c542657f4c683b873fa7ec3745a.zip |
Fixing bug #44989
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/postfix/Manifest | 4 | ||||
-rw-r--r-- | net-mail/postfix/postfix-2.0.19-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog index 8d81369b54a9..878725cc9af3 100644 --- a/net-mail/postfix/ChangeLog +++ b/net-mail/postfix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/postfix # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.112 2004/03/18 12:25:49 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.113 2004/03/18 15:25:31 g2boojum Exp $ + + 18 Mar 2004; Grant Goodyear <g2boojum@hotmail.com> postfix-2.0.19-r2.ebuild: + Whoops, forgot to create sendmail.postfix (bug 44989). *postfix-2.0.19-r2 (17 Mar 2004) diff --git a/net-mail/postfix/Manifest b/net-mail/postfix/Manifest index 775f1cd2eff9..6d703418503c 100644 --- a/net-mail/postfix/Manifest +++ b/net-mail/postfix/Manifest @@ -1,10 +1,10 @@ MD5 27fe74a078816742b6413fbfabadb4d8 postfix-2.0.18.ebuild 6793 -MD5 821363ad2f13fd84df32a734c6ca5107 postfix-2.0.19-r2.ebuild 6057 +MD5 8a8a8048f4a11b5adb15bea0170149b3 postfix-2.0.19-r2.ebuild 6088 MD5 814186572595eb376ac5febb83c50d00 postfix-1.1.11.20020917-r1.ebuild 4593 MD5 9caa85e7ab35992b3eb513006ac19937 postfix-2.0.16-r1.ebuild 6793 MD5 9bc61c7492be4434b4f745e4755ac637 postfix-2.0.19.ebuild 6792 MD5 9df73810c99fc194ce82dd3cdd3cead0 postfix-2.0.19-r1.ebuild 5935 -MD5 30282a12e797dc6c195dd0b5f7860401 ChangeLog 23018 +MD5 032fec5e129d26f2cdc48d8b1f82d109 ChangeLog 23159 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 203fa874ac60ebfd492d00215963aac4 postfix-2.0.11.ebuild 6042 MD5 4c4377dfe501bf2a981176f09c98fede postfix-1.1.11.20020917.ebuild 4578 diff --git a/net-mail/postfix/postfix-2.0.19-r2.ebuild b/net-mail/postfix/postfix-2.0.19-r2.ebuild index 5ec1a68b410d..8aa05c9d20ab 100644 --- a/net-mail/postfix/postfix-2.0.19-r2.ebuild +++ b/net-mail/postfix/postfix-2.0.19-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.19-r2.ebuild,v 1.1 2004/03/17 23:50:32 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.19-r2.ebuild,v 1.2 2004/03/18 15:25:31 g2boojum Exp $ inherit eutils ssl-cert @@ -129,7 +129,7 @@ src_install () { setgid_group="postdrop" || die "postfix-install failed" # Remove the /usr/sbin/sendmail symlink - rm ${D}/usr/sbin/sendmail + mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.postfix # Provide another link for legacy FSH. dosym /usr/sbin/sendmail /usr/lib/sendmail |