aboutsummaryrefslogtreecommitdiff
path: root/debianutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
commit65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch)
tree87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /debianutils
parent01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff)
downloadbusybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz
busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.bz2
busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.zip
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'debianutils')
-rw-r--r--debianutils/Config.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index 210c43e79..108cc5388 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -9,25 +9,26 @@ config CONFIG_MKTEMP
9 bool "mktemp" 9 bool "mktemp"
10 default n 10 default n
11 help 11 help
12 Please submit a patch to add help text for this item. 12 mktemp is used to create unique temporary files
13 13
14config CONFIG_READLINK 14config CONFIG_READLINK
15 bool "readlink" 15 bool "readlink"
16 default n 16 default n
17 help 17 help
18 Please submit a patch to add help text for this item. 18 This program reads a symbolic link and returns the name
19 of the file it points to
19 20
20config CONFIG_RUN_PARTS 21config CONFIG_RUN_PARTS
21 bool "run-parts" 22 bool "run-parts"
22 default n 23 default n
23 help 24 help
24 run-parts is an utility designed to run all the scripts in a directory. 25 run-parts is a utility designed to run all the scripts in a directory.
25 26
26 It is useful to set up a directory like cron.daily, where you need to 27 It is useful to set up a directory like cron.daily, where you need to
27 execute all the scripts in that directory. 28 execute all the scripts in that directory.
28 29
29 This implementation of run-parts doesn't accept long options, and 30 This implementation of run-parts does not accept long options, and
30 some features (like report mode) aren't implemented. 31 some features (such as report mode) are not implemented.
31 32
32 Unless you know that run-parts is used in some of your scripts 33 Unless you know that run-parts is used in some of your scripts
33 you can safely say N here. 34 you can safely say N here.
@@ -36,7 +37,8 @@ config CONFIG_WHICH
36 bool "which" 37 bool "which"
37 default n 38 default n
38 help 39 help
39 Please submit a patch to add help text for this item. 40 which is used to find programs in your PATH and
41 print out their pathnames.
40 42
41endmenu 43endmenu
42 44