]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Small fixes on mldonkey and clamav initskript
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 29 Nov 2008 14:15:21 +0000 (15:15 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 29 Nov 2008 14:15:21 +0000 (15:15 +0100)
doc/packages-list.txt
src/initscripts/init.d/clamav
src/initscripts/init.d/mldonkey

index e4cb4ed8c74049fed7650183db40618ce321fbeb..59d6d4f806320df8248a46deb2e0caa739533bea 100644 (file)
 * mkinitcpio-0.5.9
 * mktemp-1.5
 * mldonkey-2.9.2
+* mldonkey-2.9.6
 * module-init-tools-3.5
 * mpc-0.12.1
 * mpd-0.13.2
index 0d223b1033e6cde621616f63880dc1d6b9d08626..7484938bf30da6e825c34fd171dfd5859b2e0283 100644 (file)
@@ -13,7 +13,7 @@ case "$1" in
                COUNTER=0
                while [ "$COUNTER" -lt "30" ]; do
                        [ -e "/usr/share/clamav/main.cvd" ] && \
-                               [ -e "/usr/share/clamav/daily.cld" ] && \
+                               [ -e "/usr/share/clamav/daily.c*d" ] && \
                                        break
                        sleep 5
                        COUNTER=$(($COUNTER + 1))
index aee02a083eee99da2c339aab2781aec57024e606..52a0a8bca5f2332d8ac4a56dac8c220245634255 100644 (file)
@@ -19,7 +19,7 @@ case "${1}" in
        start)
                boot_mesg "Starting mldonkey..."
                chown mldonkey.mldonkey /opt/mldonkey -R &>/dev/null
-               rm -f /opt/mldonkey/.mldonkey/*tmp* 2>/dev/null
+               rm -f /opt/mldonkey/.mldonkey/*.ini.tmp 2>/dev/null
                HOME=/opt/mldonkey /opt/mldonkey/mlnet >/dev/null 2>&1 &
                evaluate_retval
                ;;