Commit Graph

2 Commits

Author SHA1 Message Date
kili
2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
kili
7aba193696 Configuration management library for programs and daemons.
Features include:
* Automatic, dynamic reloading in response to modifications to
  configuration files.
* A simple, but flexible, configuration language, supporting several
  of the most commonly needed types of data, along with
  interpolation of strings from the configuration or the system
  environment (e.g. @$(HOME)@).
* Subscription-based notification of changes to configuration
  properties.
* An @import@ directive allows the configuration of a complex
  application to be split across several smaller files, or common
  configuration data to be shared across several applications.

ok jasper@
2012-04-28 19:29:01 +00:00