summaryrefslogtreecommitdiff
path: root/busybox-debianutils.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-debianutils.kconfig')
-rw-r--r--busybox-debianutils.kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/busybox-debianutils.kconfig b/busybox-debianutils.kconfig
index 8deb38f..90ef1f0 100644
--- a/busybox-debianutils.kconfig
+++ b/busybox-debianutils.kconfig
@@ -7,19 +7,16 @@ menu "Debian Utilities"
config MKTEMP
bool "mktemp"
- default n
help
mktemp is used to create unique temporary files
config PIPE_PROGRESS
bool "pipe_progress"
- default n
help
Display a dot to indicate pipe activity.
config RUN_PARTS
bool "run-parts"
- default n
help
run-parts is a utility designed to run all the scripts in a directory.
@@ -34,14 +31,12 @@ config RUN_PARTS
config FEATURE_RUN_PARTS_LONG_OPTIONS
bool "Enable long options"
- default n
depends on RUN_PARTS && GETOPT_LONG
help
Support long options for the run-parts applet.
config FEATURE_RUN_PARTS_FANCY
bool "Support additional arguments"
- default n
depends on RUN_PARTS
help
Support additional options:
@@ -50,7 +45,6 @@ config FEATURE_RUN_PARTS_FANCY
config START_STOP_DAEMON
bool "start-stop-daemon"
- default n
help
start-stop-daemon is used to control the creation and
termination of system-level processes, usually the ones
@@ -58,7 +52,6 @@ config START_STOP_DAEMON
config FEATURE_START_STOP_DAEMON_FANCY
bool "Support additional arguments"
- default n
depends on START_STOP_DAEMON
help
Support additional arguments.
@@ -68,14 +61,12 @@ config FEATURE_START_STOP_DAEMON_FANCY
config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
- default n
depends on START_STOP_DAEMON && GETOPT_LONG
help
Support long options for the start-stop-daemon applet.
config WHICH
bool "which"
- default n
help
which is used to find programs in your PATH and
print out their pathnames.