From 89a915fdd027adb6cc5f4ef74ee01cd86d45642d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 10 Nov 2011 12:34:53 +0100 Subject: [PATCH] dnsmasq: update for new systemd_services arg. --- srcpkgs/dnsmasq/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index 9d7582847c9..672b61ead81 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -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