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

Michael Tautschnig mt at debian.org
Sun Sep 26 09:27:35 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 6ce8799af2dee655737269ae8aebab401f21dbb1
Author: Michael Tautschnig <mt at debian.org>
Date:   Sun Sep 26 11:25:09 2010 +0200

    Removed trailing / from freshclam's default DatabaseDirectory
    
    - closes: #598084
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 6b2cec1..d061253 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ clamav (0.96.3+dfsg-2) unstable; urgency=low
   * Do rmdir /etc/clamav, /var/log/clamav, /var/lib/clamav in all postrms as
     we cannot count on clamav-base's postrm to be the last one being called
     (thanks piuparts).
+  * Remove trailing / in freshclam's DatabaseDirectory default value
+    (closes: #598084).
   
  -- Michael Tautschnig <mt at debian.org>  Sun, 26 Sep 2010 11:18:22 +0200
 
diff --git a/debian/clamav-freshclam.postinst.in b/debian/clamav-freshclam.postinst.in
index 16b715a..7a9f3f6 100644
--- a/debian/clamav-freshclam.postinst.in
+++ b/debian/clamav-freshclam.postinst.in
@@ -176,7 +176,7 @@ case "$1" in
   [ -z "$LogFileMaxSize" ] && LogFileMaxSize=0
   [ -z "$Foreground" ] && Foreground=false
   [ -z "$Debug" ] && Debug=false
-  [ -z "$DatabaseDirectory" ] && DatabaseDirectory='/var/lib/clamav/'
+  [ -z "$DatabaseDirectory" ] && DatabaseDirectory='/var/lib/clamav'
   [ -z "$DNSDatabaseInfo" ] && DNSDatabaseInfo='current.cvd.clamav.net'
   [ -z "$AllowSupplementaryGroups" ] && AllowSupplementaryGroups=false
   [ -z "$PidFile" ] && PidFile='/var/run/clamav/freshclam.pid'

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list