From 4303e664ad654214837b2e6115796e44b89511ae Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Tue, 18 Apr 2006 20:17:06 +0000 Subject: Add NETWORKDELAY and LINKDELAY (#176851) --- rc.d/init.d/network | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 2a287dd6..8e0255b5 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -166,6 +166,8 @@ case "$1" in sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1 touch /var/lock/subsys/network + + [ -n "${NETWORKDELAY}" ] && /bin/sleep ${NETWORKDELAY} ;; stop) # If this is a final shutdown/halt, check for network FS, -- cgit v1.2.1