diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2005-01-25 11:21:50 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2005-01-25 11:21:50 +0000 |
commit | 0adba4704f8eaab81fe26109cd4694498c3977b0 (patch) | |
tree | 92194b5eb490255a010f5ad99d6c830d6cb03225 /app-antivirus/clamav | |
parent | Run gcc-config if installed profile is the same as running profile for multis... (diff) | |
download | gentoo-2-0adba4704f8eaab81fe26109cd4694498c3977b0.tar.gz gentoo-2-0adba4704f8eaab81fe26109cd4694498c3977b0.tar.bz2 gentoo-2-0adba4704f8eaab81fe26109cd4694498c3977b0.zip |
changed init script dependency from 'need net' to 'use net'. fixes bug #76022, thanks to Thomas Bettler <bettlertho@sis.unibe.ch> for pointing this out
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/clamav/files/clamd.rc | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 5d6fd81d2b6f..3f4e06389e27 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.31 2005/01/20 03:05:29 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.32 2005/01/25 11:21:50 lordvan Exp $ + + 25 Jan 2005; Thomas Raschbacher <lordvan@gentoo.org> files/clamd.rc: + changed init script dependency from 'need net' to 'use net'. fixes bug + #76022, thanks to Thomas Bettler <bettlertho@sis.unibe.ch> for pointing this + out 19 Jan 2005; Joshua Kinard <kumba@gentoo.org> clamav-0.75.1.ebuild: Untested on mips, someone wasn't paying attention when they added the mips diff --git a/app-antivirus/clamav/files/clamd.rc b/app-antivirus/clamav/files/clamd.rc index d5c882bb1f2d..0e65a409b398 100644 --- a/app-antivirus/clamav/files/clamd.rc +++ b/app-antivirus/clamav/files/clamd.rc @@ -1,10 +1,10 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/files/clamd.rc,v 1.4 2004/08/04 20:46:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/files/clamd.rc,v 1.5 2005/01/25 11:21:50 lordvan Exp $ depend() { - need net + use net } start() { |