summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-04 16:36:19 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-04 16:36:19 +0000
commita7e641d5482978095fdffde3d1a926bc38b883bc (patch)
tree687f18778391b528a7debb8f0c9af893d2f17ea8 /rules/inetutils.in
parent24801ced6747059646140aa853619fdb0eb3c46b (diff)
downloadptxdist-a7e641d5482978095fdffde3d1a926bc38b883bc.tar.gz
ptxdist-a7e641d5482978095fdffde3d1a926bc38b883bc.tar.xz
* inetutils - tftpd
- cannot start standalone, removing all menu entries that selects standalone startup - always needs inetd to run git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6730 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in57
1 files changed, 5 insertions, 52 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index fd08c634c..767e5ec64 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -119,62 +119,15 @@ config INETUTILS_TFTPD_BASE_DIR
This string is added to tftpd's command parameters. Placeholder @ROOT@
in all startup options will be replaced by the string given here
-choice
- prompt "Kind of tftpd startup"
- depends on INETUTILS
- depends on INETUTILS_TFTPD
- default INETUTILS_TFTPD_STARTUP_TYPE_INETD
-
- config INETUTILS_TFTPD_STARTUP_TYPE_INETD
- bool
- prompt "inetd driven"
- help
- tftp server will be started on demand from inetd. This installs
- a startup configuration for tftpd from inetd. It adds to the
- /etc/inetd.conf a line like this:
- tftp dgram udp wait nobody /sbin/tftpd tftpd -l @ROOT@
- Note: You must enable one of the two possible inet daemons:
- There is one embedded in busybox and one in this packet.
-
- config INETUTILS_TFTPD_STARTUP_TYPE_STANDALONE
- bool
- prompt "standalone"
- help
- This installs tftpd startup script /etc/init.d/tftpd. With this
- script the tftpd server will be started at system startup and
- waits for connections
-
-endchoice
-
config INETUTILS_TFTPD_STRING
string
depends on INETUTILS
- depends on INETUTILS_TFTPD_STARTUP_TYPE_INETD
+ depends on INETUTILS_TFTPD
prompt "inetd service entry"
default "tftp dgram udp wait nobody /sbin/tftpd tftpd -l @ROOT@"
help
- This string is added to inetd's configuration /etc/inetd.conf. @ROOT@
+ The string defined here is added to inetd's configuration /etc/inetd.conf. @ROOT@
in this string will be replaced by tftpd exported directory
-
-choice
- prompt "Kind of startup script"
- depends on INETUTILS
- depends on INETUTILS_TFTPD_STARTUP_TYPE_STANDALONE
- default INETUTILS_ETC_INITD_TFTPD_DEFAULT
-
- config INETUTILS_ETC_INITD_TFTPD_DEFAULT
- bool
- prompt "Use generic"
- help
- Installs a generic /etc/init.d/tftpd startup script.
- See <ptxdist-install>/generic/etc/init.d/tftpd
-
- config INETUTILS_ETC_INITD_TFTPD_USER
- bool
- prompt "User defined"
- help
- This uses a user defined tftpd startup script. PTXdist
- uses files projectroot/etc/init.d/tftpd in your local
- project
-
-endchoice
+ Note: This tftp daemon can be started on demand from inetd only. You
+ must enable one of the two possible inet daemons: There is one
+ embedded in busybox and one in this packet.