]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/suse/bacula.in
Add build switch for rhel3
[bacula/bacula] / bacula / platforms / suse / bacula.in
index 832ec050f3c984c82274bf96966aafda164fa20a..e8d344dc9b56ef0cf813201ecfe9b61d662b86ad 100644 (file)
@@ -15,7 +15,7 @@
 # Provides:            bacula
 # Required-Start:      network mysql
 # Required-Stop:
-# Default-Start:       3 5
+# Default-Start:       3 5
 # Default-Stop:
 # Description:         run bacula daemon(s)
 ### END INIT INFO
@@ -154,13 +154,13 @@ status() {
     if [ -f ${PIDDIR}/$base.$2.pid ] ; then
        pid=`head -1 ${PIDDIR}/$base.$2.pid`
        if [ "$pid" != "" ] ; then
-           echo "$base dead but pid file exists"
+           echo "$base not running, but pid file exists"
            return 1
        fi
     fi
     # See if the subsys lock exists
     if [ -f ${SUBSYSDIR}/$base ] ; then
-       echo "$base dead but subsys locked"
+       echo "$base not running, but subsys locked"
        return 2
     fi
     echo "$base is stopped"