[BusyBox-cvs] busybox/sysdeps/linux Config.in,1.8,1.9

Erik Andersen andersen at busybox.net
Mon Jul 14 19:37:33 UTC 2003


Update of /var/cvs/busybox/sysdeps/linux
In directory winder:/tmp/cvs-serv16690/sysdeps/linux

Modified Files:
	Config.in 
Log Message:
Patch from Thomas Cameron:

    Hello all,
	    This patch adds more "Help" text to the config system.  Almost  
    all applets now have a help entry.  Also, I cleaned up the spacing of
    the existing text so that things are consistent.  This patch is against
    this morning's CVS.

    Thomas Cameron
    CEI Systems, Inc.



Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/sysdeps/linux/Config.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Config.in	3 Jul 2003 10:07:04 -0000	1.8
+++ Config.in	14 Jul 2003 19:37:01 -0000	1.9
@@ -80,11 +80,11 @@
 	bool "Clean up all memory before exiting (usually not needed)"
 	default n
 	help
-	As a size optimization, busybox by default does not cleanup memory
-	that is dynamically allocated or close files before exiting. This
-	saves space and is usually not needed since the OS will clean up for
-	us.  Don't enable this unless you have a really good reason to clean
-	things up manually.
+	  As a size optimization, busybox by default does not cleanup memory
+	  that is dynamically allocated or close files before exiting. This
+	  saves space and is usually not needed since the OS will clean up for
+	  us.  Don't enable this unless you have a really good reason to clean
+	  things up manually.
 
 config CONFIG_FEATURE_SUID
 	bool "Support for SUID/SGID handling"




More information about the busybox-cvs mailing list