diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-28 15:48:08 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-02 11:54:33 +0200 |
commit | 50d3f9a02bd5f9c4c442d65dd0bf673be249ad26 (patch) | |
tree | 013526c39a40ab01547ad3c605ff2cf3c8896ab5 /main/dnsmasq/uncomment-conf-dir.patch | |
parent | 93f50b4d264972d167f4b050b2f8a87d0826a145 (diff) | |
download | aports-50d3f9a02bd5f9c4c442d65dd0bf673be249ad26.tar.bz2 aports-50d3f9a02bd5f9c4c442d65dd0bf673be249ad26.tar.xz |
main/dnsmasq: improve runscript and abuild, enable conf-dir
Diffstat (limited to 'main/dnsmasq/uncomment-conf-dir.patch')
-rw-r--r-- | main/dnsmasq/uncomment-conf-dir.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/dnsmasq/uncomment-conf-dir.patch b/main/dnsmasq/uncomment-conf-dir.patch new file mode 100644 index 0000000000..612a004732 --- /dev/null +++ b/main/dnsmasq/uncomment-conf-dir.patch @@ -0,0 +1,8 @@ +--- a/dnsmasq.conf.example 2016-08-02 11:30:24.207034952 +0200 ++++ b/dnsmasq.conf.example 2016-08-02 11:30:34.094695721 +0200 +@@ -663,4 +663,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 |