]> granicus.if.org Git - fcron/commitdiff
added install-restart set of command.
authorthib <thib>
Sun, 10 Dec 2000 20:28:44 +0000 (20:28 +0000)
committerthib <thib>
Sun, 10 Dec 2000 20:28:44 +0000 (20:28 +0000)
Makefile.in

index 4c3b2ebb4d607fdb8fb7e4954637e35bc083e263..731b7c713dced42b1ff4209c02fbcdc1923fce04 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.49 2000-12-04 20:17:34 thib Exp $
+# $Id: Makefile.in,v 1.50 2000-12-10 20:28:44 thib Exp $
 
 # The following should not be edited manually (use configure options)
 # If you must do it, BEWARE : some of the following is also defined
@@ -117,7 +117,13 @@ install: all
 
 install-boot: install
        if test "$(DEBUG)" = "1"; then \
-       script/sysVinit-install "$(INSTALL)" $(DESTSBIN) 0 $(FCRONTABS) ;\
+         script/sysVinit-install "$(INSTALL)" $(DESTSBIN) 0 $(FCRONTABS) ;\
+       fi
+
+install-restart: install
+       if test "$(DEBUG)" = "1"; then \
+         kill -TERM `pidof fcron` ; \
+         /etc/rc.d/init.d/fcron start ;\
        fi
 
 uninstall: