diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-27 10:56:26 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-27 10:56:26 +0000 |
commit | 620c8a5f9ed19542ee6a28f83d03ca27b57696c2 (patch) | |
tree | 9d7db0d484221ef9df3fdcbad306e973dc7ceb54 /mail-mta/exim/files | |
parent | fix missing patch while doing housecleaning (#79682) (diff) | |
download | gentoo-2-620c8a5f9ed19542ee6a28f83d03ca27b57696c2.tar.gz gentoo-2-620c8a5f9ed19542ee6a28f83d03ca27b57696c2.tar.bz2 gentoo-2-620c8a5f9ed19542ee6a28f83d03ca27b57696c2.zip |
"use antivirus" in initscript.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-mta/exim/files')
-rw-r--r-- | mail-mta/exim/files/exim.rc6 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail-mta/exim/files/exim.rc6 b/mail-mta/exim/files/exim.rc6 index ac162940842a..109e2a90dc62 100644 --- a/mail-mta/exim/files/exim.rc6 +++ b/mail-mta/exim/files/exim.rc6 @@ -1,10 +1,11 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc6,v 1.3 2005/01/08 19:09:19 peitolm Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc6,v 1.4 2005/01/27 10:56:26 ticho Exp $ depend() { need logger net + use antivirus provide mta } |