[kernel] r8007 - dists/trunk/ipw3945d/debian

Jurij Smakov jurij-guest at alioth.debian.org
Fri Dec 15 04:16:22 UTC 2006


Author: jurij-guest
Date: Fri Dec 15 05:16:21 2006
New Revision: 8007

Modified:
   dists/trunk/ipw3945d/debian/init
Log:
Increase the delay after start to 3 seconds to get
rid of timing issues.


Modified: dists/trunk/ipw3945d/debian/init
==============================================================================
--- dists/trunk/ipw3945d/debian/init	(original)
+++ dists/trunk/ipw3945d/debian/init	Fri Dec 15 05:16:21 2006
@@ -78,7 +78,7 @@
 		      --log-file=${DAEMON_LOG_FILE} > /dev/null 2>&1
     code=$?
     log_end_msg ${code}
-    sleep 1
+    sleep 3
   else
     log_warning_msg "Not starting ipw3945 regulatory daemon, driver not loaded."
   fi



More information about the Kernel-svn-changes mailing list