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