[pkg-boinc-commits] r474 - branches/experimental/boinc/debian branches/sarge/boinc/debian trunk/boinc/debian

Frank S. Thomas fst-guest at costa.debian.org
Sun Jul 2 22:37:01 UTC 2006


Author: fst-guest
Date: 2006-07-02 22:37:00 +0000 (Sun, 02 Jul 2006)
New Revision: 474

Modified:
   branches/experimental/boinc/debian/boinc-client.init
   branches/sarge/boinc/debian/boinc-client.init
   trunk/boinc/debian/boinc-client.init
Log:
Removed $LastCahngedDate$ keyword from init.d script, since this only causes
useless diffs between the packages for different distributions. We don't really
need this info in the init.d script.


Modified: branches/experimental/boinc/debian/boinc-client.init
===================================================================
--- branches/experimental/boinc/debian/boinc-client.init	2006-07-02 20:26:01 UTC (rev 473)
+++ branches/experimental/boinc/debian/boinc-client.init	2006-07-02 22:37:00 UTC (rev 474)
@@ -5,17 +5,17 @@
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: Start BOINC core client.
+# Short-Description: BOINC core client
+# Description:       core client for the BOINC distributed computing
+#                    infrastructure
 ### END INIT INFO
 
 # Debian init.d script for the BOINC core client
-# Copyright © 2005 Debian BOINC Maintainers
-#                  <pkg-boinc-devel at lists.alioth.debian.org>
+# Copyright © 2005, 2006
+# Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 #
 # This file is licensed under the terms of the GNU General Public License,
 # Version 2 or any later version published by the Free Software Foundation.
-#
-# $LastChangedDate$
 
 set -e
 
@@ -34,18 +34,18 @@
 if [ ! -x "$BOINC_CLIENT" ]; then
   log_failure_msg "BOINC client '$BOINC_CLIENT' does not exist or is not " \
     "executable."
-  exit 2
+  exit 5
 fi
 
 if [ ! -d "$BOINC_DIR" ]; then
   log_failure_msg "BOINC data directory '$BOINC_DIR' does not exist."
-  exit 3
+  exit 6
 fi
 
 if [ -z "$BOINC_USER" ]; then
   log_failure_msg "BOINC_USER variable is empty. Set it to a user to run " \
     "the BOINC core client."
-  exit 7
+  exit 6
 fi
 
 PIDFILE=/var/run/boinc_client.pid

Modified: branches/sarge/boinc/debian/boinc-client.init
===================================================================
--- branches/sarge/boinc/debian/boinc-client.init	2006-07-02 20:26:01 UTC (rev 473)
+++ branches/sarge/boinc/debian/boinc-client.init	2006-07-02 22:37:00 UTC (rev 474)
@@ -16,8 +16,6 @@
 #
 # This file is licensed under the terms of the GNU General Public License,
 # Version 2 or any later version published by the Free Software Foundation.
-#
-# $LastChangedDate$
 
 set -e
 

Modified: trunk/boinc/debian/boinc-client.init
===================================================================
--- trunk/boinc/debian/boinc-client.init	2006-07-02 20:26:01 UTC (rev 473)
+++ trunk/boinc/debian/boinc-client.init	2006-07-02 22:37:00 UTC (rev 474)
@@ -16,8 +16,6 @@
 #
 # This file is licensed under the terms of the GNU General Public License,
 # Version 2 or any later version published by the Free Software Foundation.
-#
-# $LastChangedDate$
 
 set -e
 




More information about the pkg-boinc-commits mailing list