r828 - in /trunk/boinc/debian: boinc-client.init changelog patches/103_fix_terminal_activity_detection.patch patches/series

fst at users.alioth.debian.org fst at users.alioth.debian.org
Mon Jan 21 15:09:04 UTC 2008


Author: fst
Date: Mon Jan 21 15:09:03 2008
New Revision: 828

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=828
Log:
Removed debian/patches/103_fix_terminal_activity_detection.patch in favor
of adding the --check_all_logins option to the default BOINC_OPTS in
boinc-client's init script.

Refer to http://boinc.berkeley.edu/trac/ticket/463#comment:13 and
http://boinc.berkeley.edu/trac/changeset/14562 for details.


Removed:
    trunk/boinc/debian/patches/103_fix_terminal_activity_detection.patch
Modified:
    trunk/boinc/debian/boinc-client.init
    trunk/boinc/debian/changelog
    trunk/boinc/debian/patches/series

Modified: trunk/boinc/debian/boinc-client.init
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/boinc-client.init?rev=828&op=diff
==============================================================================
--- trunk/boinc/debian/boinc-client.init (original)
+++ trunk/boinc/debian/boinc-client.init Mon Jan 21 15:09:03 2008
@@ -58,7 +58,7 @@
 PIDFILE=/var/run/boinc_client.pid
 DESC="BOINC core client"
 NAME=`basename $BOINC_CLIENT`
-BOINC_OPTS="--redirectio --dir $BOINC_DIR $BOINC_OPTS"
+BOINC_OPTS="--check_all_logins --redirectio --dir $BOINC_DIR $BOINC_OPTS"
 
 is_running()
 {

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=828&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Mon Jan 21 15:09:03 2008
@@ -10,12 +10,15 @@
     useful for version comparison (e.g. for DEHS and DDPO).
   * Bumped debhelper compat level from V5 to V6 since this is the current
     recommended level and raised the build dependency to "debhelper (>= 6)".
+  * Removed debian/patches/103_fix_terminal_activity_detection.patch in favor
+    of adding the --check_all_logins option to the default BOINC_OPTS in
+    boinc-client's init script.
 
   [ Debconf translations ]
   * Added Swedish (sv.po) by Christer Andersson <klamm at comhem.se>.
     (closes: #461172)
 
- -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 13:20:38 +0100
+ -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 15:54:59 +0100
 
 boinc (5.10.30-4) unstable; urgency=low
 

Modified: trunk/boinc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/series?rev=828&op=diff
==============================================================================
--- trunk/boinc/debian/patches/series (original)
+++ trunk/boinc/debian/patches/series Mon Jan 21 15:09:03 2008
@@ -4,4 +4,3 @@
 004_exclude_sea.patch
 101_fix_memory_detection_on_kfreebsd.patch
 102_missing_headers_for_gcc4.3.patch
-103_fix_terminal_activity_detection.patch




More information about the pkg-boinc-commits mailing list