inetd: make FEATURE_INETD_RPC off by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
8814431aca
commit
0269789537
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user