diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-08 00:15:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-08 00:15:41 +0000 |
commit | fbee990a331f9630f3b399658330bee43ccacae2 (patch) | |
tree | 392d73d87650667efcb20b22f2af84c3fec7cc16 | |
parent | removed some unnecessary ebuilds (diff) | |
download | historical-fbee990a331f9630f3b399658330bee43ccacae2.tar.gz historical-fbee990a331f9630f3b399658330bee43ccacae2.tar.bz2 historical-fbee990a331f9630f3b399658330bee43ccacae2.zip |
keepdir to keep the subdirs in /var/spool/postfix
-rw-r--r-- | net-mail/postfix/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/postfix/Manifest | 4 | ||||
-rw-r--r-- | net-mail/postfix/postfix-2.0.16-r1.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog index 3de1e6c6d1f2..6a4e04297dcb 100644 --- a/net-mail/postfix/ChangeLog +++ b/net-mail/postfix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/postfix # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.93 2003/11/04 05:13:22 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.94 2003/11/08 00:15:34 seemant Exp $ + + 07 Nov 2003; Seemant Kulleen <seemant@gentoo.org> postfix-2.0.16-r1.ebuild: + keepdir to keep the subdirs in /var/spool/postfix 03 Nov 2003; Max Kalika <max@gentoo.org> postfix-2.0.16-r1.ebuild: Allow user to set SSL_ORGANIZATION in make.conf. diff --git a/net-mail/postfix/Manifest b/net-mail/postfix/Manifest index 675463ce3a5d..02f7e96909c4 100644 --- a/net-mail/postfix/Manifest +++ b/net-mail/postfix/Manifest @@ -2,11 +2,11 @@ MD5 7b7d8734e7bc6ee63b2a4091764a89f5 postfix-2.0.10-r1.ebuild 6165 MD5 c12766a3a53ca35ee6ce96df52d4c304 postfix-2.0.13-r1.ebuild 6350 MD5 f7902206b1ea1c3894f86f798f2eb0bd postfix-2.0.9.ebuild 6241 MD5 ef533edc3256c24f6ef2a04444b71404 postfix-1.1.11.20020917-r1.ebuild 4598 -MD5 cb0237d07ff3118e6bd9a4dd6906718b postfix-2.0.16-r1.ebuild 6424 +MD5 4a93f5605ce65dd9af45cbb52d1f3f4d postfix-2.0.16-r1.ebuild 6557 MD5 017fd96b86cea185de4708cf233f4e54 postfix-2.0.12-r1.ebuild 6032 MD5 b61085a605c41f64b6afb513fca4643c postfix-2.0.14.ebuild 6384 MD5 60523f236fe252023ae5860b6d39b5e8 postfix-2.0.15-r1.ebuild 6388 -MD5 64a1b5ac66a1908b904732c0de00bff3 ChangeLog 19358 +MD5 696b4357feb1d9ca4c5ddd6a59517f25 ChangeLog 19493 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 e111650f4a8f3c0405c9eb007cc74f31 postfix-2.0.11.ebuild 6036 MD5 3b74d1f1c47c8d5630d8f356adb2e28b postfix-1.1.11.20020917.ebuild 4578 diff --git a/net-mail/postfix/postfix-2.0.16-r1.ebuild b/net-mail/postfix/postfix-2.0.16-r1.ebuild index f22078032a3e..4df9b112c7e8 100644 --- a/net-mail/postfix/postfix-2.0.16-r1.ebuild +++ b/net-mail/postfix/postfix-2.0.16-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.16-r1.ebuild,v 1.5 2003/11/05 00:54:30 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.16-r1.ebuild,v 1.6 2003/11/08 00:15:34 seemant Exp $ inherit eutils ssl-cert @@ -192,7 +192,9 @@ src_install () { dosym /etc/sasl2/smtpd.conf /usr/lib/sasl2/smtpd.conf fi - keepdir /var/spool/postfix + SPOOLDIR=/var/spool/postfix + keepdir ${SPOOLDIR}/{pid,hold,corrupt,defer,flush,maildrop,active,bounce} + keepdir ${SPOOLDIR}/{deferred,public,incoming,private} } pkg_postinst() { |