telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.

What if I need to have both?? This patch introduces
CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd.
This commit is contained in:
Denis Vlasenko
2006-11-22 15:54:52 +00:00
parent d6bbf99a8b
commit 75f8d080a2
7 changed files with 353 additions and 395 deletions

View File

@@ -586,13 +586,12 @@ config TELNETD
with all that done, telnetd _should_ work....
config FEATURE_TELNETD_INETD
bool "Support call from inetd only"
config FEATURE_TELNETD_STANDALONE
bool "Support standalone telnetd (not inetd only)"
default n
depends on TELNETD
help
Selecting this will make telnetd only callable from inetd,
removing the standalone support.
Selecting this will make telnetd able to run standalone.
config TFTP
bool "tftp"