[Pkg-dspam-commits] [SCM] Debian packages for the DSPAM anti-spam filter branch, master, updated. debian/3.9.1_rc1+git20110312.9a9050f+dfsg-1-3-geeb38ae

Thomas Preud'homme thomas.preudhomme at celest.fr
Sun Apr 3 21:08:05 UTC 2011


The following commit has been merged in the master branch:
commit d5f51dfc3a906f05ddc6bdbb80624866b2f99749
Author: Thomas Preud'homme <thomas.preudhomme at celest.fr>
Date:   Sun Apr 3 23:00:13 2011 +0200

    Make {my,pg}sql.conf file readable in client mode
    
    change group of mysql.conf and pgsql.conf from root to dspam as in
    --client mode dspam is not root and can't read them. This should close
    bug #470662

diff --git a/debian/libdspam7-drv-mysql.postinst b/debian/libdspam7-drv-mysql.postinst
index 8c3a398..530983d 100644
--- a/debian/libdspam7-drv-mysql.postinst
+++ b/debian/libdspam7-drv-mysql.postinst
@@ -12,7 +12,7 @@ set -e
 
 # Set some variables
 dbc_generate_include=template:/etc/dspam/dspam.d/mysql.conf
-dbc_generate_include_owner="dspam"
+dbc_generate_include_owner="dspam:dspam"
 dbc_generate_include_perms="640"
 dbc_generate_include_args="-U -o template_infile='/etc/dspam/dspam.d/mysql.conf'"
 
diff --git a/debian/libdspam7-drv-pgsql.postinst b/debian/libdspam7-drv-pgsql.postinst
index 6e906f5..fd42e39 100644
--- a/debian/libdspam7-drv-pgsql.postinst
+++ b/debian/libdspam7-drv-pgsql.postinst
@@ -9,7 +9,7 @@ set -e
 
 # Set some variables
 dbc_generate_include=template:/etc/dspam/dspam.d/pgsql.conf
-dbc_generate_include_owner="dspam"
+dbc_generate_include_owner="dspam:dspam"
 dbc_generate_include_perms="640"
 dbc_generate_include_args="-U -o template_infile='/etc/dspam/dspam.d/pgsql.conf'"
 

-- 
Debian packages for the DSPAM anti-spam filter



More information about the Pkg-dspam-commits mailing list