diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-17 14:59:47 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-17 14:59:47 +0100 |
commit | 703e0ac168d6208ce65947930ab253cf7d9c7789 (patch) | |
tree | 760118758e572b7640e032f3edfc49a316650739 /packages/dnsmasq/files | |
parent | eea5cfc239ca4cb89fad5a0c176f01d002f686dd (diff) |
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')
-rw-r--r-- | packages/dnsmasq/files/init | 2 |
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 |