dnsmasq: update for new systemd_services arg.

This commit is contained in:
Juan RP 2011-11-10 12:34:53 +01:00
parent 265a366f73
commit 89a915fdd0

View file

@ -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