4 alarm_not_supported
() {
5 echo org.freedesktop.Hal.Device.SystemPowerManagement.AlarmNotSupported
>&2
6 echo Waking the system up is not supported
>&2
11 echo org.freedesktop.Hal.Device.SystemPowerManagement.NotSupported
>&2
12 echo No
suspend method found
>&2
18 if [ -x /usr
/sbin
/apm
] ; then
19 if [ -e /var
/run
/apmdev
]; then
20 /usr
/sbin
/apm
-z 2>/dev
/null
22 /usr
/sbin
/apm
-z -d 2>/dev
/null