]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/dnsmasq/0001-Add-newline-at-the-end-of-example-config-file.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[ipfire-2.x.git] / src / patches / dnsmasq / 0001-Add-newline-at-the-end-of-example-config-file.patch
CommitLineData
6644c1c7
MT
1From f2658275b25ebfe691cdcb9fede85a3088cca168 Mon Sep 17 00:00:00 2001
2From: Simon Kelley <simon@thekelleys.org.uk>
3Date: Thu, 25 Sep 2014 21:51:25 +0100
697b4f04 4Subject: [PATCH 001/113] Add newline at the end of example config file.
6644c1c7
MT
5
6---
7 dnsmasq.conf.example | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
11index 83924fc4a9b4..6b00bd34fbb5 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\ No newline at end of file
20+#conf-dir=/etc/dnsmasq.d/*.conf
21--
222.1.0
23