]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/redhat/bacula-fd.in
Fix tray-monitor.conf for noreplace
[bacula/bacula] / bacula / platforms / redhat / bacula-fd.in
index dc7bf27177f032a5a9ff8bd4c40b34b930a24ff1..9e7200832495b66085d38eecf610cd997de7fbf8 100755 (executable)
@@ -31,14 +31,14 @@ case "$1" in
        if [ "${FD_GROUP}" != '' ]; then
          OPTIONS="${OPTIONS} -g ${FD_GROUP}"
        fi
-       echo -n "Starting the Bacula File daemon: "
+       echo -n "Starting Bacula File services: "
        daemon @sbindir@/bacula-fd $2 ${OPTIONS} -c @sysconfdir@/bacula-fd.conf
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch @subsysdir@/bacula-fd
        ;;
     stop)
-       echo -n "Stopping the Bacula File daemon: "
+       echo -n "Stopping Bacula File services: "
        killproc @sbindir@/bacula-fd
        RETVAL=$?
        echo