From 2f32bf8be63f70125049402ba43101d8c6083d46 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Jun 2010 04:14:28 +0200 Subject: remove defconfig. Now "make defconfig" simply uses defaults from Config.in Signed-off-by: Denys Vlasenko --- debianutils/Config.src | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'debianutils/Config.src') 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. -- cgit v1.2.3