Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 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 | Please submit a patch to add help text for this item. |
| 13 | |
| 14 | config CONFIG_READLINK |
| 15 | bool "readlink" |
| 16 | default n |
| 17 | help |
| 18 | Please submit a patch to add help text for this item. |
| 19 | |
| 20 | config CONFIG_RUN_PARTS |
| 21 | bool "run-parts" |
| 22 | default n |
| 23 | help |
Eric Andersen | 5360182 | 2002-12-05 21:12:42 +0000 | [diff] [blame] | 24 | 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 Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 34 | |
| 35 | config CONFIG_WHICH |
| 36 | bool "which" |
| 37 | default n |
| 38 | help |
| 39 | Please submit a patch to add help text for this item. |
| 40 | |
| 41 | endmenu |
| 42 | |