r576 - in /branches/experimental/boinc/debian: boinc-client.postinst boinc-manager.examples changelog

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Sun Feb 11 15:37:51 CET 2007


Author: fst-guest
Date: Sun Feb 11 15:37:51 2007
New Revision: 576

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=576
Log:
* Don't install run-boincmgr in /usr/bin/, but ship it as example.
* Change the permissions of boinc-client's conffiles to what T-Bone suggested.

Added:
    branches/experimental/boinc/debian/boinc-manager.examples
Modified:
    branches/experimental/boinc/debian/boinc-client.postinst
    branches/experimental/boinc/debian/changelog

Modified: branches/experimental/boinc/debian/boinc-client.postinst
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-client.postinst?rev=576&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-client.postinst (original)
+++ branches/experimental/boinc/debian/boinc-client.postinst Sun Feb 11 15:37:51 2007
@@ -15,7 +15,9 @@
         mv -f "$BOINC_DIR/$1" "$CONF_DIR/$1"
     fi
     ln -sf "$CONF_DIR/$1" "$BOINC_DIR/$1"
-    chown boinc:boinc "$BOINC_DIR/$1"
+
+    chmod 0640 "$CONF_DIR/$1"
+    chown root:boinc "$CONF_DIR/$1"
 }
 
 case "$1" in

Added: branches/experimental/boinc/debian/boinc-manager.examples
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-manager.examples?rev=576&op=file
==============================================================================
--- branches/experimental/boinc/debian/boinc-manager.examples (added)
+++ branches/experimental/boinc/debian/boinc-manager.examples Sun Feb 11 15:37:51 2007
@@ -1,0 +1,1 @@
+debian/extra/run-boincmgr

Modified: branches/experimental/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/changelog?rev=576&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Sun Feb 11 15:37:51 2007
@@ -1,4 +1,4 @@
-boinc (5.8.6-1) experimental; urgency=low
+boinc (5.8.11-1) experimental; urgency=low
 
   * NOT RELEASED YET
 
@@ -31,15 +31,18 @@
   * Added debian/boinc-client.NEWS which informs the user that the conffile
     /etc/boinc-client/log_flags.xml is now obsolete and is superseded by the
     new conffile /etc/boinc-client/cc_config.xml.
-  * Added /usr/bin/run-boincmgr shell script to the boinc-manager package.
-    This script sources /etc/default/boinc-client and changes into $BOINC_DIR
-    before starting boincmgr so that the BOINC Manager can read the password
-    from $BOINC_DIR/gui_rpc_auth.cfg. See Ubuntu bug #48768 for more details.
+  * Added the run-boincmgr shell script as example to the boinc-manager
+    package. This script sources /etc/default/boinc-client and changes into
+    $BOINC_DIR before starting boincmgr so that the BOINC Manager can read the
+    password from $BOINC_DIR/gui_rpc_auth.cfg. See Ubuntu bug #48768 for more
+    details.
   * Added ca-certificates to boinc-client's Depends and create the
     ca-bundle.crt symlink (which points to /etc/ssl/certs/ca-certificates) in
     the BOINC data directory in boinc-client.postinst.
-
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 27 Jan 2007 13:41:59 +0100
+  * Change the permissions of boinc-client's conffiles in it's postinst to
+    0640 root:boinc instead of 0644 boinc:boinc. (closes: #407678)
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun, 11 Feb 2007 15:28:14 +0100
 
 boinc (5.4.11-4) unstable; urgency=low
 




More information about the pkg-boinc-commits mailing list