1 # DO NOT EDIT. This file is generated from Config.src
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
7 menu "Debian Utilities"
11 config BUSYBOX_CONFIG_MKTEMP
15 mktemp is used to create unique temporary files
17 config BUSYBOX_CONFIG_PIPE_PROGRESS
21 Display a dot to indicate pipe activity.
23 config BUSYBOX_CONFIG_RUN_PARTS
27 run-parts is a utility designed to run all the scripts in a directory.
29 It is useful to set up a directory like cron.daily, where you need to
30 execute all the scripts in that directory.
32 In this implementation of run-parts some features (such as report
33 mode) are not implemented.
35 Unless you know that run-parts is used in some of your scripts
36 you can safely say N here.
38 config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
39 bool "Enable long options"
41 depends on BUSYBOX_CONFIG_RUN_PARTS && BUSYBOX_CONFIG_LONG_OPTS
43 Support long options for the run-parts applet.
45 config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_FANCY
46 bool "Support additional arguments"
48 depends on BUSYBOX_CONFIG_RUN_PARTS
50 Support additional options:
51 -l --list print the names of the all matching files (not
52 limited to executables), but don't actually run them.
54 config BUSYBOX_CONFIG_START_STOP_DAEMON
55 bool "start-stop-daemon"
58 start-stop-daemon is used to control the creation and
59 termination of system-level processes, usually the ones
60 started during the startup of the system.
62 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_FANCY
63 bool "Support additional arguments"
65 depends on BUSYBOX_CONFIG_START_STOP_DAEMON
67 Support additional arguments.
68 -o|--oknodo ignored since we exit with 0 anyway
72 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
73 bool "Enable long options"
75 depends on BUSYBOX_CONFIG_START_STOP_DAEMON && BUSYBOX_CONFIG_LONG_OPTS
77 Support long options for the start-stop-daemon applet.
79 config BUSYBOX_CONFIG_WHICH
83 which is used to find programs in your PATH and
84 print out their pathnames.