]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/suse/Makefile.in
ebl tweak debug message
[bacula/bacula] / bacula / platforms / suse / Makefile.in
index a2dcad99d1bae50b7f22ae6ed1b691e3685a8635..f4bbc6738a70feed36cc2bbeff5c368af5d2c4dd 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
@@ -78,4 +78,7 @@ clean:
 distclean: clean
        @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
        @rm -f bacula-sd bacula-fd bacula-dir
-       @rm -rf CVS
+
+devclean: clean
+       @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
+       @rm -f bacula-sd bacula-fd bacula-dir