diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-15 18:22:43 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-15 18:22:43 +0000 |
commit | 523f266d64568d4d9a1447452179f37161f776d6 (patch) | |
tree | b51a9c23cf7e80ec66158d8b639214e5c6bd58be | |
parent | 9cac3478144a9943fd856c0a343fd98fb6d80296 (diff) | |
download | busybox-w32-523f266d64568d4d9a1447452179f37161f776d6.tar.gz busybox-w32-523f266d64568d4d9a1447452179f37161f776d6.tar.bz2 busybox-w32-523f266d64568d4d9a1447452179f37161f776d6.zip |
Amir Shalem observed that telnetd doesn't really require login, so forcing
it is wrong.
git-svn-id: svn://busybox.net/trunk/busybox@11470 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | networking/Config.in | 1 |
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 | |||
513 | config CONFIG_TELNETD | 513 | config 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 |