aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
commit2f32bf8be63f70125049402ba43101d8c6083d46 (patch)
tree8d01d287b58308bbb0bc6748c27357fae0a7aa12 /debianutils/Config.src
parentf0f94700610eba964441ce4a112134e03c76eb89 (diff)
downloadbusybox-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'debianutils/Config.src')
-rw-r--r--debianutils/Config.src18
1 files changed, 9 insertions, 9 deletions
diff --git a/debianutils/Config.src b/debianutils/Config.src
index 9146f3ef4..9bce0498c 100644
--- a/debianutils/Config.src
+++ b/debianutils/Config.src
@@ -7,19 +7,19 @@ menu "Debian Utilities"
config MKTEMP
bool "mktemp"
- default n
+ default y
help
mktemp is used to create unique temporary files
config PIPE_PROGRESS
bool "pipe_progress"
- default n
+ default y
help
Display a dot to indicate pipe activity.
config RUN_PARTS
bool "run-parts"
- default n
+ default y
help
run-parts is a utility designed to run all the scripts in a directory.
@@ -34,14 +34,14 @@ config RUN_PARTS
config FEATURE_RUN_PARTS_LONG_OPTIONS
bool "Enable long options"
- default n
+ default y
depends on RUN_PARTS && LONG_OPTS
help
Support long options for the run-parts applet.
config FEATURE_RUN_PARTS_FANCY
bool "Support additional arguments"
- default n
+ default y
depends on RUN_PARTS
help
Support additional options:
@@ -50,7 +50,7 @@ config FEATURE_RUN_PARTS_FANCY
config START_STOP_DAEMON
bool "start-stop-daemon"
- default n
+ default y
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 n
+ default y
depends on START_STOP_DAEMON
help
Support additional arguments.
@@ -68,14 +68,14 @@ config FEATURE_START_STOP_DAEMON_FANCY
config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
- default n
+ default y
depends on START_STOP_DAEMON && LONG_OPTS
help
Support long options for the start-stop-daemon applet.
config WHICH
bool "which"
- default n
+ default y
help
which is used to find programs in your PATH and
print out their pathnames.