summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-11-19 16:09:47 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-11-19 16:09:47 +0000
commit4b16d7bb6a682e71524798abc16818ef81660592 (patch)
tree5beec35bc2b7fe6df86f3c940a32f52249e598c0 /rules/dnsmasq.in
parent1b8c45ca2cf7cad1196ea1caa3aeede1d47852ff (diff)
downloadptxdist-4b16d7bb6a682e71524798abc16818ef81660592.tar.gz
ptxdist-4b16d7bb6a682e71524798abc16818ef81660592.tar.xz
fix wrong path
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6349 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index b4a57b9b1..301d1427c 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -47,7 +47,7 @@ choice
dnsmasq will be started on demand from inetd. This installs
a startup configuration for dnsmasq from inetd. It adds to the
/etc/inetd.conf a line like this:
- dns stream tcp nowait root /usr/bin/dnsmasq dnsmasq
+ domain stream tcp nowait root /sbin/dnsmasq domain
Note: You must enable one of the two possible inet daemons:
There is one embedded in busybox and one in packet inetutils.
Note: If you want to use dnsmasq's DHCP feature, you can't
@@ -69,7 +69,7 @@ config DNSMASQ_INETD_STRING
depends on DNSMASQ
depends on DNSMASQ_INETD_SERVER
prompt "inetd service entry"
- default "domain stream tcp nowait root /usr/bin/dnsmasq domain"
+ default "domain stream tcp nowait root /sbin/dnsmasq domain"
help
This string is added to inetd's configuration /etc/inetd.conf.