108cc5388537bebb4fcda7b1decfec0efdc70b11
[oweals/busybox.git] / debianutils / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Debian Utilities"
7
8 config CONFIG_MKTEMP
9         bool "mktemp"
10         default n
11         help
12           mktemp is used to create unique temporary files
13
14 config CONFIG_READLINK
15         bool "readlink"
16         default n
17         help
18           This program reads a symbolic link and returns the name
19           of the file it points to
20
21 config CONFIG_RUN_PARTS
22         bool "run-parts"
23         default n
24         help
25           run-parts is a utility designed to run all the scripts in a directory.
26
27           It is useful to set up a directory like cron.daily, where you need to
28           execute all the scripts in that directory.
29
30           This implementation of run-parts does not accept long options, and
31           some features (such as report mode) are not implemented.
32
33           Unless you know that run-parts is used in some of your scripts
34           you can safely say N here.
35
36 config CONFIG_WHICH
37         bool "which"
38         default n
39         help
40           which is used to find programs in your PATH and
41           print out their pathnames.
42
43 endmenu
44