summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2003-08-14 05:17:34 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2003-08-14 05:17:34 +0000
commit91fabdecfba816264b9894575b859fb5cb6ac051 (patch)
treee3c3377b043bad64e26747597a7026a0a164df1c /net-mail/postfix
parentNew ebuild. See bug #25159 (diff)
downloadgentoo-2-91fabdecfba816264b9894575b859fb5cb6ac051.tar.gz
gentoo-2-91fabdecfba816264b9894575b859fb5cb6ac051.tar.bz2
gentoo-2-91fabdecfba816264b9894575b859fb5cb6ac051.zip
bug #26405. start NIS services before starting postfix.
Diffstat (limited to 'net-mail/postfix')
-rw-r--r--net-mail/postfix/ChangeLog6
-rw-r--r--net-mail/postfix/Manifest4
-rw-r--r--net-mail/postfix/files/postfix.rc64
3 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog
index 304f3682f430..0e216e3d868f 100644
--- a/net-mail/postfix/ChangeLog
+++ b/net-mail/postfix/ChangeLog
@@ -1,6 +1,10 @@
# 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.80 2003/07/21 08:35:55 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.81 2003/08/14 05:17:29 g2boojum Exp $
+
+ 13 Aug 2003; Nick Hadaway <raker@gentoo.org> files/postfix.rc6:
+ Added ypbind to the use list so NIS-related services are started
+ before the mail server is started. See bug #26405.
21 Jul 2003; Nick Hadaway <raker@gentoo.org> postfix-2.0.13-r1.ebuild:
Only install the smtpd.conf if sasl is in USE.
diff --git a/net-mail/postfix/Manifest b/net-mail/postfix/Manifest
index 8af275392f6d..d9c98217c28a 100644
--- a/net-mail/postfix/Manifest
+++ b/net-mail/postfix/Manifest
@@ -4,13 +4,13 @@ MD5 be3bcf948577a881d6bf8bcd689f1136 postfix-2.0.13-r1.ebuild 6399
MD5 656396a2cf9d1d2c05cd6b55dc9e988d postfix-2.0.9.ebuild 6242
MD5 0adbbef42d28091a11b3b675345dae91 postfix-1.1.11.20020917-r1.ebuild 4942
MD5 c1939447e7af5681008b1bb8e1cf7a95 postfix-2.0.12-r1.ebuild 6027
-MD5 a53cf91336568752f4439d528b076f4e ChangeLog 16697
+MD5 8532384aad30b29c5015949dd10fb797 ChangeLog 16888
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 9d4e7c0493fcfc6f5009c8dccb81c3d7 postfix-2.0.11.ebuild 6030
MD5 c79b19f95cb38b8802966d7efb54bc60 postfix-1.1.11.20020917.ebuild 4924
MD5 a3eadfcfa0bf6f88ccff41e2d065745b files/postfix-2.0.8_patch.patch 552
MD5 6775371821db3139dd2470c794a1e01f files/digest-postfix-1.1.11.20020917-r1 166
-MD5 fd4b6e380aed0e58ae1f882c71d1de52 files/postfix.rc6 521
+MD5 79c0c432709c6102a453037881fd3d07 files/postfix.rc6 529
MD5 569f1c46350b2718419b72bb9c443c3f files/saslpass 135
MD5 460833c3a1ffc3a240c72f0537802b5c files/tls+ipv6-1.4-pf-1.1.11-20020917.patch.bz2 72150
MD5 40a96d0b5dfb56714e11d1f379ddc5a7 files/main.cf 18376
diff --git a/net-mail/postfix/files/postfix.rc6 b/net-mail/postfix/files/postfix.rc6
index 01e766e69ab6..ab8f47af52fb 100644
--- a/net-mail/postfix/files/postfix.rc6
+++ b/net-mail/postfix/files/postfix.rc6
@@ -1,11 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/files/postfix.rc6,v 1.9 2003/04/19 02:55:27 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/files/postfix.rc6,v 1.10 2003/08/14 05:17:29 g2boojum Exp $
depend() {
need net
- use logger dns
+ use logger dns ypbind
provide mta
}