]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/slackware/functions.bacula.in
Fix compiler warning.
[bacula/bacula] / bacula / platforms / slackware / functions.bacula.in
index b2054fbd166961c55da1eb2374067a458559d073..f9ef20bb5f3371f8ad997985b766f5462e4e7eb0 100644 (file)
@@ -6,7 +6,7 @@
 #   This is pretty much watered down version of the RedHat script
 #   that works on Solaris as well as Linux, but it won't work everywhere.
 #
-# description: It comes by night and sucks the vital essence from your computers.
+# description: The Leading Open Source Backup Solution.
 #
 
 PSCMD="@PSCMD@"
@@ -165,13 +165,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"
@@ -186,5 +186,3 @@ failure() {
   rc=$?
   return $rc
 }
-
-