From: Rob Landley Date: Thu, 15 Sep 2005 18:22:43 +0000 (-0000) Subject: Amir Shalem observed that telnetd doesn't really require login, so forcing X-Git-Tag: 1_1_0~725 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a65d2f8cccd5e9767b046e82650da95c238fd00;p=oweals%2Fbusybox.git Amir Shalem observed that telnetd doesn't really require login, so forcing it is wrong. --- 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 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