[kernel] r7868 - dists/trunk/ipw3945d/debian
    Jurij Smakov 
    jurij-guest at alioth.debian.org
       
    Tue Nov 21 17:33:48 UTC 2006
    
    
  
Author: jurij-guest
Date: Tue Nov 21 18:33:47 2006
New Revision: 7868
Modified:
   dists/trunk/ipw3945d/debian/changelog
   dists/trunk/ipw3945d/debian/init
Log:
Following the suggestion by Malte Schirmacher, add one second
delay after starting the daemon to make sure that it's fully up
and running before an attempt to bring up an interface is made.
Modified: dists/trunk/ipw3945d/debian/changelog
==============================================================================
--- dists/trunk/ipw3945d/debian/changelog	(original)
+++ dists/trunk/ipw3945d/debian/changelog	Tue Nov 21 18:33:47 2006
@@ -1,3 +1,12 @@
+ipw3945d (1.7.22-2) unstable; urgency=low
+  
+  * Following the suggestion by Malte Schirmacher, add one second
+    delay after starting the daemon to make sure that it's fully up
+    and running before an attempt to bring up an interface is made.
+    Closes: #399607
+
+ -- Jurij Smakov <jurij at debian.org>  Tue, 21 Nov 2006 09:30:00 -0800
+
 ipw3945d (1.7.22-1) unstable; urgency=low
 
   * Initial upload to Debian. Thanks to Loic Minier for valuable
Modified: dists/trunk/ipw3945d/debian/init
==============================================================================
--- dists/trunk/ipw3945d/debian/init	(original)
+++ dists/trunk/ipw3945d/debian/init	Tue Nov 21 18:33:47 2006
@@ -78,6 +78,7 @@
 		      --log-file=${DAEMON_LOG_FILE} > /dev/null 2>&1
     code=$?
     log_end_msg ${code}
+    sleep 1
   else
     log_warning_msg "Not starting ipw3945 regulatory daemon, driver not loaded."
   fi
    
    
More information about the Kernel-svn-changes
mailing list