inetd: make FEATURE_INETD_RPC off by default
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 25 Oct 2015 19:10:46 +0000 (20:10 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 25 Oct 2015 19:10:46 +0000 (20:10 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/Config.src
networking/Config.src

index 76635ba784d11657d07f6a3bd96ecdf60b3705f6..a9afaea5b1bf82d3b7c2421545aa912ab05b78c4 100644 (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.
 
index 8c7417f86bf1eb024eeb75d12d78db3877882059..27c604a31698483bbdc03592a0cf1ef33ab5b867 100644 (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