blob: 210c43e795b1e664ae15aff22d557fc6f108aaf1 [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Debian Utilities"
7
8config CONFIG_MKTEMP
9 bool "mktemp"
10 default n
11 help
12 Please submit a patch to add help text for this item.
13
14config CONFIG_READLINK
15 bool "readlink"
16 default n
17 help
18 Please submit a patch to add help text for this item.
19
20config CONFIG_RUN_PARTS
21 bool "run-parts"
22 default n
23 help
Eric Andersen53601822002-12-05 21:12:42 +000024 run-parts is an utility designed to run all the scripts in a directory.
25
26 It is useful to set up a directory like cron.daily, where you need to
27 execute all the scripts in that directory.
28
29 This implementation of run-parts doesn't accept long options, and
30 some features (like report mode) aren't implemented.
31
32 Unless you know that run-parts is used in some of your scripts
33 you can safely say N here.
Eric Andersenc9f20d92002-12-05 08:41:41 +000034
35config CONFIG_WHICH
36 bool "which"
37 default n
38 help
39 Please submit a patch to add help text for this item.
40
41endmenu
42