summaryrefslogtreecommitdiffstats
path: root/rules/utelnetd.in
blob: f9495b5fde92e1d846d4fc7dc630ba49b609542b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
menuconfig UTELNETD
	depends on !BB_CONFIG_TELNETD
	tristate
	prompt "utelnetd                      "
	help
	  utelnet is a very small telnetd implementation.

comment "runtime options   ---"
	depends on UTELNETD

config ROOTFS_ETC_INITD_UTELNETD
	depends on UTELNETD
	bool
	default y
	prompt "Install startup script"
	help
	  The /etc/init.d/telnetd script lets you control the telnetd daemon.

	choice
		prompt "Kind of startup script"
		default ROOTFS_ETC_INITD_UTELNETD_DEFAULT
		depends on ROOTFS_ETC_INITD_UTELNETD

		config ROOTFS_ETC_INITD_UTELNETD_DEFAULT
			bool
			prompt "Use generic"
			help
			  Installs a generic /etc/init.d/telnetd startup script.
			  See <ptxdist-install>/generic/etc/init.d/telnetd

		config ROOTFS_ETC_INITD_UTELNETD_USER
			bool
			prompt "User defined"
			help
			  This uses a user defined telnetd startup script. PTXdist
			  uses files projectroot/etc/init.d/utelnetd in your local
			  project. Note the leading 'u' in utelnetd! But it will
			  be copied to /etc/init.d/telnetd without 'u'!

	endchoice