2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Debian Utilities"
|
|
|
|
|
|
|
|
config CONFIG_MKTEMP
|
|
|
|
bool "mktemp"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-05 13:22:35 +05:30
|
|
|
mktemp is used to create unique temporary files
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_READLINK
|
|
|
|
bool "readlink"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-05 13:22:35 +05:30
|
|
|
This program reads a symbolic link and returns the name
|
|
|
|
of the file it points to
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
config CONFIG_RUN_PARTS
|
|
|
|
bool "run-parts"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-05 13:22:35 +05:30
|
|
|
run-parts is a utility designed to run all the scripts in a directory.
|
2002-12-06 02:42:42 +05:30
|
|
|
|
|
|
|
It is useful to set up a directory like cron.daily, where you need to
|
|
|
|
execute all the scripts in that directory.
|
|
|
|
|
2003-08-06 15:13:09 +05:30
|
|
|
In this implementation of run-parts some features (such as report mode)
|
|
|
|
are not implemented.
|
2002-12-06 02:42:42 +05:30
|
|
|
|
|
|
|
Unless you know that run-parts is used in some of your scripts
|
|
|
|
you can safely say N here.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2003-07-26 14:46:00 +05:30
|
|
|
config CONFIG_START_STOP_DAEMON
|
|
|
|
bool "start-stop-daemon"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
start-stop-daemon is used to control the creation and
|
|
|
|
termination of system-level processes, usually the ones
|
|
|
|
started during the startup of the system.
|
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
config CONFIG_WHICH
|
|
|
|
bool "which"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-05 13:22:35 +05:30
|
|
|
which is used to find programs in your PATH and
|
|
|
|
print out their pathnames.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
|
|
|
endmenu
|
|
|
|
|