[BusyBox-cvs] busybox/debianutils Config.in,1.1,1.2

Erik Andersen andersen at codepoet.org
Thu Dec 5 21:12:44 UTC 2002


Update of /var/cvs/busybox/debianutils
In directory winder:/tmp/cvs-serv18428/debianutils

Modified Files:
	Config.in 
Log Message:
Kill the now obsolete docs/Configure.help file, and move all existing
help texts into their respective Config.in file.
 -Erik


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/debianutils/Config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Config.in	5 Dec 2002 08:40:34 -0000	1.1
+++ Config.in	5 Dec 2002 21:12:41 -0000	1.2
@@ -21,7 +21,16 @@
 	bool "run-parts"
 	default n
 	help
-	  Please submit a patch to add help text for this item.
+	  run-parts is an utility designed to run all the scripts in a directory.
+
+	  It is useful to set up a directory like cron.daily, where you need to
+	  execute all the scripts in that directory.
+
+	  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.
 
 config CONFIG_WHICH
 	bool "which"




More information about the busybox-cvs mailing list