]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/redhat/bacula-sd.in
Fix #1648 about make_catalog_backup.pl with multiple catalog
[bacula/bacula] / bacula / platforms / redhat / bacula-sd.in
index bf434887a9fe2db7da5b392a707f1ca035865d62..ab5d8732c7a9546b8d21bcc08ba699624691faf8 100755 (executable)
@@ -4,7 +4,7 @@
 #             the bacula Storage daemon.
 #
 # chkconfig: 2345 90 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@
 #
@@ -62,10 +62,11 @@ case "$1" in
        ;;
     status)
        status @sbindir@/bacula-sd
+       RETVAL=$?
        ;;
     *)
        echo "Usage: $0 {start|stop|restart|status}"
        exit 1
        ;;
 esac
-exit 0
+exit $RETVAL