--- /var/abs/extra/network/ipw3945d/ipw3945d.rc 2006-06-22 04:34:15.000000000 +0300 +++ /etc/rc.d/ipw3945d 2006-07-18 12:27:47.000000000 +0300 @@ -14,7 +14,7 @@ else echo `pidof -o %PPID /sbin/ipw3945d` > /var/run/ipw3945d.pid add_daemon ipw3945d - sleep 0.5 # not good, but daemon needs time to upload to card, otherwise network fails. + sleep 1 # not good, but daemon needs time to upload to card, otherwise network fails. stat_done fi @@ -26,7 +26,6 @@ if [ $? -gt 0 ]; then stat_fail else - rm /var/run/ipw3945d.pid rm_daemon ipw3945d stat_done fi