# HG changeset patch # User Florian Pose # Date 1153238945 0 # Node ID 911f0aed65a90ece912835710c0c2d1873380f27 # Parent d491d1f84ebc55982c56ddb1134c1c1dbf227bb8 Sleep times in startup script. diff -r d491d1f84ebc -r 911f0aed65a9 script/ethercat.sh --- a/script/ethercat.sh Mon Jul 17 13:01:38 2006 +0000 +++ b/script/ethercat.sh Tue Jul 18 16:09:05 2006 +0000 @@ -196,6 +196,8 @@ fi; done + sleep 1 + # reload previous modules if ! modprobe 8139too; then echo "Warning: Failed to restore 8139too module." @@ -206,6 +208,9 @@ restart) $0 stop || exit 1 + + sleep 1 + $0 start rc_status