[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6195-g56fb51d

Michael Tautschnig mt at debian.org
Mon Apr 19 10:20:51 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 56fb51dcb14204ac347d9b5beab1ad5e8dd3cb67
Author: Michael Tautschnig <mt at debian.org>
Date:   Mon Apr 19 12:20:21 2010 +0200

    Fixed order of arguments to StateGeneric, missing transition
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/clamav-freshclam.config.in b/debian/clamav-freshclam.config.in
index 5437ef8..b795c6e 100644
--- a/debian/clamav-freshclam.config.in
+++ b/debian/clamav-freshclam.config.in
@@ -83,9 +83,8 @@ Statelocal_mirror()
     db_metaget clamav-freshclam/local_mirror value || true
     if [ -z "$RET" ]; then
       db_set clamav-freshclam/local_mirror 'db.local.clamav.net' || true
-    else
-      STATE="http_proxy"
     fi
+    STATE="http_proxy"
   fi
 }
 
@@ -137,7 +136,7 @@ while [ "$STATE" != "End" ]; do
     Statehttp_proxy
     ;;
     proxy_user)
-    StateGeneric medium clamav-freshclam/proxy_user http_proxy update_interval
+    StateGeneric medium clamav-freshclam/proxy_user update_interval http_proxy
     ;;
     internet_interface)
     StateGeneric high clamav-freshclam/internet_interface local_mirror autoupdate_freshclam
@@ -146,7 +145,7 @@ while [ "$STATE" != "End" ]; do
     Stateupdate_interval
     ;;
     notify_daemon)
-    StateGeneric medium clamav-freshclam/NotifyClamd update_interval End
+    StateGeneric medium clamav-freshclam/NotifyClamd End update_interval
     ;;
   esac
 done

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list