Sleep times in startup script.

This commit is contained in:
Florian Pose 2006-07-18 16:09:05 +00:00
parent 0d76e9719b
commit 3e7365a3fb
1 changed files with 5 additions and 0 deletions

View File

@ -196,6 +196,8 @@ case "$1" in
fi;
done
sleep 1
# reload previous modules
if ! modprobe 8139too; then
echo "Warning: Failed to restore 8139too module."
@ -206,6 +208,9 @@ case "$1" in
restart)
$0 stop || exit 1
sleep 1
$0 start
rc_status