Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
powerd not really turning on powersaving mode
Hello all,
I just read the /etc/powerd/scripts/acadapter, and I think the following lines:
18 # Disable power saving mode on all network interfaces
19 for intf in /sbin/ifconfig -l; do
20 /sbin/ifconfig $intf -powersave >/dev/null 2>&1
21 done
and
48 # Enable power saving mode on all network interfaces
49 for intf in /sbin/ifconfig -l; do
50 /sbin/ifconfig $intf powersave >/dev/null 2>&1
51 done
should actually use backquotes around "ifconfig -l" to be useful.
Nice addition though.
Cheers,
--
khorben
Home |
Main Index |
Thread Index |
Old Index