mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
dnsmasq: create lease directory if it does not exist
This commit is contained in:
parent
6703c4495f
commit
cfdd05137f
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue