Merge from vendor branch TNF:
authorjmmv <jmmv>
Fri, 7 May 2010 09:13:59 +0000 (09:13 +0000)
committerjmmv <jmmv>
Fri, 7 May 2010 09:13:59 +0000 (09:13 +0000)
commita3414163890f418963682443c3a2a8b5d4c567be
tree02143d621589d3a1a8439c5690361f23bf079121
parent1bfaad90bd2c93e0d86a4be876bdb5aabb309b6e
parentbb9693979fd0a81fed2bc64fe8a81647ff38ea6e
Merge from vendor branch TNF:
Import etcutils 0.1:

etcutils is a package that provides standalone utilities to manipulate some
of the configuration files in /etc in a programmatic manner.  Some of these
files can be seen as databases and, as such, they should have tools to
update them.

The utilities provided by etcutils are designed to permit their integration
into packaging systems.  Once integrated, packages can use these tools to
automatically modify these system-wide configuration files without having
to care about portability issues.  Of course, these utilities provide a
command-line interface that resembles that of other standard tools, and
thus their manual usage is also possible.

The following utilities are provided:

* services(8): Add, list, remove and check the presence of entries in the
  services(5) database.

* shells(8): Add, list, remove and check the presence of entries in the
  shells(5) database.