Fix the init.d script
authorIustin Pop <iustin@google.com>
Sun, 20 Jan 2008 13:55:17 +0000 (13:55 +0000)
committerIustin Pop <iustin@google.com>
Sun, 20 Jan 2008 13:55:17 +0000 (13:55 +0000)
The script (which is geared towards Debian) is actually not fully
compliant, as lintian generates a warning on it - the S runlevel is not
a valid one in the "Stop" stanza. This patch removes "S" from the stop
list.

Reviewed-by: imsnah

doc/examples/ganeti.initd.in

index 4525952..99079fc 100644 (file)
@@ -6,9 +6,9 @@
 # Required-Start:    $syslog $remote_fs xend
 # Required-Stop:     $syslog $remote_fs xend
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# Default-Stop:      0 1 6
 # Short-Description: Ganeti Xen Cluster Manager
-# Description:       Ganeti Xen Cluster Manager 
+# Description:       Ganeti Xen Cluster Manager
 ### END INIT INFO
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin