From: Thibault Godouet 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: ver2_9_4~448 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ccc84c7c91c92cd86396b41377c3f06cf7a6a54;p=thirdparty%2Ffcron.git 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