inetd: make FEATURE_INETD_RPC off by default

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2015-10-25 20:10:46 +01:00
parent 8814431aca
commit 0269789537
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ config FEATURE_SEAMLESS_GZ
config FEATURE_SEAMLESS_Z
bool "tar, rpm, modprobe etc understand .Z data"
default n
default n # it is ancient
help
Make tar, rpm, modprobe etc understand .Z data.

View File

@ -497,7 +497,7 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
config FEATURE_INETD_RPC
bool "Support RPC services"
default y
default n # very rarely used, and needs Sun RPC support in libc
depends on INETD
select FEATURE_HAVE_RPC
help