aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-09-15 18:22:43 +0000
committerRob Landley <rob@landley.net>2005-09-15 18:22:43 +0000
commit6a65d2f8cccd5e9767b046e82650da95c238fd00 (patch)
treeb51a9c23cf7e80ec66158d8b639214e5c6bd58be
parent84b93f7ef18105db1270c12b16885106df31f2cb (diff)
downloadbusybox-w32-6a65d2f8cccd5e9767b046e82650da95c238fd00.tar.gz
busybox-w32-6a65d2f8cccd5e9767b046e82650da95c238fd00.tar.bz2
busybox-w32-6a65d2f8cccd5e9767b046e82650da95c238fd00.zip
Amir Shalem observed that telnetd doesn't really require login, so forcing
it is wrong.
-rw-r--r--networking/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 671d84d26..4950ae459 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -513,7 +513,6 @@ config CONFIG_FEATURE_TELNET_AUTOLOGIN
513config CONFIG_TELNETD 513config CONFIG_TELNETD
514 bool "telnetd" 514 bool "telnetd"
515 default n 515 default n
516 select CONFIG_LOGIN
517 help 516 help
518 A daemon for the TELNET protocol, allowing you to log onto the host 517 A daemon for the TELNET protocol, allowing you to log onto the host
519 running the daemon. Please keep in mind that the TELNET protocol 518 running the daemon. Please keep in mind that the TELNET protocol