diff options
author | 2005-01-25 11:21:50 +0000 | |
---|---|---|
committer | 2005-01-25 11:21:50 +0000 | |
commit | 0adba4704f8eaab81fe26109cd4694498c3977b0 (patch) | |
tree | 92194b5eb490255a010f5ad99d6c830d6cb03225 /app-antivirus/clamav/files/clamd.rc | |
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/files/clamd.rc')
-rw-r--r-- | app-antivirus/clamav/files/clamd.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |