[augeas-devel] [PATCH] Add lens and test for dnsmasq.conf

David Lutterkort lutter at redhat.com
Thu Sep 4 18:30:10 UTC 2008


On Thu, 2008-09-04 at 12:44 +0200, Free Ekanayaka wrote:
> # HG changeset patch
> # User Free Ekanayaka <free at 64studio.com>
> # Date 1220525059 -7200
> # Node ID 6ce32e4097f9c1acb12387d066e2bb30e9d28c72
> # Parent  77cf07dd59dc3e62c02549f677bd422344ba4268
> Add lens and test for dnsmasq.conf

ACK .. Committed, though over time I would hope that we decompose some
of the options in a more finegrained manner, e.g. turn

        server=/example.com/192.168.0.1
        
into something like

        { "server"
           { "domain" = "example.com" }
           { "address" = "192.168.0.1" } }
        
or similar.

David





More information about the augeas-devel mailing list