From Abhijith Das <adas@redhat.com>:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 25 Aug 2008 00:13:18 +0000 (10:13 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 25 Aug 2008 00:13:18 +0000 (10:13 +1000)
Fixup the initscript sdo it passes rpm-lint

config/ctdb.init

index 2fe1185e312e5f184dfb6325dd7f97a624276cf5..eb56ef615dbf56db8eea95a0d11b81481a1aab6d 100755 (executable)
@@ -1,21 +1,21 @@
 #!/bin/sh
 #
 ##############################
-# init info for redhat distros
-# chkconfig: - 90 36
-# description: Starts and stops the clustered tdb daemon
-# pidfile: /var/run/ctdbd/ctdbd.pid
-##############################
+# ctdb:                        Starts the clustered tdb daemon
+#
+# chkconfig:           - 90 36
+#
+# description:                 Starts and stops the clustered tdb daemon
+# pidfile:             /var/run/ctdbd/ctdbd.pid
+#
 
-##############################
-# SLES/OpenSuSE init info
 ### BEGIN INIT INFO
-# Provides:       ctdb
-# Required-Start: $network
+# Provides:            ctdb
+# Required-Start:      $network
 # Required-Stop:
-# Default-Start:  3 5
 # Default-Stop:
-# Description:    initscript for the ctdb service
+# Short-Description:   start and stop ctdb service
+# Description:         initscript for the ctdb service
 ### END INIT INFO
 
 # Source function library.