svn commit: trunk/busybox/loginutils

aldot at busybox.net aldot at busybox.net
Sun Jun 15 19:02:31 UTC 2008


Author: aldot
Date: 2008-06-15 12:02:31 -0700 (Sun, 15 Jun 2008)
New Revision: 22353

Log:
- fix copy'n paste error.
  thanks, vda! :)


Modified:
   trunk/busybox/loginutils/Config.in


Changeset:
Modified: trunk/busybox/loginutils/Config.in
===================================================================
--- trunk/busybox/loginutils/Config.in	2008-06-15 18:35:34 UTC (rev 22352)
+++ trunk/busybox/loginutils/Config.in	2008-06-15 19:02:31 UTC (rev 22353)
@@ -61,12 +61,12 @@
 	bool "Use internal DES and MD5 crypt functions rather than system functions"
 	default y
 	help
-	  If you leave this disabled, busybox will use the system's password
-	  and group functions.  Most C libraries use large (~70k)
+	  If you leave this disabled, busybox will use the system's
+	  crypt functions.  Most C libraries use large (~70k)
 	  static buffers in these functions, and also combine them
 	  with more general DES encryption/decryption routines.
 	  For busybox, having large static buffers is undesirable,
-	  especially so on NOMMU machines.
+	  especially on NOMMU machines.
 
 	  These functions produce results which are identical
 	  to corresponding C library functions.




More information about the busybox-cvs mailing list