3 DESC
="Eee PC startup configuration"
7 if [ "$(whoami)" != "root" ];then
8 echo "You must be root to start/restart/stop services."
17 stat_busy
"Starting $DESC"
19 rm -f /etc
/acpi
/power.lock
20 /etc
/acpi
/powersource.sh
> /dev
/null
24 stat_busy
"Stopping $DESC"
26 rm -f /etc
/acpi
/power.lock
35 echo "usage: $0 {start|stop|restart}"