]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fix clamav initskript & incrase time for pattern download
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 29 Nov 2008 11:01:48 +0000 (12:01 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 29 Nov 2008 11:01:48 +0000 (12:01 +0100)
doc/packages-list.txt
src/initscripts/init.d/clamav

index 9b409267667160d28394e35061f8b24087c3dc59..e4cb4ed8c74049fed7650183db40618ce321fbeb 100644 (file)
@@ -62,7 +62,6 @@
 * ccache-2.4
 * cdrtools-2.01
 * centerim-4.22.1
-* clamav-0.94.1
 * clamav-0.94.2
 * cmake-2.4.8
 * collectd-4.5.1
index 1eb499ae2f25a1a613b72df38302337998cf8e4d..0d223b1033e6cde621616f63880dc1d6b9d08626 100644 (file)
@@ -11,9 +11,9 @@ case "$1" in
                
                boot_mesg "Starting Clamav Daemon..."
                COUNTER=0
-               while [ "$COUNTER" -lt "10" ]; do
+               while [ "$COUNTER" -lt "30" ]; do
                        [ -e "/usr/share/clamav/main.cvd" ] && \
-                               [ -e "/usr/share/clamav/daily.cvd" ] && \
+                               [ -e "/usr/share/clamav/daily.cld" ] && \
                                        break
                        sleep 5
                        COUNTER=$(($COUNTER + 1))