diff options
-rw-r--r-- | archival/Config.in | 1 | ||||
-rw-r--r-- | debianutils/Config.in | 4 |
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 | |||
250 | config FEATURE_TAR_UNAME_GNAME | 250 | config FEATURE_TAR_UNAME_GNAME |
251 | bool "Enable use of user and group names" | 251 | bool "Enable use of user and group names" |
252 | default n | 252 | default n |
253 | depends on TAR | ||
253 | help | 254 | help |
254 | Enables use of user and group names in tar. This affects contents | 255 | Enables use of user and group names in tar. This affects contents |
255 | listings (-t) and preserving permissions when unpacking (-p). | 256 | 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 | |||
50 | 50 | ||
51 | config START_STOP_DAEMON | 51 | config START_STOP_DAEMON |
52 | bool "start-stop-daemon" | 52 | bool "start-stop-daemon" |
53 | default y | 53 | default n |
54 | help | 54 | help |
55 | start-stop-daemon is used to control the creation and | 55 | start-stop-daemon is used to control the creation and |
56 | termination of system-level processes, usually the ones | 56 | termination of system-level processes, usually the ones |
@@ -58,7 +58,7 @@ config START_STOP_DAEMON | |||
58 | 58 | ||
59 | config FEATURE_START_STOP_DAEMON_FANCY | 59 | config FEATURE_START_STOP_DAEMON_FANCY |
60 | bool "Support additional arguments" | 60 | bool "Support additional arguments" |
61 | default y | 61 | default n |
62 | depends on START_STOP_DAEMON | 62 | depends on START_STOP_DAEMON |
63 | help | 63 | help |
64 | Support additional arguments. | 64 | Support additional arguments. |