From: thib Date: Fri, 12 Jan 2001 21:37:16 +0000 (+0000) Subject: added a "sleep 2" to let some time to fcron to stop before restarting it X-Git-Tag: ver1564~374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ad94464b9dc1035bc52dbe718be80e4b1bfa57c;p=fcron added a "sleep 2" to let some time to fcron to stop before restarting it --- diff --git a/script/boot-install b/script/boot-install index e032902..95a9eae 100755 --- a/script/boot-install +++ b/script/boot-install @@ -2,7 +2,7 @@ # Install fcron under SysV system. # -# $Id: boot-install,v 1.21 2001-01-07 20:56:19 thib Exp $ +# $Id: boot-install,v 1.22 2001-01-12 21:37:16 thib Exp $ # take 5 arguments : the name of the BSD-like install program (with "-o" and the correct username) # the DESTSBIN directory @@ -208,6 +208,7 @@ else fi if test \( -z "$RESTART" \) -o \( "$RESTART" = "y" \); then $KILL + sleep 2 # wait for fcron to stop $CMD RESTARTED=1 fi