diff options
author | Denys Vlasenko | 2015-10-25 20:10:46 +0100 |
---|---|---|
committer | Denys Vlasenko | 2015-10-25 20:10:46 +0100 |
commit | 0269789537c0c16de948e100ea331fdba54008e4 (patch) | |
tree | 3ce16690cc3b11990513b1ad66a6e9ecf7af8b60 /archival/Config.src | |
parent | 8814431aca695a43b2e164a6620ea0a3274ce678 (diff) | |
download | busybox-0269789537c0c16de948e100ea331fdba54008e4.zip busybox-0269789537c0c16de948e100ea331fdba54008e4.tar.gz |
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.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/Config.src b/archival/Config.src index 76635ba..a9afaea 100644 --- a/archival/Config.src +++ b/archival/Config.src @@ -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. |