From 7ccc84c7c91c92cd86396b41377c3f06cf7a6a54 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Fri, 12 Jan 2001 21:37:16 +0000 Subject: [PATCH] added a "sleep 2" to let some time to fcron to stop before restarting it --- script/boot-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3