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 | 05d77345251476ecd24d373b3407fdb97bb10673 (patch) | |
tree | b59c2a069249cb82884035d8d9da121fa5c3ea8e /mail-filter/postgrey | |
parent | Make the initscript 'use postfix_greylist'. (diff) | |
download | gentoo-2-05d77345251476ecd24d373b3407fdb97bb10673.tar.gz gentoo-2-05d77345251476ecd24d373b3407fdb97bb10673.tar.bz2 gentoo-2-05d77345251476ecd24d373b3407fdb97bb10673.zip |
postfix_graylist -> postfix_greylist
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-filter/postgrey')
-rw-r--r-- | mail-filter/postgrey/files/postgrey.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |