dnsmasq: update to version 2.46
authorJeremy Lainé <jeremy.laine@m4x.org>
Mon, 17 Nov 2008 13:59:47 +0000 (14:59 +0100)
committerJeremy Lainé <jeremy.laine@m4x.org>
Mon, 17 Nov 2008 13:59:47 +0000 (14:59 +0100)
* package upstream release 2.46
* make dnsmasq read /etc/dnsmasq.d (like Debian)

conf/checksums.ini
packages/dnsmasq/dnsmasq_2.46.bb [moved from packages/dnsmasq/dnsmasq_2.45.bb with 100% similarity]
packages/dnsmasq/files/init

index edc67df..02cc4de 100644 (file)
@@ -3802,6 +3802,10 @@ sha256=54f3e9ac2bd9f622b28ab0d5149e9bc13d62d8826be085c32abc929bc30dda6a
 md5=b7956e15c9766e05b3eca3ce88fdb616
 sha256=7b5b456e6ccb3a36cc96b84b79ba148850ab59ac45316b759a090a1121f93e13
 
+[http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.46.tar.gz]
+md5=79ec740d1a10ee75f13efa4ff36d0250
+sha256=9888d96d7d91e518c96a034dc863f8f7d961acd9334a1acde849c6022e540212
+
 [http://www.docbook.org/sgml/3.1/docbk31.zip]
 md5=432749c0c806dbae81c8bcb70da3b5d3
 sha256=20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538
index 1489cbc..d05a5aa 100644 (file)
@@ -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