aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dnsmasq/files/init
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2008-11-17 14:59:47 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2008-11-17 14:59:47 +0100
commit703e0ac168d6208ce65947930ab253cf7d9c7789 (patch)
tree760118758e572b7640e032f3edfc49a316650739 /packages/dnsmasq/files/init
parenteea5cfc239ca4cb89fad5a0c176f01d002f686dd (diff)
downloadopenembedded-703e0ac168d6208ce65947930ab253cf7d9c7789.tar.gz
dnsmasq: update to version 2.46
* package upstream release 2.46 * make dnsmasq read /etc/dnsmasq.d (like Debian)
Diffstat (limited to 'packages/dnsmasq/files/init')
-rw-r--r--packages/dnsmasq/files/init2
1 files changed, 1 insertions, 1 deletions
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