What is ivman?
--------------
Ivman is a generic handler for HAL events. Originally for
automounting, it can now be used to run arbitrary commands when events
or conditions occur or properties are modified on your hardware (e.g.,
run a command when you close your laptop's lid, run a command when a
particular device is attached or a particular CD is inserted, etc).
Ivman is based on HAL, http://hal.freedesktop.org.
Who wrote it?
-------------
Ivman is currently developed by Grégory SCHMITT <gy.schmitt at gmail
dot com>. It was earlier developed by Rohan < ro_han at users dot
sourceforge dot net> and originally developed by Ikke <eikke at users
dot sourceforge dot org>, based on gnome-volume-manager, by Robert
M. Love and others. Anyone is welcome to submit patches, just e-mail
Grégory.
Where can I find the latest information?
----------------------------------------
Check the homepage at http://ivman.sourceforge.net
What are the dependencies?
--------------------------
Ivman depends on glib, libxml2, D-Bus, and HAL 0.5.
How do I install it?
--------------------
Like every other GNU-based tool:
./configure
make
make install
./configure --help for other options.
How do I configure it?
----------------------
All config files are (standard) located in /etc/ivman. They are plain xml files, just read them, everything is quite self-explaining.