Title:		acpid.unc
Description:	acpid daemon & event scripts
Version:	1.0.4
Author:	thockin@hockin.org
Original-site:	http://acpid.sourceforge.net/
Copying-policy:	GPL
-----==[  Color = green     Filesize:   15KB  ]==-----
Extension by:	juanito
Comments:	The daemon will detect acpi events on a 
		compliant machine - it will not work with apm.
		ac, battery, button & processor modules must
		be loaded.
		4 events - power button, lid, ac-connected &
		battery will be detected
		The actions taken are:
		lid - no action (hard-coded on my machine?)
		powerbtn - reboot DSL
		ac_adapter - set Intel Speedstep to level 2
		battery - set Intel Speedstep to level 7
		It appears the daemon does not start on
		loading, restart with:
		/etc/inid.d/acpid restart
		acpid only acts on changes to the status,
		to check the status on boot and act if on
		battery run:
		/etc/acpi/acpi_state.sh
Change-log:
Current:
		2007/02/04 - First version