]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/freebsd/Makefile.in
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / platforms / freebsd / Makefile.in
index c070eed6c20d53e0f3e45848671b01647bf68a68..960a8676d8fd340e9580bfdb33e9005b5b2af721 100644 (file)
@@ -49,8 +49,8 @@ install-autostart-sd:
            rm -f /etc/rc.local.$$today; \
            cp -p /etc/rc.local /etc/rc.local.$$today; \
            ( echo "Start the Bacula Storage daemon. Do not remove the 'TAG_BACULA_SD' text"; \
-             echo "if [ -x /etc/rc.bacula-fd ]; then     # TAG_BACULA_SD"; \
-             echo "        /etc/rc.bacula-fd start       # TAG_BACULA_SD"; \
+             echo "if [ -x /etc/rc.bacula-sd ]; then     # TAG_BACULA_SD"; \
+             echo "        /etc/rc.bacula-sd start       # TAG_BACULA_SD"; \
              echo "fi                                    # TAG_BACULA_SD"; \
            ) >> /etc/rc.local; \
            echo ""; \
@@ -137,4 +137,3 @@ distclean: clean
 
 devclean: clean
        @rm -f Makefile bacula-*.spec
-