diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-25 20:10:46 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-25 20:10:46 +0100 |
commit | 0269789537c0c16de948e100ea331fdba54008e4 (patch) | |
tree | 3ce16690cc3b11990513b1ad66a6e9ecf7af8b60 /networking | |
parent | 8814431aca695a43b2e164a6620ea0a3274ce678 (diff) | |
download | busybox-w32-0269789537c0c16de948e100ea331fdba54008e4.tar.gz busybox-w32-0269789537c0c16de948e100ea331fdba54008e4.tar.bz2 busybox-w32-0269789537c0c16de948e100ea331fdba54008e4.zip |
inetd: make FEATURE_INETD_RPC off by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
497 | 497 | ||
498 | config FEATURE_INETD_RPC | 498 | config FEATURE_INETD_RPC |
499 | bool "Support RPC services" | 499 | bool "Support RPC services" |
500 | default y | 500 | default n # very rarely used, and needs Sun RPC support in libc |
501 | depends on INETD | 501 | depends on INETD |
502 | select FEATURE_HAVE_RPC | 502 | select FEATURE_HAVE_RPC |
503 | help | 503 | help |