cvs commit: src/usr.sbin/powerd powerd.c
Nate Lawson
nate at root.org
Sun Feb 27 01:15:13 GMT 2005
Marcel Moolenaar wrote:
> marcel 2005-02-27 00:23:19 UTC
>
> FreeBSD src repository
>
> Modified files:
> usr.sbin/powerd powerd.c
> Log:
> Unbreak !i386 platforms. Only i386 has APM, so don't try to fallback
> on APM on other platforms.
>
> Revision Changes Path
> 1.3 +11 -1 src/usr.sbin/powerd/powerd.c
Thanks. It would be cleaner to move this code into apm_init_ac() and
acpm_get_ac() functions so the ifdef could be in just one place.
I think there is also one other issue. It would be cleaner to check for
the acpi sysctl in the rc.d script and return immediately rather than
starting powerd and it bombing out once it discovers this. Patches
welcome since my rc-familiarity is quite low.
--
Nate
More information about the cvs-src
mailing list