summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-06-18 23:03:37 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-06-18 23:03:37 +0000
commit26dd9e816276aa6a06522fe66a3f9098dea2de0c (patch)
tree50109748d48d71b30ed71e27f0be6bcea1f0b059 /mail-mta/sendmail
parentInitscript provides a "facility" in depend() (diff)
downloadgentoo-2-26dd9e816276aa6a06522fe66a3f9098dea2de0c.tar.gz
gentoo-2-26dd9e816276aa6a06522fe66a3f9098dea2de0c.tar.bz2
gentoo-2-26dd9e816276aa6a06522fe66a3f9098dea2de0c.zip
'use antivirus' in initscript depend(). Bug 76285.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r--mail-mta/sendmail/ChangeLog6
-rw-r--r--mail-mta/sendmail/files/sendmail4
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog
index 4fd106715863..862330ee7870 100644
--- a/mail-mta/sendmail/ChangeLog
+++ b/mail-mta/sendmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/sendmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.33 2005/06/17 20:51:04 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.34 2005/06/18 23:03:37 ticho Exp $
+
+ 18 Jun 2005; Andrej Kacian <ticho@gentoo.org> files/sendmail:
+ Added "antivirus" to 'use' in depend(). Bug #76205, by Phil Pennock <gentoo
+ at spodhuis.demon.nl>.
17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
sendmail-8.13.3.ebuild:
diff --git a/mail-mta/sendmail/files/sendmail b/mail-mta/sendmail/files/sendmail
index 9efb639fdb9e..39402b8df3d6 100644
--- a/mail-mta/sendmail/files/sendmail
+++ b/mail-mta/sendmail/files/sendmail
@@ -1,11 +1,11 @@
#!/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/sendmail/files/sendmail,v 1.4 2004/12/21 14:00:13 tigger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/files/sendmail,v 1.5 2005/06/18 23:03:37 ticho Exp $
depend() {
need net
- use logger
+ use logger antivirus
provide mta
}