2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
6 menu "Debian Utilities"
8 config BUSYBOX_CONFIG_MKTEMP
12 mktemp is used to create unique temporary files
14 config BUSYBOX_CONFIG_PIPE_PROGRESS
18 Display a dot to indicate pipe activity.
20 config BUSYBOX_CONFIG_READLINK
24 This program reads a symbolic link and returns the name
25 of the file it points to
27 config BUSYBOX_CONFIG_RUN_PARTS
31 run-parts is a utility designed to run all the scripts in a directory.
33 It is useful to set up a directory like cron.daily, where you need to
34 execute all the scripts in that directory.
36 In this implementation of run-parts some features (such as report mode)
39 Unless you know that run-parts is used in some of your scripts
40 you can safely say N here.
42 config BUSYBOX_CONFIG_START_STOP_DAEMON
43 bool "start-stop-daemon"
46 start-stop-daemon is used to control the creation and
47 termination of system-level processes, usually the ones
48 started during the startup of the system.
50 config BUSYBOX_CONFIG_WHICH
54 which is used to find programs in your PATH and
55 print out their pathnames.