summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-01-27 10:59:29 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-01-27 10:59:29 +0000
commitdef0eecd0d2e37958c0beb097f983cb16a99c080 (patch)
tree55aa5124c8249b7336a667c4304bb540ba8ce23b /mail-mta/postfix/files
parentRevert previous commit, the fix needs to be more complex. (diff)
downloadhistorical-def0eecd0d2e37958c0beb097f983cb16a99c080.tar.gz
historical-def0eecd0d2e37958c0beb097f983cb16a99c080.tar.bz2
historical-def0eecd0d2e37958c0beb097f983cb16a99c080.zip
use antivirus in initscript. bug #76285.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'mail-mta/postfix/files')
-rw-r--r--mail-mta/postfix/files/postfix.rc64
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/files/postfix.rc6 b/mail-mta/postfix/files/postfix.rc6
index 77cc392e20c8..cc81096672c2 100644
--- a/mail-mta/postfix/files/postfix.rc6
+++ b/mail-mta/postfix/files/postfix.rc6
@@ -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-mta/postfix/files/postfix.rc6,v 1.4 2005/01/22 05:40:25 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6,v 1.5 2005/01/27 10:59:29 ticho Exp $
opts="${opts} reload"
depend() {
need net
- use logger dns ypbind amavisd mysql postgresql
+ use logger dns ypbind amavisd mysql postgresql antivirus
provide mta
}