From 0269789537c0c16de948e100ea331fdba54008e4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 25 Oct 2015 20:10:46 +0100 Subject: inetd: make FEATURE_INETD_RPC off by default Signed-off-by: Denys Vlasenko --- networking/Config.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/Config.src') diff --git a/networking/Config.src b/networking/Config.src index 8c7417f86..27c604a31 100644 --- a/networking/Config.src +++ b/networking/Config.src @@ -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 -- cgit v1.2.3