[Dnsmasq-discuss] [PATCH] Fix typo in debian/readme

2018-02-13 Thread Andy Hawkins
Fix a typo in the section of debian/readme that details the various DEB_BUILD_OPTIONS that are available. use_lua should actually be uselua. --- debian/readme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/readme b/debian/readme index c724177..768662e 100644 ---

Re: [Dnsmasq-discuss] Extension to hosts-dir and dhcohosts-dir

2018-02-13 Thread Andy Hawkins
In article , Will Parsons wrote: > I know it's fun to come up with a patch to fix a supposed problem with > a widely-employed piece of software, but stop for a minute and think > about what you're attempting to "achieve". > > If

[Dnsmasq-discuss] [PATCH] Inotify: Ignore backup files created by editors

2018-02-13 Thread Andy Hawkins
Use strlen to determine the length of the filename returned by inotify, as in->len refers to the length of the buffer containing the name, not the length of the name itself. http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2018q1/011950.html Signed-off-by: Andy Hawkins