[SCM] BOINC packaging branch, master, updated. upstream/7.0.59+dfsg-684-g7b53801

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Tue Apr 2 10:05:29 UTC 2013


The following commit has been merged in the master branch:
commit 7b538017e9ed8d453045c7d285bbcac4301702bc
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Apr 2 12:05:17 2013 +0200

    Fix for lp: #1162596

diff --git a/debian/boinc-client.postinst b/debian/boinc-client.postinst
index a8e7174..07f7d53 100644
--- a/debian/boinc-client.postinst
+++ b/debian/boinc-client.postinst
@@ -58,7 +58,11 @@ case "$1" in
 
         # Set reasonable permissions for boinc-client's conffiles (see #407678
         # and #458007) but only if no 'stat override' exists.
-        ch_stat 0644 root:boinc "$CONF_DIR/cc_config.xml"
+
+	# cc_config.xml should be boinc:boinc and not root:boinc in order to avoid lp bug #1162596
+	# users should be able to change the boinc configuration by default
+
+        ch_stat 0644 boinc:boinc "$CONF_DIR/cc_config.xml"
         ch_stat 0664 root:boinc "$CONF_DIR/global_prefs_override.xml"
         ch_stat 0640 root:boinc "$CONF_DIR/gui_rpc_auth.cfg"
         ch_stat 0644 root:boinc "$CONF_DIR/remote_hosts.cfg"
diff --git a/debian/changelog b/debian/changelog
index 774ee4c..f24aca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ boinc (7.0.59+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New debian/watch file for upstream git switch.
+  * changing cc_client.xml permissions to boinc:boinc
+    from root:boinc (lp: #1162596)
 
  -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Thu, 28 Mar 2013 23:25:42 +0100
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list