diff options
author | Denis Vlasenko | 2006-11-22 15:54:52 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-22 15:54:52 +0000 |
commit | 75f8d080a28f2a9076a5f60afeba41ac876a78a4 (patch) | |
tree | 21794599ef01c7603faff7efb1fcaf56868684c9 /networking/Config.in | |
parent | d6bbf99a8b174d8535c195c71d3560a0d83d95fc (diff) | |
download | busybox-75f8d080a28f2a9076a5f60afeba41ac876a78a4.zip busybox-75f8d080a28f2a9076a5f60afeba41ac876a78a4.tar.gz |
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.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/networking/Config.in b/networking/Config.in index ba41ab1..e9694af 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -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" |