r794 - in /trunk/boinc/debian: boinc-client.postinst changelog

fst at users.alioth.debian.org fst at users.alioth.debian.org
Sun Dec 30 19:41:49 UTC 2007


Author: fst
Date: Sun Dec 30 19:41:49 2007
New Revision: 794

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=794
Log:
debian/boinc-client.postinst: Changed the default permission of the
global_prefs_override.xml conffile from 0644 to 0664 so that that local
preferences are saved when GUI RPCs are used to set them. (closes: #458007)

Modified:
    trunk/boinc/debian/boinc-client.postinst
    trunk/boinc/debian/changelog

Modified: trunk/boinc/debian/boinc-client.postinst
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/boinc-client.postinst?rev=794&op=diff
==============================================================================
--- trunk/boinc/debian/boinc-client.postinst (original)
+++ trunk/boinc/debian/boinc-client.postinst Sun Dec 30 19:41:49 2007
@@ -51,10 +51,10 @@
         mv_conffile gui_rpc_auth.cfg
         mv_conffile remote_hosts.cfg
 
-        # Set reasonable permissions for boinc-client's conffiles (see #407678)
-        # but only if no 'stat override' exists.
+        # 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"
-        ch_stat 0644 root:boinc "$CONF_DIR/global_prefs_override.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"
 

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=794&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Sun Dec 30 19:41:49 2007
@@ -3,14 +3,15 @@
   * NOT RELEASED YET
 
   [ Frank S. Thomas ]
-  * debian/patches/:
-    - Renamed 201_missing_headers_for_gcc4.3.patch to 102_... because it has
-      been applied upstream in r14436.
-  * debian/rules:
-    - Pass "LDFLAGS=-Wl,--as-needed" to configure in order to remove
-      unnecessary library dependencies.
-
- -- Frank S. Thomas <fst at debian.org>  Sun, 30 Dec 2007 14:59:04 +0100
+  * debian/patches/: Renamed 201_missing_headers_for_gcc4.3.patch to
+    102_... because it has been applied upstream in r14436.
+  * debian/rules: Pass "LDFLAGS=-Wl,--as-needed" to configure in order to
+    remove unnecessary library dependencies.
+  * debian/boinc-client.postinst: Changed the default permission of the
+    global_prefs_override.xml conffile from 0644 to 0664 so that that local
+    preferences are saved when GUI RPCs are used to set them. (closes: #458007)
+
+ -- Frank S. Thomas <fst at debian.org>  Sun, 30 Dec 2007 20:23:57 +0100
 
 boinc (5.10.30-2) unstable; urgency=low
 




More information about the pkg-boinc-commits mailing list