aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-08-24 15:36:34 +0000
committerBill Nottingham <notting@redhat.com>1999-08-24 15:36:34 +0000
commit24019186b5623813ac3b8939eaf1530cd53ee495 (patch)
tree7b8db719f5166c5d9f2b7232b46c0134c8b8b205
parent58ebeaf971fd86547401d6be5fa6655def29aa52 (diff)
downloadinitscripts-24019186b5623813ac3b8939eaf1530cd53ee495.tar
initscripts-24019186b5623813ac3b8939eaf1530cd53ee495.tar.gz
initscripts-24019186b5623813ac3b8939eaf1530cd53ee495.tar.bz2
initscripts-24019186b5623813ac3b8939eaf1530cd53ee495.tar.xz
initscripts-24019186b5623813ac3b8939eaf1530cd53ee495.zip
dip apparently goes into background now. (#3361)
-rwxr-xr-xsysconfig/network-scripts/ifup-sl4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-sl b/sysconfig/network-scripts/ifup-sl
index c39f5d4e..529ac42f 100755
--- a/sysconfig/network-scripts/ifup-sl
+++ b/sysconfig/network-scripts/ifup-sl
@@ -55,9 +55,11 @@ while : ; do
if [ "$PERSIST" != "yes" -o ! -f /var/run/sl-$DEVICE.dev ] ; then
exit 0
fi
+ while [ -f /var/run/LCK..$DEVICE && killall -0 dip ] ; {
+ sleep 10
+ }
rm -f /var/run/sl-$DEVICE.dev
-
sleep $RETRYTIMEOUT || {
# sleep was killed
exit 0