From 703e0ac168d6208ce65947930ab253cf7d9c7789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Mon, 17 Nov 2008 14:59:47 +0100 Subject: dnsmasq: update to version 2.46 * package upstream release 2.46 * make dnsmasq read /etc/dnsmasq.d (like Debian) --- packages/dnsmasq/files/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/dnsmasq/files/init') diff --git a/packages/dnsmasq/files/init b/packages/dnsmasq/files/init index 1489cbcbf7..d05a5aaf83 100644 --- a/packages/dnsmasq/files/init +++ b/packages/dnsmasq/files/init @@ -2,7 +2,7 @@ DAEMON=/usr/bin/dnsmasq NAME=dnsmasq DESC="DNS forwarder and DHCP server" -ARGS="" +ARGS="-7 /etc/dnsmasq.d" test -f $DAEMON || exit 0 -- cgit v1.2.3