[pkg-boinc-commits] r462 - in trunk/boinc/debian: . extra

Frank S. Thomas fst-guest at costa.debian.org
Tue Jun 20 20:40:50 UTC 2006


Author: fst-guest
Date: 2006-06-20 20:40:49 +0000 (Tue, 20 Jun 2006)
New Revision: 462

Added:
   trunk/boinc/debian/extra/log_flags.xml
Removed:
   trunk/boinc/debian/extra/cc_config.xml
Modified:
   trunk/boinc/debian/boinc-client.install
   trunk/boinc/debian/boinc-client.postinst
   trunk/boinc/debian/changelog
Log:
Added log_flags.xml and install it as conffile.


Modified: trunk/boinc/debian/boinc-client.install
===================================================================
--- trunk/boinc/debian/boinc-client.install	2006-06-20 18:53:22 UTC (rev 461)
+++ trunk/boinc/debian/boinc-client.install	2006-06-20 20:40:49 UTC (rev 462)
@@ -1,5 +1,6 @@
 debian/extra/global_prefs_override.xml  etc/boinc-client
 debian/extra/gui_rpc_auth.cfg           etc/boinc-client
+debian/extra/log_flags.xml              etc/boinc-client
 debian/extra/remote_hosts.cfg           etc/boinc-client
 debian/extra/update-boinc-applinks      usr/bin
 debian/tmp/usr/bin/boinc_cmd            usr/bin

Modified: trunk/boinc/debian/boinc-client.postinst
===================================================================
--- trunk/boinc/debian/boinc-client.postinst	2006-06-20 18:53:22 UTC (rev 461)
+++ trunk/boinc/debian/boinc-client.postinst	2006-06-20 20:40:49 UTC (rev 462)
@@ -37,6 +37,7 @@
         # create symlinks for the BOINC core client.
         move_configfile_and_symlink global_prefs_override.xml
         move_configfile_and_symlink gui_rpc_auth.cfg
+        move_configfile_and_symlink log_flags.xml
         move_configfile_and_symlink remote_hosts.cfg
     ;;
 

Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-06-20 18:53:22 UTC (rev 461)
+++ trunk/boinc/debian/changelog	2006-06-20 20:40:49 UTC (rev 462)
@@ -1,3 +1,15 @@
+boinc (5.4.10-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+  [ Frank S. Thomas ]
+  * Added conffile /etc/boinc-client/log_flags.xml which can be used to turn
+    on/off logging and debugging messages. For a detailed list of messages
+    that can be turned on/off, see http://boinc.berkeley.edu/client_msgs.php
+    Note that this file was renamed to cc_config.xml in BOINC (>= 5.5.2).
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 20 Jun 2006 22:38:01 +0200
+
 boinc (5.4.10-1) unstable; urgency=low
 
   [ Frank S. Thomas ]

Deleted: trunk/boinc/debian/extra/cc_config.xml
===================================================================
--- trunk/boinc/debian/extra/cc_config.xml	2006-06-20 18:53:22 UTC (rev 461)
+++ trunk/boinc/debian/extra/cc_config.xml	2006-06-20 20:40:49 UTC (rev 462)
@@ -1,22 +0,0 @@
-<cc_config>
-  <log_flags>
-    <task>1</task>
-    <file_xfer>1</file_xfer>
-    <sched_ops>1</sched_ops>
-
-    <state_debug>1</state_debug>
-    <cpu_sched_detail>1</cpu_sched_detail>
-    <task_debug>1</task_debug>
-    <file_xfer_debug>1</file_xfer_debug>
-    <sched_op_debug>1</sched_op_debug>
-    <http_debug>1</http_debug>
-    <proxy_debug>1</proxy_debug>
-    <time_debug>1</time_debug>
-    <net_xfer_debug>1</net_xfer_debug>
-    <measurement_debug>1</measurement_debug>
-    <poll_debug>1</poll_debug>
-    <guirpc_debug>1</guirpc_debug>
-    <sched_cpu_debug>1</sched_cpu_debug>
-    <scrsave_debug>1</scrsave_debug>
-  </log_flags>
-</cc_config>

Copied: trunk/boinc/debian/extra/log_flags.xml (from rev 461, trunk/boinc/debian/extra/cc_config.xml)
===================================================================
--- trunk/boinc/debian/extra/cc_config.xml	2006-06-20 18:53:22 UTC (rev 461)
+++ trunk/boinc/debian/extra/log_flags.xml	2006-06-20 20:40:49 UTC (rev 462)
@@ -0,0 +1,20 @@
+<log_flags>
+  <task>1</task>
+  <file_xfer>1</file_xfer>
+  <sched_ops>1</sched_ops>
+
+  <state_debug>0</state_debug>
+  <cpu_sched_detail>0</cpu_sched_detail>
+  <task_debug>0</task_debug>
+  <file_xfer_debug>0</file_xfer_debug>
+  <sched_op_debug>0</sched_op_debug>
+  <http_debug>0</http_debug>
+  <proxy_debug>0</proxy_debug>
+  <time_debug>0</time_debug>
+  <net_xfer_debug>0</net_xfer_debug>
+  <measurement_debug>0</measurement_debug>
+  <poll_debug>0</poll_debug>
+  <guirpc_debug>0</guirpc_debug>
+  <sched_cpu_debug>0</sched_cpu_debug>
+  <scrsave_debug>0</scrsave_debug>
+</log_flags>




More information about the pkg-boinc-commits mailing list