svn commit: trunk/busybox/networking

landley at busybox.net landley at busybox.net
Thu Sep 15 18:22:50 UTC 2005


Author: landley
Date: 2005-09-15 11:22:43 -0700 (Thu, 15 Sep 2005)
New Revision: 11470

Log:
Amir Shalem observed that telnetd doesn't really require login, so forcing
it is wrong.


Modified:
   trunk/busybox/networking/Config.in


Changeset:
Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in	2005-09-15 08:06:42 UTC (rev 11469)
+++ trunk/busybox/networking/Config.in	2005-09-15 18:22:43 UTC (rev 11470)
@@ -513,7 +513,6 @@
 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




More information about the busybox-cvs mailing list