summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-filter/postgrey/files/postgrey.rc.new')
-rw-r--r--mail-filter/postgrey/files/postgrey.rc.new4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/postgrey/files/postgrey.rc.new b/mail-filter/postgrey/files/postgrey.rc.new
index ea384c058571..763b15bd613c 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.1.1.1 2005/11/30 10:12:03 chriswhite Exp $
conf="/etc/conf.d/postgrey"
depend() {
need net
- use postfix
+ before postfix
provide postfix_greylist
}