<div dir="ltr"><br><br><div class="gmail_quote">On Thu, Sep 4, 2008 at 8:30 PM, David Lutterkort <span dir="ltr"><<a href="mailto:lutter@redhat.com">lutter@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, 2008-09-04 at 12:44 +0200, Free Ekanayaka wrote:<br>
> # HG changeset patch<br>
> # User Free Ekanayaka <<a href="mailto:free@64studio.com">free@64studio.com</a>><br>
> # Date 1220525059 -7200<br>
> # Node ID 6ce32e4097f9c1acb12387d066e2bb30e9d28c72<br>
> # Parent  77cf07dd59dc3e62c02549f677bd422344ba4268<br>
> Add lens and test for dnsmasq.conf<br>
<br>
</div>ACK .. Committed, though over time I would hope that we decompose some<br>
of the options in a more finegrained manner, e.g. turn<br>
<br>
        server=/<a href="http://example.com/192.168.0.1" target="_blank">example.com/192.168.0.1</a><br>
<br>
into something like<br>
<br>
        { "server"<br>
           { "domain" = "<a href="http://example.com" target="_blank">example.com</a>" }<br>
           { "address" = "<a href="http://192.168.0.1" target="_blank">192.168.0.1</a>" } }<br>
<br>
or similar.<br>
<font color="#888888"></font></blockquote><div><br><br>It might be useful to keep enriching util.aug (or other) with useful regexp and lenses. For example, at some point, a generic URI lens might be very useful, to map<br>
<br>proto://user:password@host:port/some/path/<br><br><br><br>Raphael<br><br><br></div></div></div>