summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-11-11 17:43:54 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-11-11 17:43:54 +0000
commit99e2163a5853297ec4afdb53485e1619d9aa9c73 (patch)
tree590c0cbca4ad5164951d0ae7afcbd1d211e96b79 /rules/inetutils.in
parent10aa2d7ad2fdfcdccc508c5ce6823b5e1ed5d64a (diff)
downloadptxdist-99e2163a5853297ec4afdb53485e1619d9aa9c73.tar.gz
ptxdist-99e2163a5853297ec4afdb53485e1619d9aa9c73.tar.xz
* inetutils
- provide a startupscript that belongs to the packet - provide startupscript and rc.d link in the package git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6295 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in36
1 files changed, 35 insertions, 1 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index 60a0a95eb..e4b3dce99 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -10,7 +10,7 @@ config INETUTILS_INETD
prompt "inetd"
depends on INETUTILS
help
- This is the network super daemon. It open network connection for
+ This is the network super daemon. It opens network connection for
various other programs and start them if a connection request occures.
comment "busy box' inetd is selected!"
@@ -62,3 +62,37 @@ config INETUTILS_SYSLOGD
depends on INETUTILS
help
FIXME: This item needs to be documented
+
+comment "runtime options ---"
+ depends on INETUTILS
+
+config INETUTILS_ETC_INITD_INETD
+ depends on INETUTILS
+ depends on INETUTILS_INETD
+ bool
+ default y
+ prompt "Install inetd startup script"
+ help
+ The /etc/init.d/inetd script lets you control the inetd server.
+
+ choice
+ prompt "Kind of startup script"
+ depends on INETUTILS_ETC_INITD_INETD
+ default INETUTILS_ETC_INITD_INETD_DEFAULT
+
+ config INETUTILS_ETC_INITD_INETD_DEFAULT
+ bool
+ prompt "Use generic"
+ help
+ Installs a generic /etc/init.d/inetd startup script.
+ See <ptxdist-install>/generic/etc/init.d/inetd
+
+ config INETUTILS_ETC_INITD_INETD_USER
+ bool
+ prompt "User defined"
+ help
+ This uses a user defined inetd startup script. PTXdist
+ uses files projectroot/etc/init.d/inetd in your local
+ project
+
+ endchoice