diff options
| author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2008-08-25 10:13:18 +1000 |
|---|---|---|
| committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2008-08-25 10:13:18 +1000 |
| commit | 18b10d400dc9a18ed9a04c8d81fa5030a2bbdb54 (patch) | |
| tree | 5dd741dd111bff935cd6f750739fc7c099274948 | |
| parent | b99a88f0b354f49aa7be716a18e1665f8f3a8ca8 (diff) | |
From Abhijith Das <adas@redhat.com>:
Fixup the initscript sdo it passes rpm-lint
(This used to be ctdb commit f84d0a9a8c7e9589e8833f21e1f977a0adab356b)
| -rwxr-xr-x | ctdb/config/ctdb.init | 22 |
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. |
