***********************************************************
*                      README for acpid                   *
*                                                         *
*  Daemon for Advanced Configuration and Power Interface  *
*                                                         *
***********************************************************

Aug 9, 2001

Overview
--------

ACPID used to try to handle events intternally.  Rather than try to climb an
ever-growing mountain, ACPID now lets YOU define what events to handle.  Any
event that publishes itself to /proc/acpi/event can be handled.

ACPID reads a set of configuration files which define event->action pairs.
This is how you make it do stuff. See the man page for details.

Implementation status
---------------------

This version should have complete support for generic handling of events.

Requirements
------------

Please make sure you are using the latest ACPI code possible. This is
available from http://developer.intel.com/technology/iapc/acpi/downloads.htm .

The ACPI kernel driver should be working on your system before trying ACPID.
Verify ACPI is loaded by verifying the existence of /proc/acpi/event.

Compiling ACPID
---------------

type "make"

Future Enhancements
-------------------

Re-implement autoconf/automake support
Re-add ancillary files needed for wider distribution

