Author: titmuss
Date: Sun Feb 10 14:46:41 2008
New Revision: 1889

URL: http://svn.slimdevices.com?rev=1889&root=Jive&view=rev
Log:
Bug: 6580
Description:
Reload wlan in the background after a resume, this allows the jive application 
to give 
visual feedback sooner.


Modified:
    branches/7.0/squeezeboxJive/src/system/filesystem/etc/init.d/suspend

Modified: branches/7.0/squeezeboxJive/src/system/filesystem/etc/init.d/suspend
URL: 
http://svn.slimdevices.com/branches/7.0/squeezeboxJive/src/system/filesystem/etc/init.d/suspend?rev=1889&root=Jive&r1=1888&r2=1889&view=diff
==============================================================================
--- branches/7.0/squeezeboxJive/src/system/filesystem/etc/init.d/suspend 
(original)
+++ branches/7.0/squeezeboxJive/src/system/filesystem/etc/init.d/suspend Sun 
Feb 10 14:46:41 2008
@@ -31,6 +31,5 @@
 echo $DURATION > /sys/bus/i2c/devices/0-001c/duration
 echo $THRESHOLD > /sys/bus/i2c/devices/0-001c/threshold
 
-# Start wlan
-/etc/init.d/wlan start
-
+# Start wlan (in the background)
+/etc/init.d/wlan start &

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to