summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-03 17:07:30 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-03 17:07:30 +0000
commit5b84648f6608ed191b1dd83f14fdd1b41f184309 (patch)
treecb0d7c198730a70c236225def902ffca26e2f138 /rules/dnsmasq.in
parentf7659ea354ee55a6e51afc0190251dbd5c1d0252 (diff)
downloadptxdist-5b84648f6608ed191b1dd83f14fdd1b41f184309.tar.gz
ptxdist-5b84648f6608ed191b1dd83f14fdd1b41f184309.tar.xz
[dnsmasq] fix stand alone vs. inetd
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9927 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in17
1 files changed, 2 insertions, 15 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index 7e15153ed..4e208eee9 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -38,7 +38,7 @@ comment "runtime options ---"
choice
prompt "Kind of startup"
- config DNSMASQ_INETD_SERVER
+ config DNSMASQ_INETD
bool
prompt "inetd driven"
help
@@ -52,7 +52,7 @@ choice
run it from inetd. In this case you need the standalone
startscript!
- config DNSMASQ_STARTUP_TYPE_STANDALONE
+ config DNSMASQ_STARTSCRIPT
bool
prompt "standalone"
help
@@ -62,17 +62,4 @@ choice
endchoice
-config DNSMASQ_INETD_STRING
- string
- depends on DNSMASQ_INETD_SERVER
- prompt "inetd service entry"
- default "domain stream tcp nowait root /sbin/dnsmasq domain"
- help
- This string is added to inetd's configuration /etc/inetd.conf.
-
-config DNSMASQ_STARTSCRIPT
- bool
- default y
- prompt "install /etc/init.d/dnsmasq"
-
endif