diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 08:39:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 08:39:57 +0000 |
commit | 3dd17a29a02f2ee4f2a253b63d67ee7004c61b55 (patch) | |
tree | d658c0a773b3f2b93072b84d8c1fa4fd2579e39b /net-mail/postfix/postfix-2.0.10-r1.ebuild | |
parent | header fix; whitespace cleanup (diff) | |
download | historical-3dd17a29a02f2ee4f2a253b63d67ee7004c61b55.tar.gz historical-3dd17a29a02f2ee4f2a253b63d67ee7004c61b55.tar.bz2 historical-3dd17a29a02f2ee4f2a253b63d67ee7004c61b55.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/postfix/postfix-2.0.10-r1.ebuild')
-rw-r--r-- | net-mail/postfix/postfix-2.0.10-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/postfix/postfix-2.0.10-r1.ebuild b/net-mail/postfix/postfix-2.0.10-r1.ebuild index 5320a55ebdc7..b1654f5c05c5 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.5 2003/07/13 13:32:32 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.10-r1.ebuild,v 1.6 2003/09/05 08:38:49 msterret Exp $ inherit eutils @@ -47,7 +47,7 @@ pkg_setup() { if ! grep -q ^mail:.*postfix /etc/group ; then usermod -G mail postfix || die "problem adding user postfix to group mail" fi - + # Prevent mangling the smtpd.conf file if [ ! -L ${ROOT}/usr/lib/sasl2/smtpd.conf ] then @@ -66,7 +66,7 @@ pkg_setup() { rm ${ROOT}/etc/sasl2/smtpd.conf fi - # If both files exist, make sure that we + # If both files exist, make sure that we # preserve a copy of each with the ._cfg # system if [ -f ${ROOT}/etc/sasl2/smtpd.conf ] |