summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-07-07 02:34:55 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-07-07 02:34:55 +0000
commit219be3cb96f3b006e65729098d379fabac3c5619 (patch)
treefdcb7f82121650b5ccadd01eb13ef7f572abd6ac /mail-mta/postfix/files
parentsync IUSE (diff)
downloadgentoo-2-219be3cb96f3b006e65729098d379fabac3c5619.tar.gz
gentoo-2-219be3cb96f3b006e65729098d379fabac3c5619.tar.bz2
gentoo-2-219be3cb96f3b006e65729098d379fabac3c5619.zip
Reverted the use vs. need net change, for Tuan to consider first. Oops!
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-mta/postfix/files')
-rw-r--r--mail-mta/postfix/files/postfix.rc6.2.2.34
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/files/postfix.rc6.2.2.3 b/mail-mta/postfix/files/postfix.rc6.2.2.3
index 60a6c71f9575..5108811f7ef1 100644
--- a/mail-mta/postfix/files/postfix.rc6.2.2.3
+++ b/mail-mta/postfix/files/postfix.rc6.2.2.3
@@ -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-mta/postfix/files/postfix.rc6.2.2.3,v 1.2 2005/07/07 02:27:10 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.2.3,v 1.3 2005/07/07 02:34:55 ticho Exp $
opts="${opts} reload"
depend() {
- use net
+ need net
use logger dns ypbind amavisd mysql postgresql antivirus postfix_greylist
provide mta
}