Root/package/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
7menu "Debian Utilities"
8
9
10
11config BUSYBOX_CONFIG_MKTEMP
12    bool "mktemp"
13    default y
14    help
15      mktemp is used to create unique temporary files
16
17config BUSYBOX_CONFIG_PIPE_PROGRESS
18    bool "pipe_progress"
19    default n
20    help
21      Display a dot to indicate pipe activity.
22
23config BUSYBOX_CONFIG_RUN_PARTS
24    bool "run-parts"
25    default n
26    help
27      run-parts is a utility designed to run all the scripts in a directory.
28
29      It is useful to set up a directory like cron.daily, where you need to
30      execute all the scripts in that directory.
31
32      In this implementation of run-parts some features (such as report
33      mode) are not implemented.
34
35      Unless you know that run-parts is used in some of your scripts
36      you can safely say N here.
37
38config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
39    bool "Enable long options"
40    default n
41    depends on BUSYBOX_CONFIG_RUN_PARTS && BUSYBOX_CONFIG_LONG_OPTS
42    help
43      Support long options for the run-parts applet.
44
45config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_FANCY
46    bool "Support additional arguments"
47    default n
48    depends on BUSYBOX_CONFIG_RUN_PARTS
49    help
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.
53
54config BUSYBOX_CONFIG_START_STOP_DAEMON
55    bool "start-stop-daemon"
56    default y
57    help
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.
61
62config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_FANCY
63    bool "Support additional arguments"
64    default n
65    depends on BUSYBOX_CONFIG_START_STOP_DAEMON
66    help
67      Support additional arguments.
68      -o|--oknodo ignored since we exit with 0 anyway
69      -v|--verbose
70      -N|--nicelevel N
71
72config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
73    bool "Enable long options"
74    default n
75    depends on BUSYBOX_CONFIG_START_STOP_DAEMON && BUSYBOX_CONFIG_LONG_OPTS
76    help
77      Support long options for the start-stop-daemon applet.
78
79config BUSYBOX_CONFIG_WHICH
80    bool "which"
81    default y
82    help
83      which is used to find programs in your PATH and
84      print out their pathnames.
85
86endmenu
87

Archive Download this file



interactive