summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-06-14 07:18:58 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-06-14 07:18:58 +0000
commitc4ac910b7a4cf7dcfc4a0d35fde9196318c1d156 (patch)
treea7a6c224e14e10a895ff9ba94cef421c864a2328 /net-mail/postfix/postfix-2.0.10-r1.ebuild
parentversion bump (diff)
downloadhistorical-c4ac910b7a4cf7dcfc4a0d35fde9196318c1d156.tar.gz
historical-c4ac910b7a4cf7dcfc4a0d35fde9196318c1d156.tar.bz2
historical-c4ac910b7a4cf7dcfc4a0d35fde9196318c1d156.zip
More fixing for bug 15252
Diffstat (limited to 'net-mail/postfix/postfix-2.0.10-r1.ebuild')
-rw-r--r--net-mail/postfix/postfix-2.0.10-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mail/postfix/postfix-2.0.10-r1.ebuild b/net-mail/postfix/postfix-2.0.10-r1.ebuild
index e2ad43b2f04e..913659d85822 100644
--- a/net-mail/postfix/postfix-2.0.10-r1.ebuild
+++ b/net-mail/postfix/postfix-2.0.10-r1.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.10-r1.ebuild,v 1.3 2003/06/13 22:49:38 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.10-r1.ebuild,v 1.4 2003/06/14 07:18:45 lostlogic Exp $
inherit eutils
@@ -71,11 +71,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