summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-12-04 16:45:18 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-12-04 16:45:18 +0000
commit0f92b897537b8af080e618aac01a6dd526828e40 (patch)
tree4c9637a338e9946c255e34eac8ecb0e6401028da /rules/thttpd.in
parentb12ddb676b70c7579c7118cec68883276100be92 (diff)
downloadptxdist-0f92b897537b8af080e618aac01a6dd526828e40.tar.gz
ptxdist-0f92b897537b8af080e618aac01a6dd526828e40.tar.xz
typo fixed
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6431 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.in')
-rw-r--r--rules/thttpd.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/rules/thttpd.in b/rules/thttpd.in
index bd2e7f2a3..be32d9386 100644
--- a/rules/thttpd.in
+++ b/rules/thttpd.in
@@ -11,16 +11,19 @@ menuconfig THTTPD
featured web-servers and it performs extremely well
under high load.
- comment "thttpd runtime options ---"
+ comment "runtime options ---"
depends on THTTPD
-
+#
+# FIXME: Can thttpd also started by inetd like busybox' one?
+# If yes, add a choice here for this startup option
+#
config ROOTFS_ETC_INITD_THTTPD
depends on THTTPD
bool
default y
- prompt "Install startup script "
+ prompt "Install startup script"
help
- The /etc/init.d/thttpd script lets you control the udevd daemon.
+ The /etc/init.d/thttpd script lets you control the thttpd daemon.
choice
prompt "Kind of startup script"
@@ -53,4 +56,5 @@ menuconfig THTTPD
prompt "Populate a generic website"
help
This install a generic website into /var/www/index.html
+ from <ptxdist-install>/generic/thttpd.html