blob: 8bdb91f264cf05f1c115ee619e94d1ad05e2aebf [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
Eric Andersen65e20a32003-07-05 07:52:35 +000012 mktemp is used to create unique temporary files
Eric Andersenc9f20d92002-12-05 08:41:41 +000013
14config CONFIG_READLINK
15 bool "readlink"
16 default n
17 help
Eric Andersen65e20a32003-07-05 07:52:35 +000018 This program reads a symbolic link and returns the name
19 of the file it points to
Eric Andersenc9f20d92002-12-05 08:41:41 +000020
21config CONFIG_RUN_PARTS
22 bool "run-parts"
23 default n
24 help
Eric Andersen65e20a32003-07-05 07:52:35 +000025 run-parts is a utility designed to run all the scripts in a directory.
Eric Andersen53601822002-12-05 21:12:42 +000026
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
Eric Andersen65e20a32003-07-05 07:52:35 +000030 This implementation of run-parts does not accept long options, and
31 some features (such as report mode) are not implemented.
Eric Andersen53601822002-12-05 21:12:42 +000032
33 Unless you know that run-parts is used in some of your scripts
34 you can safely say N here.
Eric Andersenc9f20d92002-12-05 08:41:41 +000035
Eric Andersena1ed06b2003-07-26 09:16:00 +000036config CONFIG_START_STOP_DAEMON
37 bool "start-stop-daemon"
38 default y
39 help
40 start-stop-daemon is used to control the creation and
41 termination of system-level processes, usually the ones
42 started during the startup of the system.
43
Eric Andersenc9f20d92002-12-05 08:41:41 +000044config CONFIG_WHICH
45 bool "which"
46 default n
47 help
Eric Andersen65e20a32003-07-05 07:52:35 +000048 which is used to find programs in your PATH and
49 print out their pathnames.
Eric Andersenc9f20d92002-12-05 08:41:41 +000050
51endmenu
52