aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-25 20:10:46 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-25 20:10:46 +0100
commit0269789537c0c16de948e100ea331fdba54008e4 (patch)
tree3ce16690cc3b11990513b1ad66a6e9ecf7af8b60 /archival/Config.src
parent8814431aca695a43b2e164a6620ea0a3274ce678 (diff)
downloadbusybox-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 'archival/Config.src')
-rw-r--r--archival/Config.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/Config.src b/archival/Config.src
index 76635ba78..a9afaea5b 100644
--- a/archival/Config.src
+++ b/archival/Config.src
@@ -31,7 +31,7 @@ config FEATURE_SEAMLESS_GZ
31 31
32config FEATURE_SEAMLESS_Z 32config FEATURE_SEAMLESS_Z
33 bool "tar, rpm, modprobe etc understand .Z data" 33 bool "tar, rpm, modprobe etc understand .Z data"
34 default n 34 default n # it is ancient
35 help 35 help
36 Make tar, rpm, modprobe etc understand .Z data. 36 Make tar, rpm, modprobe etc understand .Z data.
37 37