diff options
author | 2003-06-14 07:18:58 +0000 | |
---|---|---|
committer | 2003-06-14 07:18:58 +0000 | |
commit | 02aab9988c50dfb7a6acf4d5f72d961f7ec4d489 (patch) | |
tree | 2bd4d5f1521cffcd9aa5e9464eb758e046e0eb58 /net-mail/postfix/postfix-2.0.11.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-02aab9988c50dfb7a6acf4d5f72d961f7ec4d489.tar.gz gentoo-2-02aab9988c50dfb7a6acf4d5f72d961f7ec4d489.tar.bz2 gentoo-2-02aab9988c50dfb7a6acf4d5f72d961f7ec4d489.zip |
More fixing for bug 15252
Diffstat (limited to 'net-mail/postfix/postfix-2.0.11.ebuild')
-rw-r--r-- | net-mail/postfix/postfix-2.0.11.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mail/postfix/postfix-2.0.11.ebuild b/net-mail/postfix/postfix-2.0.11.ebuild index b5671b72bc29..8e165be9a4fb 100644 --- a/net-mail/postfix/postfix-2.0.11.ebuild +++ b/net-mail/postfix/postfix-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.11.ebuild,v 1.5 2003/06/13 22:44:52 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.11.ebuild,v 1.6 2003/06/14 07:18:45 lostlogic Exp $ IUSE="ssl mysql sasl ldap ipv6 maildir mbox" @@ -77,11 +77,10 @@ pkg_setup() { # system if [ -f ${ROOT}/etc/sasl2/smtpd.conf ] then - mv ${ROOT}/usr/lib/sasl2/smtpd.conf \ + mv ${ROOT}/etc/sasl2/smtpd.conf \ ${ROOT}/etc/sasl2/._cfg0000_smtpd.conf - else - mv ${ROOT}/usr/lib/sasl2/smtpd.conf ${ROOT}/etc/sasl2 fi + mv ${ROOT}/usr/lib/sasl2/smtpd.conf ${ROOT}/etc/sasl2 eend fi fi |