aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-19 23:42:22 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-19 23:42:22 +0000
commite7b43cf59fe6472442026cc3d3d57a5e502371f5 (patch)
tree203be2094ca55f8eb7e03e648ad2dba8b5bfc30d
parentc12d51e94e219dfc212e7cdab64b314dbdb6e2f3 (diff)
downloadbusybox-e7b43cf59fe6472442026cc3d3d57a5e502371f5.tar.gz
trivial fixes to config system
-rw-r--r--archival/Config.in1
-rw-r--r--debianutils/Config.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 6f803f4fe..619cd1bd5 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -250,6 +250,7 @@ config FEATURE_TAR_LONG_OPTIONS
config FEATURE_TAR_UNAME_GNAME
bool "Enable use of user and group names"
default n
+ depends on TAR
help
Enables use of user and group names in tar. This affects contents
listings (-t) and preserving permissions when unpacking (-p).
diff --git a/debianutils/Config.in b/debianutils/Config.in
index 50ccac803..f1b73b645 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -50,7 +50,7 @@ config FEATURE_RUN_PARTS_FANCY
config START_STOP_DAEMON
bool "start-stop-daemon"
- default y
+ default n
help
start-stop-daemon is used to control the creation and
termination of system-level processes, usually the ones
@@ -58,7 +58,7 @@ config START_STOP_DAEMON
config FEATURE_START_STOP_DAEMON_FANCY
bool "Support additional arguments"
- default y
+ default n
depends on START_STOP_DAEMON
help
Support additional arguments.