parent
cd63e05633
commit
ccb6ed253f
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
mkdir -p /var/lib/misc
|
||||
exec dnsmasq -k --enable-dbus -u dnsmasq -g dnsmasq 2>&1
|
||||
[ -r ./conf ] && . ./conf
|
||||
exec dnsmasq -k ${OPTS:---enable-dbus -u dnsmasq -g dnsmasq} 2>&1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dnsmasq'
|
||||
pkgname=dnsmasq
|
||||
version=2.86
|
||||
revision=1
|
||||
revision=2
|
||||
conf_files="/etc/dnsmasq.conf"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-devel libcap-devel libidn2-devel $(vopt_if dnssec nettle-devel)"
|
||||
|
|
Loading…
Reference in a new issue