diff options
author | Rob Landley | 2005-09-15 18:22:43 +0000 |
---|---|---|
committer | Rob Landley | 2005-09-15 18:22:43 +0000 |
commit | 6a65d2f8cccd5e9767b046e82650da95c238fd00 (patch) | |
tree | b51a9c23cf7e80ec66158d8b639214e5c6bd58be /networking/Config.in | |
parent | 84b93f7ef18105db1270c12b16885106df31f2cb (diff) | |
download | busybox-6a65d2f8cccd5e9767b046e82650da95c238fd00.zip busybox-6a65d2f8cccd5e9767b046e82650da95c238fd00.tar.gz |
Amir Shalem observed that telnetd doesn't really require login, so forcing
it is wrong.
Diffstat (limited to 'networking/Config.in')
-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 671d84d..4950ae4 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -513,7 +513,6 @@ config CONFIG_FEATURE_TELNET_AUTOLOGIN config CONFIG_TELNETD bool "telnetd" default n - select CONFIG_LOGIN help A daemon for the TELNET protocol, allowing you to log onto the host running the daemon. Please keep in mind that the TELNET protocol |