r627 - in /branches/experimental/boinc/debian: boinc-client.default
boinc-client.init changelog
fst-guest at users.alioth.debian.org
fst-guest at users.alioth.debian.org
Thu Apr 12 13:30:00 UTC 2007
Author: fst-guest
Date: Thu Apr 12 13:29:59 2007
New Revision: 627
URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=627
Log:
Use two dashes for boinc_client's command line options.
Modified:
branches/experimental/boinc/debian/boinc-client.default
branches/experimental/boinc/debian/boinc-client.init
branches/experimental/boinc/debian/changelog
Modified: branches/experimental/boinc/debian/boinc-client.default
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-client.default?rev=627&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-client.default (original)
+++ branches/experimental/boinc/debian/boinc-client.default Thu Apr 12 13:29:59 2007
@@ -17,6 +17,6 @@
BOINC_CLIENT="/usr/bin/boinc_client"
# Here you can specify additional options to pass to the BOINC core client.
-# Type 'boinc -help' or 'man boinc' for a full summary of allowed options.
-#BOINC_OPTS="-return_results_immediately -allow_remote_gui_rpc"
+# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
+#BOINC_OPTS="--return_results_immediately --allow_remote_gui_rpc"
BOINC_OPTS=""
Modified: branches/experimental/boinc/debian/boinc-client.init
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-client.init?rev=627&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-client.init (original)
+++ branches/experimental/boinc/debian/boinc-client.init Thu Apr 12 13:29:59 2007
@@ -51,7 +51,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="--redirectio --dir $BOINC_DIR $BOINC_OPTS"
is_running()
{
Modified: branches/experimental/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/changelog?rev=627&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Thu Apr 12 13:29:59 2007
@@ -5,6 +5,8 @@
- Fixed wrong CPU information on alpha, hppa, ia64, ppc and sparc.
(closes: #406853)
* Updated boinc_client's and boincmgr's manual pages for the new release.
+ * debian/boinc-client.{init,default}: Use two dashes for command line
+ options now because boinc_client uses two now too.
+++ Changes unsuitable for the trunk branch:
@@ -21,7 +23,7 @@
tools/run_in_ops and tools/updater. Some of them were required by the
tools/make_project script.
- -- Frank S. Thomas <frank at thomas-alfeld.de> Wed, 11 Apr 2007 14:37:56 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de> Thu, 12 Apr 2007 15:26:14 +0200
boinc (5.8.17-1) unstable; urgency=low
More information about the pkg-boinc-commits
mailing list