Augeas is a configuration API and editing tool. Itparses common configuration files like /etc/hostsor /etc/grub.conf in their native formats andtransforms them into a tree. Configuration changesare made by manipulating this tree and saving itback into native configuration files.License: GNU Lesser General Public License (LGPL)Changes:
This release expands support for XPath-like expressions in the public API, making it possible to search across a whole subtree, e.g. to find a node labeled 'error' anywhere, and matching nodes based on various attributes, e.g. to find nodes that have a child labeled 'ipaddr' with a given value.