dnsmasq: create lease directory if it does not exist
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
mkdir -p /var/lib/misc
|
||||||
exec dnsmasq -k --enable-dbus -u dnsmasq -g dnsmasq 2>&1
|
exec dnsmasq -k --enable-dbus -u dnsmasq -g dnsmasq 2>&1
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'dnsmasq'
|
# Template file for 'dnsmasq'
|
||||||
pkgname=dnsmasq
|
pkgname=dnsmasq
|
||||||
version=2.72
|
version=2.72
|
||||||
revision=3
|
revision=4
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dbus-devel libcap-devel libidn-devel"
|
makedepends="dbus-devel libcap-devel libidn-devel"
|
||||||
conf_files="/etc/dnsmasq.conf"
|
conf_files="/etc/dnsmasq.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user