From 6a65d2f8cccd5e9767b046e82650da95c238fd00 Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Thu, 15 Sep 2005 18:22:43 +0000
Subject: Amir Shalem observed that telnetd doesn't really require login, so
 forcing it is wrong.

---
 networking/Config.in | 1 -
 1 file changed, 1 deletion(-)

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
-- 
cgit v1.2.3