[boinc] 01/01: Removing useless sleep in init script, adding some more stuff

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Jun 16 10:32:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository boinc.

commit c2feb0896669c142270c60f73b3910a2d0420bd4
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Jun 16 12:32:08 2014 +0200

    Removing useless sleep in init script, adding some more stuff
---
 debian/boinc-client.init | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/boinc-client.init b/debian/boinc-client.init
index c9e80cb..33ad3ea 100644
--- a/debian/boinc-client.init
+++ b/debian/boinc-client.init
@@ -3,10 +3,11 @@
 # Provides:          boinc boinc-client
 # Required-Start:    $all
 # Required-Stop:     $local_fs $remote_fs
-# Should-Start:      x11-common network-manager gdm kdm dbus lightdm
+# Should-Start:      x11-common network-manager x-display-manager gdm kdm xdm wdm ldm sdm nodm dbus lightdm
 # Should-Stop:       x11-common
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
+# X-Interactive:     true
 # Short-Description: BOINC core client
 # Description:       core client for the BOINC distributed computing
 #                    infrastructure
@@ -100,7 +101,6 @@ is_running()
 
 start()
 {
-  sleep 10
   log_begin_msg "Starting $DESC: $NAME"
   if is_running; then
     log_progress_msg "already running"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list