aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-31 10:21:17 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-31 10:21:17 +0000
commit2bc4dec7a15998fa37c03005a9612c7f22df4f7a (patch)
tree6df3166f851cb62895cf0090107a9b389958bdb1 /docs
parenta58f040a374cdbc45ab8c93f1d6a56ac03759139 (diff)
downloadbusybox-2bc4dec7a15998fa37c03005a9612c7f22df4f7a.tar.gz
Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it>
Diffstat (limited to 'docs')
-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
# FIXME -- document the rest of the BusyBox config options....
+Enable the run-parts applet
+CONFIG_RUN_PARTS
+ run-parts is an utility designed to run all the scripts in a directory.
+
+ It is useful to set up directory like cron.daily, where we have to
+ execute all the script contained.
+
+ This implementation of run-parts doesn't accept long options, and
+ some features (like report mode) aren't implemented.
+
+ Unless you know that run-parts is used in some of your scripts
+ you can safely say N here.
# The following sets edit modes for GNU EMACS
# Local Variables: