Hi. I'm sending simple fix for syntax error in the dnsmasq.conf.example.
It generated the following error if uncommented: dnsmasq: cannot access directory /etc/dnsmasq.d/*.conf: No such file or directory Regards, -- Tomas Hozza Software Engineer - EMEA ENG Developer Experience PGP: 1D9F3C2D Red Hat Inc. http://cz.redhat.com
>From ffafaf56ba503fd1f82a704db5ebd9567c4714cb Mon Sep 17 00:00:00 2001 From: Tomas Hozza <[email protected]> Date: Mon, 6 Oct 2014 10:23:22 +0200 Subject: [PATCH] Fix syntax error in configuration example it generated error: dnsmasq: cannot access directory /etc/dnsmasq.d/*.conf: No such file or directory Signed-off-by: Tomas Hozza <[email protected]> --- dnsmasq.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example index 6b00bd3..1bd305d 100644 --- a/dnsmasq.conf.example +++ b/dnsmasq.conf.example @@ -645,4 +645,4 @@ #conf-dir=/etc/dnsmasq.d,.bak # Include all files in a directory which end in .conf -#conf-dir=/etc/dnsmasq.d/*.conf +#conf-dir=/etc/dnsmasq.d/,*.conf -- 1.9.3
_______________________________________________ Dnsmasq-discuss mailing list [email protected] http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
