From f7243ceed9f8eaff771c21d3bb7fb5c306f94e55 Mon Sep 17 00:00:00 2001 From: dman776 Date: Sun, 12 Aug 2018 22:31:29 -0500 Subject: [PATCH] bugfix: /tmp/hosts dir is missing (#136) --- patches/100-dnsmasq-upgrade.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/100-dnsmasq-upgrade.patch b/patches/100-dnsmasq-upgrade.patch index b8e59b63..4b75af23 100644 --- a/patches/100-dnsmasq-upgrade.patch +++ b/patches/100-dnsmasq-upgrade.patch @@ -761,6 +761,7 @@ + + # before we can call xappend + mkdir -p /var/run/dnsmasq/ ++ mkdir -p /tmp/hosts + mkdir -p $(dirname $CONFIGFILE) + mkdir -p /var/lib/misc + touch /tmp/dhcp.leases