diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2004-03-18 15:25:31 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2004-03-18 15:25:31 +0000 |
commit | 8003187a37a1863d6f68fbc500aac14cc9330c90 (patch) | |
tree | 72a4756fa6fdd099a1852d1da25f66d739f61e8a /net-mail | |
parent | New ebuild to close bug 40861 (Manifest recommit) (diff) | |
download | gentoo-2-8003187a37a1863d6f68fbc500aac14cc9330c90.tar.gz gentoo-2-8003187a37a1863d6f68fbc500aac14cc9330c90.tar.bz2 gentoo-2-8003187a37a1863d6f68fbc500aac14cc9330c90.zip |
Fixing bug #44989
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/postfix/postfix-2.0.19-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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 |