summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-06-18 23:19:56 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-06-18 23:19:56 +0000
commitd2b0fe4c0a33e1009c55d398dc2653d46ae73717 (patch)
tree636e7a66278339a47fd29ff4edbc5081d75aae1d /mail-filter
parentMake the initscript 'use postfix_greylist'. (diff)
downloadhistorical-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.rc4
-rw-r--r--mail-filter/postgrey/files/postgrey.rc4
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() {