]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/dnsmasq/0006-Fit-example-conf-file-typo.patch
d7a0207b74c6863d356d0a46f93221eab714985b
[ipfire-2.x.git] / src / patches / dnsmasq / 0006-Fit-example-conf-file-typo.patch
1 From 3d9d2dd0018603a2ae4b9cd65ac6ff959f4fd8c7 Mon Sep 17 00:00:00 2001
2 From: Tomas Hozza <thozza@redhat.com>
3 Date: Mon, 6 Oct 2014 10:46:48 +0100
4 Subject: [PATCH 06/87] Fit example conf file typo.
5
6 ---
7 dnsmasq.conf.example | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
11 index 6b00bd34fbb5..1bd305dbdbad 100644
12 --- a/dnsmasq.conf.example
13 +++ b/dnsmasq.conf.example
14 @@ -645,4 +645,4 @@
15 #conf-dir=/etc/dnsmasq.d,.bak
16
17 # Include all files in a directory which end in .conf
18 -#conf-dir=/etc/dnsmasq.d/*.conf
19 +#conf-dir=/etc/dnsmasq.d/,*.conf
20 --
21 2.1.0
22