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