]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/dnsmasq/0001-Add-newline-at-the-end-of-example-config-file.patch
Core90: Update crontab.
[ipfire-2.x.git] / src / patches / dnsmasq / 0001-Add-newline-at-the-end-of-example-config-file.patch
1 From f2658275b25ebfe691cdcb9fede85a3088cca168 Mon Sep 17 00:00:00 2001
2 From: Simon Kelley <simon@thekelleys.org.uk>
3 Date: Thu, 25 Sep 2014 21:51:25 +0100
4 Subject: [PATCH 01/71] Add newline at the end of example config file.
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 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 --
22 2.1.0
23