diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-06-18 23:19:56 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-06-18 23:19:56 +0000 |
commit | d2b0fe4c0a33e1009c55d398dc2653d46ae73717 (patch) | |
tree | 636e7a66278339a47fd29ff4edbc5081d75aae1d /mail-filter | |
parent | Make the initscript 'use postfix_greylist'. (diff) | |
download | historical-d2b0fe4c0a33e1009c55d398dc2653d46ae73717.tar.gz historical-d2b0fe4c0a33e1009c55d398dc2653d46ae73717.tar.bz2 historical-d2b0fe4c0a33e1009c55d398dc2653d46ae73717.zip |
postfix_graylist -> postfix_greylist
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/gld/files/gld.rc | 4 | ||||
-rw-r--r-- | mail-filter/postgrey/files/postgrey.rc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail-filter/gld/files/gld.rc b/mail-filter/gld/files/gld.rc index 0757ced9c1dc..15dbadf0bac9 100644 --- a/mail-filter/gld/files/gld.rc +++ b/mail-filter/gld/files/gld.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/gld/files/gld.rc,v 1.4 2005/06/18 22:50:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/files/gld.rc,v 1.5 2005/06/18 23:18:15 ticho Exp $ depend() { need net # in case mysql daemon is not local use dns mysql postgresql before postfix - provide postfix_graylist + provide postfix_greylist } start() { diff --git a/mail-filter/postgrey/files/postgrey.rc b/mail-filter/postgrey/files/postgrey.rc index 2878f7f414c3..1a4612d0c516 100644 --- a/mail-filter/postgrey/files/postgrey.rc +++ b/mail-filter/postgrey/files/postgrey.rc @@ -1,12 +1,12 @@ #!/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.3 2005/06/18 22:46:45 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc,v 1.4 2005/06/18 23:19:56 ticho Exp $ depend() { need net use postfix - provide postfix_graylist + provide postfix_greylist } checkconfig() { |