busybox: update to version 1.25.0
[oweals/openwrt.git] / package / utils / busybox / config / debianutils / Config.in
1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
5 #
6
7 menu "Debian Utilities"
8
9 config BUSYBOX_CONFIG_MKTEMP
10         bool "mktemp"
11         default BUSYBOX_DEFAULT_MKTEMP
12         help
13           mktemp is used to create unique temporary files
14 config BUSYBOX_CONFIG_PIPE_PROGRESS
15         bool "pipe_progress"
16         default BUSYBOX_DEFAULT_PIPE_PROGRESS
17         help
18           Display a dot to indicate pipe activity.
19 config BUSYBOX_CONFIG_RUN_PARTS
20         bool "run-parts"
21         default BUSYBOX_DEFAULT_RUN_PARTS
22         help
23           run-parts is a utility designed to run all the scripts in a directory.
24
25           It is useful to set up a directory like cron.daily, where you need to
26           execute all the scripts in that directory.
27
28           In this implementation of run-parts some features (such as report
29           mode) are not implemented.
30
31           Unless you know that run-parts is used in some of your scripts
32           you can safely say N here.
33
34 config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
35         bool "Enable long options"
36         default BUSYBOX_DEFAULT_FEATURE_RUN_PARTS_LONG_OPTIONS
37         depends on BUSYBOX_CONFIG_RUN_PARTS && BUSYBOX_CONFIG_LONG_OPTS
38         help
39           Support long options for the run-parts applet.
40
41 config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_FANCY
42         bool "Support additional arguments"
43         default BUSYBOX_DEFAULT_FEATURE_RUN_PARTS_FANCY
44         depends on BUSYBOX_CONFIG_RUN_PARTS
45         help
46           Support additional options:
47           -l --list print the names of the all matching files (not
48                     limited to executables), but don't actually run them.
49 config BUSYBOX_CONFIG_START_STOP_DAEMON
50         bool "start-stop-daemon"
51         default BUSYBOX_DEFAULT_START_STOP_DAEMON
52         help
53           start-stop-daemon is used to control the creation and
54           termination of system-level processes, usually the ones
55           started during the startup of the system.
56
57 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_FANCY
58         bool "Support additional arguments"
59         default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_FANCY
60         depends on BUSYBOX_CONFIG_START_STOP_DAEMON
61         help
62           Support additional arguments.
63           -o|--oknodo ignored since we exit with 0 anyway
64           -v|--verbose
65           -N|--nicelevel N
66
67 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
68         bool "Enable long options"
69         default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
70         depends on BUSYBOX_CONFIG_START_STOP_DAEMON && BUSYBOX_CONFIG_LONG_OPTS
71         help
72           Support long options for the start-stop-daemon applet.
73 config BUSYBOX_CONFIG_WHICH
74         bool "which"
75         default BUSYBOX_DEFAULT_WHICH
76         help
77           which is used to find programs in your PATH and
78           print out their pathnames.
79
80 endmenu