Use /run/dnsmasq instead of /var/run/dnsmasq in Debian package.

This commit is contained in:
Simon Kelley
2015-09-29 22:54:41 +01:00
parent 27b78d990b
commit 4790115455
8 changed files with 28 additions and 27 deletions

2
debian/resolvconf vendored
View File

@@ -13,7 +13,7 @@
set -e
RUN_DIR="/var/run/dnsmasq"
RUN_DIR="/run/dnsmasq"
RSLVRLIST_FILE="${RUN_DIR}/resolv.conf"
TMP_FILE="${RSLVRLIST_FILE}_new.$$"
MY_NAME_FOR_RESOLVCONF="dnsmasq"