aboutsummaryrefslogtreecommitdiff
path: root/sysutils/battmond
Commit message (Collapse)AuthorAgeFilesLines
* - IGNORE on FreeBSD 5.X and older:Pav Lucistnik2006-09-071-1/+7
| | | | | | | | | battmond.c:162: error: `ACPI_BATTERY_ALL_UNITS' undeclared Reported by: krismail Notes: svn path=/head/; revision=172457
* Battmond is a small daemon monitoring the battery level on ACPI-enabledPav Lucistnik2006-09-043-0/+31
(laptop) computers, by probing the ACPI device on regular intervals. It can warn you (through syslog) when the battery level is running low, and halt the system when it drops below a critical level threshold. WWW: http://ntarmos.dyndns.org/ PR: ports/100888 Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> Notes: svn path=/head/; revision=172147