Augeas 0.1.0 (Default branch) |
|
|
Augeas is a configuration API and editing tool. It
parses common configuration files like /etc/hosts
or /etc/grub.conf in their native formats and
transforms them into a tree. Configuration changes
are made by manipulating this tree and saving it
back into native configuration files.
License: GNU Lesser General Public License (LGPL)
Changes:
Various changes to the public API to clean it up and make it supportable. The public API is now stable, and existing calls will be supported without further changes. New schema for /etc/sysconfig/network-scripts/ifcfg-* and assorted other files /etc/sysconfig, and for /etc/apt/sources.list and /etc/apt/sources.list.d/*
|