summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2008-08-25 10:13:18 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2008-08-25 10:13:18 +1000
commit18b10d400dc9a18ed9a04c8d81fa5030a2bbdb54 (patch)
tree5dd741dd111bff935cd6f750739fc7c099274948
parentb99a88f0b354f49aa7be716a18e1665f8f3a8ca8 (diff)
From Abhijith Das <adas@redhat.com>:
Fixup the initscript sdo it passes rpm-lint (This used to be ctdb commit f84d0a9a8c7e9589e8833f21e1f977a0adab356b)
-rwxr-xr-xctdb/config/ctdb.init22
1 files changed, 11 insertions, 11 deletions
diff --git a/ctdb/config/ctdb.init b/ctdb/config/ctdb.init
index 2fe1185e31..eb56ef615d 100755
--- a/ctdb/config/ctdb.init
+++ b/ctdb/config/ctdb.init
@@ -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.