mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
23 lines
616 B
Diff
23 lines
616 B
Diff
From 3d9d2dd0018603a2ae4b9cd65ac6ff959f4fd8c7 Mon Sep 17 00:00:00 2001
|
|
From: Tomas Hozza <thozza@redhat.com>
|
|
Date: Mon, 6 Oct 2014 10:46:48 +0100
|
|
Subject: [PATCH 06/87] Fit example conf file typo.
|
|
|
|
---
|
|
dnsmasq.conf.example | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
|
|
index 6b00bd34fbb5..1bd305dbdbad 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
|
|
--
|
|
2.1.0
|
|
|