]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/suse/Makefile.in
small bugfix for VSS-support (only relevant if WIN32_VSS enabled)
[bacula/bacula] / bacula / platforms / suse / Makefile.in
index 6a6225fb962cf75a6073c6e917c0ace486ef94cc..9e54418e7c8b6295c8da5612318bfbfcdc48ce4a 100644 (file)
@@ -17,10 +17,10 @@ install-autostart: install-autostart-fd install-autostart-sd install-autostart-d
 
        
 install-autostart-fd:
-       @if test x$(DESTDIR) = x -a  -f /etc/rc.d/init.d/bacula-fd; then \
+       @if test x$(DESTDIR) = x -a  -f /etc/init.d/bacula-fd; then \
           /sbin/chkconfig --del bacula-fd; \
        fi
-       @$(INSTALL_PROGRAM) -m 744 bacula-fd $(DESTDIR)/etc/rc.d/init.d/bacula-fd
+       @$(INSTALL_PROGRAM) -m 744 bacula-fd $(DESTDIR)/etc/init.d/bacula-fd
        # set symlinks for script at startup and shutdown
        @if test x$(DESTDIR) = x ; then \
           /sbin/chkconfig --add bacula-fd; \
@@ -28,10 +28,10 @@ install-autostart-fd:
 
 
 install-autostart-sd:
-       @if test x$(DESTDIR) = x -a  -f /etc/rc.d/init.d/bacula-sd; then \
+       @if test x$(DESTDIR) = x -a  -f /etc/init.d/bacula-sd; then \
            /sbin/chkconfig --del bacula-sd; \
        fi
-       @$(INSTALL_PROGRAM) -m 744 bacula-sd  $(DESTDIR)/etc/rc.d/init.d/bacula-sd
+       @$(INSTALL_PROGRAM) -m 744 bacula-sd  $(DESTDIR)/etc/init.d/bacula-sd
        # set symlinks for script at startup and shutdown
        @if test x$(DESTDIR) = x ; then \
           /sbin/chkconfig --add bacula-sd; \
@@ -39,10 +39,10 @@ install-autostart-sd:
 
 
 install-autostart-dir:
-       @if test x$(DESTDIR) = x -a  -f /etc/rc.d/init.d/bacula-dir; then \
+       @if test x$(DESTDIR) = x -a  -f /etc/init.d/bacula-dir; then \
            /sbin/chkconfig --del bacula-dir; \
        fi
-       @$(INSTALL_PROGRAM) -m 744 bacula-dir  $(DESTDIR)/etc/rc.d/init.d/bacula-dir
+       @$(INSTALL_PROGRAM) -m 744 bacula-dir  $(DESTDIR)/etc/init.d/bacula-dir
        # set symlinks for script at startup and shutdown
        @if test x$(DESTDIR) = x ; then \
           /sbin/chkconfig --add bacula-dir; \
@@ -54,23 +54,23 @@ uninstall: uninstall-autostart
 uninstall-autostart: uninstall-autostart-fd uninstall-autostart-sd uninstall-autostart-dir
 
 uninstall-autostart-fd:
-       @if test x$(DESTDIR) = x -a  -f /etc/rc.d/init.d/bacula-fd; then \
+       @if test x$(DESTDIR) = x -a  -f /etc/init.d/bacula-fd; then \
            /sbin/chkconfig --del bacula-fd; \
        fi
-       @rm -f  $(DESTDIR)/etc/rc.d/init.d/bacula-fd
+       @rm -f  $(DESTDIR)/etc/init.d/bacula-fd
 
 
 uninstall-autostart-sd:
-       @if test x$(DESTDIR) = x -a  -f /etc/rc.d/init.d/bacula-sd; then \
+       @if test x$(DESTDIR) = x -a  -f /etc/init.d/bacula-sd; then \
            /sbin/chkconfig --del bacula-sd; \
        fi
-       @rm -f  $(DESTDIR)/etc/rc.d/init.d/bacula-sd
+       @rm -f  $(DESTDIR)/etc/init.d/bacula-sd
 
 uninstall-autostart-dir:
-       @if test x$(DESTDIR) = x -a  -f /etc/rc.d/init.d/bacula-dir; then \
+       @if test x$(DESTDIR) = x -a  -f /etc/init.d/bacula-dir; then \
            /sbin/chkconfig --del bacula-dir; \
        fi
-       @rm -f  $(DESTDIR)/etc/rc.d/init.d/bacula-dir
+       @rm -f  $(DESTDIR)/etc/init.d/bacula-dir
 
 clean:
        @rm -f 1 2 3
@@ -83,4 +83,3 @@ distclean: clean
 devclean: clean
        @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
        @rm -f bacula-sd bacula-fd bacula-dir
-