aboutsummaryrefslogtreecommitdiff
path: root/sysutils/battmond
Commit message (Collapse)AuthorAgeFilesLines
* - Fix rc scriptDmitry Marakasov2009-11-282-0/+12
| | | | | | | | PR: 140834 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) Notes: svn path=/head/; revision=244892
* - Update Maintainer mail adressMartin Wilke2009-03-141-1/+1
| | | | | | | Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail) Notes: svn path=/head/; revision=230051
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* - 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