[SCM] TANGO distributed control system. branch, master, updated. debian/6.1.1c-1-111-g8e13acd

Frédéric-Emmanuel PICCA picca at synchrotron-soleil.fr
Tue Dec 14 10:39:04 UTC 2010


The following commit has been merged in the master branch:
commit a437a7eb8a0795480fdfaf298bdcef481a93628c
Author: Frédéric-Emmanuel PICCA <picca at synchrotron-soleil.fr>
Date:   Tue Dec 14 10:04:28 2010 +0100

    * fix the init.d scritps
    
    remove wrong '$' for non virtual services
    the tango-accesscontrol requiered the tango-db service
    unlike the tango-starter

diff --git a/debian/tango-accesscontrol.init.d b/debian/tango-accesscontrol.init.d
index f02bf51..108ee68 100644
--- a/debian/tango-accesscontrol.init.d
+++ b/debian/tango-accesscontrol.init.d
@@ -1,10 +1,10 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          tango-accesscontrol
-# Required-Start:    $remote_fs $syslog
-# Required-Stop:     $remote_fs $syslog
-# Should-Start:      $tango-db $mysql
-# Should-Stop:       $tango-db $mysql
+# Required-Start:    $remote_fs $syslog tango-db
+# Required-Stop:     $remote_fs $syslog tango-db
+# Should-Start:      mysql
+# Should-Stop:       mysql
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start the tango control system accesscontrol daemon
diff --git a/debian/tango-db.init.d b/debian/tango-db.init.d
index cef02e4..3e7b48f 100644
--- a/debian/tango-db.init.d
+++ b/debian/tango-db.init.d
@@ -3,8 +3,8 @@
 # Provides:          tango-db
 # Required-Start:    $remote_fs $syslog
 # Required-Stop:     $remote_fs $syslog
-# Should-Start:      $mysql
-# Should-Stop:       $mysql
+# Should-Start:      mysql
+# Should-Stop:       mysql
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start the tango control system database daemon
diff --git a/debian/tango-starter.init.d b/debian/tango-starter.init.d
index 96b5003..b4922aa 100644
--- a/debian/tango-starter.init.d
+++ b/debian/tango-starter.init.d
@@ -3,8 +3,8 @@
 # Provides:          tango-starter
 # Required-Start:    $remote_fs $syslog
 # Required-Stop:     $remote_fs $syslog
-# Should-Start:      $tango-db
-# Should-Stop:       $tango-db
+# Should-Start:      tango-db
+# Should-Stop:       tango-db
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start the tango control system starter daemon

-- 
TANGO distributed control system.



More information about the debian-science-commits mailing list