From b641466c1a05d45a1d1625187980d9d05dbf4a9c Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 13 Feb 2018 18:06:45 -0600 Subject: Add missing /etc/default/dnsmasq file --- recipes-support/dnsmasq/files/default | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes-support/dnsmasq/files/default') diff --git a/recipes-support/dnsmasq/files/default b/recipes-support/dnsmasq/files/default index 98190d2..a389aff 100644 --- a/recipes-support/dnsmasq/files/default +++ b/recipes-support/dnsmasq/files/default @@ -1 +1,6 @@ +# See /etc/init.d/dnsmasq ENABLED="no" + + +# Ignore the resolve.conf from the resolvconf package. +IGNORE_RESOLVCONF="yes" -- cgit v1.2.3