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"
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config MKTEMP
|
2002-12-05 14:11:41 +05:30
|
|
|
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
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config PIPE_PROGRESS
|
2003-11-14 15:34:33 +05:30
|
|
|
bool "pipe_progress"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Display a dot to indicate pipe activity.
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config RUN_PARTS
|
2002-12-05 14:11:41 +05:30
|
|
|
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.
|
|
|
|
|
2008-07-22 23:57:53 +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
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_RUN_PARTS_LONG_OPTIONS
|
2006-05-27 01:49:22 +05:30
|
|
|
bool "Enable long options"
|
|
|
|
default n
|
2009-06-19 15:40:38 +05:30
|
|
|
depends on RUN_PARTS && LONG_OPTS
|
2006-05-27 01:49:22 +05:30
|
|
|
help
|
|
|
|
Support long options for the run-parts applet.
|
|
|
|
|
2007-03-29 02:05:13 +05:30
|
|
|
config FEATURE_RUN_PARTS_FANCY
|
|
|
|
bool "Support additional arguments"
|
|
|
|
default n
|
|
|
|
depends on RUN_PARTS
|
|
|
|
help
|
|
|
|
Support additional options:
|
|
|
|
-l --list print the names of the all matching files (not
|
|
|
|
limited to executables), but don't actually run them.
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config START_STOP_DAEMON
|
2003-07-26 14:46:00 +05:30
|
|
|
bool "start-stop-daemon"
|
2008-02-20 05:12:22 +05:30
|
|
|
default n
|
2003-07-26 14:46:00 +05:30
|
|
|
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.
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_START_STOP_DAEMON_FANCY
|
2006-06-11 22:54:01 +05:30
|
|
|
bool "Support additional arguments"
|
2008-02-20 05:12:22 +05:30
|
|
|
default n
|
2006-10-05 15:47:08 +05:30
|
|
|
depends on START_STOP_DAEMON
|
2006-06-11 22:54:01 +05:30
|
|
|
help
|
|
|
|
Support additional arguments.
|
|
|
|
-o|--oknodo ignored since we exit with 0 anyway
|
|
|
|
-v|--verbose
|
2008-09-26 20:44:56 +05:30
|
|
|
-N|--nicelevel N
|
2006-06-11 22:54:01 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
|
2006-05-27 01:49:22 +05:30
|
|
|
bool "Enable long options"
|
|
|
|
default n
|
2009-06-19 15:40:38 +05:30
|
|
|
depends on START_STOP_DAEMON && LONG_OPTS
|
2006-05-27 01:49:22 +05:30
|
|
|
help
|
|
|
|
Support long options for the start-stop-daemon applet.
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config WHICH
|
2002-12-05 14:11:41 +05:30
|
|
|
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
|
|
|
|
|