r580 - /branches/experimental/boinc/debian/boinc-client.postinst

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Mon Feb 12 18:41:38 CET 2007


Author: fst-guest
Date: Mon Feb 12 18:41:38 2007
New Revision: 580

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=580
Log:
Hups, typo...

Modified:
    branches/experimental/boinc/debian/boinc-client.postinst

Modified: branches/experimental/boinc/debian/boinc-client.postinst
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-client.postinst?rev=580&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-client.postinst (original)
+++ branches/experimental/boinc/debian/boinc-client.postinst Mon Feb 12 18:41:38 2007
@@ -44,13 +44,13 @@
 
         # Set reasonable permissions for boinc-client's conffiles, see #407678.
         chmod 0644 "$CONF_DIR/cc_config.xml"
-        chmod 0644 "$CONF_DIR/clobal_prefs_override.xml"
+        chmod 0644 "$CONF_DIR/global_prefs_override.xml"
         chmod 0640 "$CONF_DIR/gui_rpc_auth.cfg"
         chmod 0644 "$CONF_DIR/remote_hosts.cfg"
 
         chown root:boinc \
             "$CONF_DIR/cc_config.xml" \
-            "$CONF_DIR/clobal_prefs_override.xml" \
+            "$CONF_DIR/global_prefs_override.xml" \
             "$CONF_DIR/gui_rpc_auth.cfg" \
             "$CONF_DIR/remote_hosts.cfg"
 




More information about the pkg-boinc-commits mailing list