summaryrefslogtreecommitdiffstats
path: root/config/busybox/debianutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/busybox/debianutils/Config.in')
-rw-r--r--config/busybox/debianutils/Config.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/config/busybox/debianutils/Config.in b/config/busybox/debianutils/Config.in
index eaa971f37..711142973 100644
--- a/config/busybox/debianutils/Config.in
+++ b/config/busybox/debianutils/Config.in
@@ -4,21 +4,20 @@
#
menu "Debian Utilities"
- depends on BUSYBOX
-config BB_CONFIG_MKTEMP
+config BUSYBOX_MKTEMP
bool "mktemp"
default n
help
mktemp is used to create unique temporary files
-config BB_CONFIG_PIPE_PROGRESS
+config BUSYBOX_PIPE_PROGRESS
bool "pipe_progress"
default n
help
Display a dot to indicate pipe activity.
-config BB_CONFIG_RUN_PARTS
+config BUSYBOX_RUN_PARTS
bool "run-parts"
default n
help
@@ -27,29 +26,29 @@ config BB_CONFIG_RUN_PARTS
It is useful to set up a directory like cron.daily, where you need to
execute all the scripts in that directory.
- In this implementation of run-parts some features (such as report mode)
- are not implemented.
+ In this implementation of run-parts some features (such as report
+ mode) are not implemented.
Unless you know that run-parts is used in some of your scripts
you can safely say N here.
-config BB_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
+config BUSYBOX_FEATURE_RUN_PARTS_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BB_CONFIG_RUN_PARTS && BB_CONFIG_GETOPT_LONG
+ depends on BUSYBOX_RUN_PARTS && BUSYBOX_GETOPT_LONG
help
Support long options for the run-parts applet.
-config BB_CONFIG_FEATURE_RUN_PARTS_FANCY
+config BUSYBOX_FEATURE_RUN_PARTS_FANCY
bool "Support additional arguments"
default n
- depends on BB_CONFIG_RUN_PARTS
+ depends on BUSYBOX_RUN_PARTS
help
Support additional options:
-l --list print the names of the all matching files (not
limited to executables), but don't actually run them.
-config BB_CONFIG_START_STOP_DAEMON
+config BUSYBOX_START_STOP_DAEMON
bool "start-stop-daemon"
default n
help
@@ -57,23 +56,24 @@ config BB_CONFIG_START_STOP_DAEMON
termination of system-level processes, usually the ones
started during the startup of the system.
-config BB_CONFIG_FEATURE_START_STOP_DAEMON_FANCY
+config BUSYBOX_FEATURE_START_STOP_DAEMON_FANCY
bool "Support additional arguments"
default n
- depends on BB_CONFIG_START_STOP_DAEMON
+ depends on BUSYBOX_START_STOP_DAEMON
help
Support additional arguments.
-o|--oknodo ignored since we exit with 0 anyway
-v|--verbose
+ -N|--nicelevel N
-config BB_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
+config BUSYBOX_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BB_CONFIG_START_STOP_DAEMON && BB_CONFIG_GETOPT_LONG
+ depends on BUSYBOX_START_STOP_DAEMON && BUSYBOX_GETOPT_LONG
help
Support long options for the start-stop-daemon applet.
-config BB_CONFIG_WHICH
+config BUSYBOX_WHICH
bool "which"
default n
help