diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-09-07 21:24:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-09-07 21:24:04 +0000 |
commit | fb3b6f8983dfd7aa1554ea5e1b7da45c30ed100b (patch) | |
tree | 41ba687c113dd5d897d68d395ddeab47c8537e56 /mail-filter/postgrey | |
parent | Mark 1.4.3-r2 stable on ia64 (diff) | |
download | gentoo-2-fb3b6f8983dfd7aa1554ea5e1b7da45c30ed100b.tar.gz gentoo-2-fb3b6f8983dfd7aa1554ea5e1b7da45c30ed100b.tar.bz2 gentoo-2-fb3b6f8983dfd7aa1554ea5e1b7da45c30ed100b.zip |
Do not 'use postfix', rather 'before postfix' to avoid circular iuse dependency in initscripts.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-filter/postgrey')
-rw-r--r-- | mail-filter/postgrey/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/postgrey/files/postgrey.rc | 4 | ||||
-rw-r--r-- | mail-filter/postgrey/files/postgrey.rc.new | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog index 61bc1ec135f2..b93fb07c8a82 100644 --- a/mail-filter/postgrey/ChangeLog +++ b/mail-filter/postgrey/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-filter/postgrey # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.8 2005/09/04 13:03:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.9 2005/09/07 21:24:04 ticho Exp $ + + 07 Sep 2005; Andrej Kacian <ticho@gentoo.org> files/postgrey.rc, + files/postgrey.rc.new: + Do not 'use postfix', rather 'before postfix' to avoid circular iuse + dependency in initscripts. *postgrey-1.21-r1 (04 Sep 2005) diff --git a/mail-filter/postgrey/files/postgrey.rc b/mail-filter/postgrey/files/postgrey.rc index 9d457f356994..95dc11a1203b 100644 --- a/mail-filter/postgrey/files/postgrey.rc +++ b/mail-filter/postgrey/files/postgrey.rc @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc,v 1.5 2005/09/04 13:03:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc,v 1.6 2005/09/07 21:24:04 ticho Exp $ conf="/etc/conf.d/postgrey" depend() { need net - use postfix + before postfix provide postfix_greylist } diff --git a/mail-filter/postgrey/files/postgrey.rc.new b/mail-filter/postgrey/files/postgrey.rc.new index ea384c058571..8d32cee405ee 100644 --- a/mail-filter/postgrey/files/postgrey.rc.new +++ b/mail-filter/postgrey/files/postgrey.rc.new @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new,v 1.1 2005/09/04 13:03:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new,v 1.2 2005/09/07 21:24:04 ticho Exp $ conf="/etc/conf.d/postgrey" depend() { need net - use postfix + before postfix provide postfix_greylist } |