summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-08 21:12:08 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-08 21:12:08 +0000
commit13728b930228e44276eb6483727005bee0ccb749 (patch)
tree877ba86c87235600315ccb5587b512d7ad4c9c50 /rules/dnsmasq.in
parent091c82530b51d9f244a5b15ca7a0ea53292c019f (diff)
downloadptxdist-13728b930228e44276eb6483727005bee0ccb749.tar.gz
ptxdist-13728b930228e44276eb6483727005bee0ccb749.tar.xz
remove inetd.conf leftovers
Remove the remaining traces of the old inetd.conf method. We use postinst-generation of /etc/inetd.conf now. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10645 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in19
1 files changed, 10 insertions, 9 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index 1d2c0b829..ffca30228 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -56,15 +56,16 @@ choice
bool
prompt "inetd driven"
help
- 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:
- 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
- run it from inetd. In this case you need the standalone
- startscript!
+ Install a inetd rule for dnsmasq. This option adds the following line
+ to /etc/inetd.conf.d/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
+ run it from inetd. In this case you need the standalone
+ startscript!
config DNSMASQ_STARTSCRIPT
bool