OSDN Git Service

telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 22 Nov 2006 15:54:52 +0000 (15:54 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 22 Nov 2006 15:54:52 +0000 (15:54 -0000)
commit75f8d080a28f2a9076a5f60afeba41ac876a78a4
tree21794599ef01c7603faff7efb1fcaf56868684c9
parentd6bbf99a8b174d8535c195c71d3560a0d83d95fc
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.
include/libbb.h
include/usage.h
libbb/xfuncs.c
networking/Config.in
networking/telnetd.c
runit/runit_lib.c
scripts/defconfig