[Pkg-clamav-commits] [SCM] packaging for clamav-unoffical-sigs branch, master, updated. debian/3.3-2-29-gc3d8666

Paul Wise pabs at debian.org
Sat Jan 2 00:47:11 UTC 2010


The following commit has been merged in the master branch:
commit c3d86665d21c9cd2a26b0486cf5cb27afe74b20e
Author: Paul Wise <pabs at debian.org>
Date:   Sat Jan 2 08:46:22 2010 +0800

    Set the default log file permissions to clamav:adm 644 (Closes: #552351)

diff --git a/debian/changelog b/debian/changelog
index 08c6ffd..d5468c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ clamav-unofficial-sigs (3.6-1) UNRELEASED; urgency=low
     - Now uses dig to discover mirror IPs, depend on dnsutils
   * In the instructions for extra security, send mail to root
   * Bump Standards-Version, no changes needed
+  * Set the default log file permissions to clamav:adm 644 (Closes: #552351)
 
  -- Paul Wise <pabs at debian.org>  Sat, 26 Sep 2009 16:03:11 +0800
 
diff --git a/debian/rules b/debian/rules
index eda17ff..fd405e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	sed -e 's_root_clamav_g' \
+	sed -e 's_root *root_clamav adm_' \
+	    -e 's_600_640_' \
 	    < clamav-unofficial-sigs-logrotate > debian/logrotate
 	sed -e 's/bin/sbin/;s/\.sh//;s/ *-c *[^ ]*//' \
 	    -e 's_^\([^/#]*\)\(/[^ ]*\)_\1[ -x \2 ] \&\& \2_' \

-- 
packaging for clamav-unoffical-sigs



More information about the Pkg-clamav-commits mailing list