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

Erik Andersen andersen at busybox.net
Sat Jul 5 07:53:05 UTC 2003


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

Modified Files:
	Config.in 
Log Message:
Patch from Kent Robotti adding a bunch of needed docs!
 -Erik


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/debianutils/Config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Config.in	5 Dec 2002 21:12:41 -0000	1.2
+++ Config.in	5 Jul 2003 07:52:31 -0000	1.3
@@ -9,25 +9,26 @@
 	bool "mktemp"
 	default n
 	help
-	  Please submit a patch to add help text for this item.
+	  mktemp is used to create unique temporary files
 
 config CONFIG_READLINK
 	bool "readlink"
 	default n
 	help
-	  Please submit a patch to add help text for this item.
+	  This program reads a symbolic link and returns the name
+	  of the file it points to
 
 config CONFIG_RUN_PARTS
 	bool "run-parts"
 	default n
 	help
-	  run-parts is an utility designed to run all the scripts in a directory.
+	  run-parts is a 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.
+	  This implementation of run-parts does not accept long options, and
+	  some features (such as report mode) are not implemented.
 
 	  Unless you know that run-parts is used in some of your scripts
 	  you can safely say N here.
@@ -36,7 +37,8 @@
 	bool "which"
 	default n
 	help
-	  Please submit a patch to add help text for this item.
+	  which is used to find programs in your PATH and
+	  print out their pathnames.
 
 endmenu
 




More information about the busybox-cvs mailing list