Bug#410402: isAnyWirelessPoweredOn in static-functions broken

2007-02-11 Thread Raphael Hertzog
Hi, On Sat, 10 Feb 2007, Nico Golde wrote: P.S. are you going to maintain this package? Thought Raphael is doing it :) As I told you, I have no big interest in this package but I've packaged it because we needed it to have good support of most laptops. Loïc offered his help so I'm quite happy

Bug#410402: isAnyWirelessPoweredOn in static-functions broken

2007-02-11 Thread Nico Golde
Hi, * Raphael Hertzog [EMAIL PROTECTED] [2007-02-11 13:54]: On Sat, 10 Feb 2007, Nico Golde wrote: P.S. are you going to maintain this package? Thought Raphael is doing it :) As I told you, I have no big interest in this package but I've packaged it because we needed it to have good

Bug#410402: isAnyWirelessPoweredOn in static-functions broken

2007-02-10 Thread Nico Golde
Package: acpi-support Version: 0.90-3 Severity: normal Hi, isAnyWirelessPoweredOn() { for DEVICE in /sys/class/net/* ; do if [ -d $DEVICE/wireless -a -r $DEVICE/device/power/state ] ; then # If any of the wireless devices are turned off then return failure test

Bug#410402: isAnyWirelessPoweredOn in static-functions broken

2007-02-10 Thread Loïc Minier
On Sat, Feb 10, 2007, Nico Golde wrote: isAnyWirelessPoweredOn() Can you test this version? isAnyWirelessPoweredOn() { for DEVICE in /sys/class/net/* ; do if [ -d $DEVICE/wireless -a -r $DEVICE/device/power/state ] ; then # if any of the wireless devices is turned on,

Bug#410402: isAnyWirelessPoweredOn in static-functions broken

2007-02-10 Thread Nico Golde
Hi, * Loïc Minier [EMAIL PROTECTED] [2007-02-10 19:42]: On Sat, Feb 10, 2007, Nico Golde wrote: isAnyWirelessPoweredOn() Can you test this version? isAnyWirelessPoweredOn() { for DEVICE in /sys/class/net/* ; do if [ -d $DEVICE/wireless -a -r $DEVICE/device/power/state ] ;

Bug#410402: isAnyWirelessPoweredOn in static-functions broken

2007-02-10 Thread Loïc Minier
On Sat, Feb 10, 2007, Nico Golde wrote: Works as suspected. Thanks. Ok, I've checked in a slightly different fix. P.S. are you going to maintain this package? Thought Raphael is doing it :) Hmm, I'm helping a little; just added myself as uploader. -- Loïc Minier [EMAIL PROTECTED]