aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-22 15:54:52 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-22 15:54:52 +0000
commit75f8d080a28f2a9076a5f60afeba41ac876a78a4 (patch)
tree21794599ef01c7603faff7efb1fcaf56868684c9 /networking/Config.in
parentd6bbf99a8b174d8535c195c71d3560a0d83d95fc (diff)
downloadbusybox-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.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/networking/Config.in b/networking/Config.in
index ba41ab119..e9694af67 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"