aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-31 10:21:17 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-31 10:21:17 +0000
commit5c5e07d2be2fdccc7ccd576f9cbe19a71f80b9d3 (patch)
tree6df3166f851cb62895cf0090107a9b389958bdb1
parent2b6e05b85d818e85ac40e934d2e6c686b0ad0643 (diff)
downloadbusybox-w32-5c5e07d2be2fdccc7ccd576f9cbe19a71f80b9d3.tar.gz
busybox-w32-5c5e07d2be2fdccc7ccd576f9cbe19a71f80b9d3.tar.bz2
busybox-w32-5c5e07d2be2fdccc7ccd576f9cbe19a71f80b9d3.zip
Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it>
git-svn-id: svn://busybox.net/trunk/busybox@3611 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--docs/Configure.help12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Configure.help b/docs/Configure.help
index 06a90ec48..e69a28f74 100644
--- a/docs/Configure.help
+++ b/docs/Configure.help
@@ -60,6 +60,18 @@ CONFIG_BUNZIP2
60 60
61# FIXME -- document the rest of the BusyBox config options.... 61# FIXME -- document the rest of the BusyBox config options....
62 62
63Enable the run-parts applet
64CONFIG_RUN_PARTS
65 run-parts is an utility designed to run all the scripts in a directory.
66
67 It is useful to set up directory like cron.daily, where we have to
68 execute all the script contained.
69
70 This implementation of run-parts doesn't accept long options, and
71 some features (like report mode) aren't implemented.
72
73 Unless you know that run-parts is used in some of your scripts
74 you can safely say N here.
63 75
64# The following sets edit modes for GNU EMACS 76# The following sets edit modes for GNU EMACS
65# Local Variables: 77# Local Variables: