[pkg-boinc-commits] r398 - trunk/boinc/debian

Frank S. Thomas fst-guest at costa.debian.org
Thu Apr 13 15:06:09 UTC 2006


Author: fst-guest
Date: 2006-04-13 15:06:07 +0000 (Thu, 13 Apr 2006)
New Revision: 398

Modified:
   trunk/boinc/debian/boinc-client.init
   trunk/boinc/debian/changelog
Log:
Don't use -daemon in init script. If it is used boinc_client forks from its
main process and the pid in /var/run/boinc_client.pid is useless. But the pid
is needed for the is_running function.


Modified: trunk/boinc/debian/boinc-client.init
===================================================================
--- trunk/boinc/debian/boinc-client.init	2006-04-13 14:39:20 UTC (rev 397)
+++ trunk/boinc/debian/boinc-client.init	2006-04-13 15:06:07 UTC (rev 398)
@@ -48,10 +48,10 @@
   exit 7
 fi
 
-PIDFILE=/var/run/boinc.pid
+PIDFILE=/var/run/boinc_client.pid
 DESC="BOINC core client"
 NAME=`basename $BOINC_CLIENT`
-BOINC_OPTS="-daemon -redirectio -dir $BOINC_DIR $BOINC_OPTS"
+BOINC_OPTS="-redirectio -dir $BOINC_DIR $BOINC_OPTS"
 
 is_running()
 {

Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-04-13 14:39:20 UTC (rev 397)
+++ trunk/boinc/debian/changelog	2006-04-13 15:06:07 UTC (rev 398)
@@ -12,7 +12,6 @@
     - Removed 01_amd64-gcc4-fixes.dpatch, it was applied upstream.
     - Updated 03_wx2.6-with-unicode.dpatch and 07_use-sensible-browser.dpatch
       for the new upstream release.
-  * Added -daemon option to boinc-client's init script. 
   * Added conffile /etc/boinc-client/global_prefs_override.xml which can be
     used to edit preferences locally. For more information about this file,
     see http://boinc.berkeley.edu/prefs_override.php




More information about the pkg-boinc-commits mailing list