]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/redhat/bacula-fd.in
Quote device name in SD and implement releasing message
[bacula/bacula] / bacula / platforms / redhat / bacula-fd.in
index 3f1b55c1c6df45ca124b862d9f139bd09b44c502..ba9445397cb0cfe66b2f647d96fcda8ccc7db1d5 100755 (executable)
@@ -4,7 +4,7 @@
 #             the bacula File daemon.
 #
 # chkconfig: 2345 91 9
-# description: It comes by night and sucks the vital essence from your computers.
+# description: The Leading Open Source Backup Solution.
 #
 #  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
 #
@@ -61,10 +61,11 @@ case "$1" in
        ;;
     status)
        status @sbindir@/bacula-fd
+       RETVAL=$?
        ;;
     *)
        echo "Usage: $0 {start|stop|restart|status}"
        exit 1
        ;;
 esac
-exit 0
+exit $RETVAL