diff options
-rw-r--r-- | mail-mta/postfix/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.4.5.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog index 378fc9fdf2ad..1cf5a2cea2bb 100644 --- a/mail-mta/postfix/ChangeLog +++ b/mail-mta/postfix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/postfix # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.132 2007/08/31 13:53:48 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.133 2007/09/19 16:09:35 chutzpah Exp $ + + 19 Sep 2007; Patrick McLean <chutzpah@gentoo.org> postfix-2.4.5.ebuild: + Change paths to binaries in default master.cf to standard gentoo paths + (/usr/local/ to /usr/, requested by seemant). *postfix-2.4.5 (31 Aug 2007) diff --git a/mail-mta/postfix/postfix-2.4.5.ebuild b/mail-mta/postfix/postfix-2.4.5.ebuild index 56ff563ff024..9d5c52d2e6bf 100644 --- a/mail-mta/postfix/postfix-2.4.5.ebuild +++ b/mail-mta/postfix/postfix-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v 1.1 2007/08/31 13:53:48 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v 1.2 2007/09/19 16:09:35 chutzpah Exp $ # NOTE: this ebuild is a regular ebuild without mailer-config support! # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support" @@ -161,6 +161,9 @@ src_unpack() { sed -i -e "/^#define ALIAS_DB_MAP/s|hash:/etc/aliases|hash:/etc/mail/aliases|" \ src/util/sys_defs.h || die "sed failed" + + # change default paths to better comply with portage standard paths + sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed" } src_compile() { |