On Tue, 2003-02-25 at 23:13, Jeffrey L. Taylor wrote:
> Or not as the case may be. On my laptop, it insists that that the
> laptop is on battery power and won't run. The laptop only runs on
> AC since the battery won't hold a charge.
Have a look in /etc/init.d/anacron:
case "$1" in
start)
if test -x /usr/bin/on_ac_power
etc.