On 10/21/2010 08:17 PM, Francis Giraldeau wrote:

The problem here is that, under the rsync file, there should be a
service name. For example:

augtool> set /files/etc/xinetd.d/somefile/someservice/disable no
augtool> save
Saved 1 file(s)

Will create the file "/etc/xinetd.d/somefile" with this content:

$ cat /etc/xinetd.d/somefile
service someservice
{
disable = no
}

One thing to remember is that the order of node in the augeas tree may
be important. For example, for the host lens, alias must be the tail of
siblings. For queries, there is a good starting point here:

http://augeas.net/page/Path_expressions

In my point of view, I think it's fine to ask for help on the list here.

Yes, that was clearly the problem, and i certainly should have seen that - it had been a long day at that point. :P I will read through the documentation at the URL you've provided.

Thank you (et merci).

--
Daniel Maher <dma PLUS augeas AT witbe DOT net>
"The Internet is completely over." -- Prince

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to