dnsmasq: update for new systemd_services arg.
This commit is contained in:
parent
265a366f73
commit
89a915fdd0
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dnsmasq'
|
# Template file for 'dnsmasq'
|
||||||
pkgname=dnsmasq
|
pkgname=dnsmasq
|
||||||
version=2.58
|
version=2.58
|
||||||
revision=1
|
revision=2
|
||||||
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
||||||
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
||||||
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
||||||
|
@ -19,7 +19,7 @@ long_desc="
|
||||||
|
|
||||||
system_accounts="dnsmasq"
|
system_accounts="dnsmasq"
|
||||||
conf_files="/etc/dnsmasq.conf /etc/conf.d/dnsmasq"
|
conf_files="/etc/dnsmasq.conf /etc/conf.d/dnsmasq"
|
||||||
systemd_services="dnsmasq.service"
|
systemd_services="dnsmasq.service on"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user