From 0aa307456bfc692ae09ce4dab8337184c83b2680 Mon Sep 17 00:00:00 2001 From: vda Date: Wed, 22 Nov 2006 15:54:52 +0000 Subject: telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. git-svn-id: svn://busybox.net/trunk/busybox@16622 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- scripts/defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/defconfig b/scripts/defconfig index 11361dc42..102c21a5f 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -560,7 +560,6 @@ CONFIG_TELNET=y CONFIG_FEATURE_TELNET_TTYPE=y CONFIG_FEATURE_TELNET_AUTOLOGIN=y CONFIG_TELNETD=y -CONFIG_FEATURE_TELNETD_INETD=y CONFIG_TFTP=y CONFIG_FEATURE_TFTP_GET=y CONFIG_FEATURE_TFTP_PUT=y -- cgit v1.2.3-55-g6feb