dnsmasq: update for new systemd_services arg.
This commit is contained in:
parent
265a366f73
commit
89a915fdd0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dnsmasq'
|
||||
pkgname=dnsmasq
|
||||
version=2.58
|
||||
revision=1
|
||||
revision=2
|
||||
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
||||
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
||||
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
||||
|
@ -19,7 +19,7 @@ long_desc="
|
|||
|
||||
system_accounts="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 dbus-libs
|
||||
|
|
Loading…
Reference in a new issue