svn commit: trunk/busybox/libbb

landley at busybox.net landley at busybox.net
Sun Feb 5 03:31:46 UTC 2006


Author: landley
Date: 2006-02-04 19:31:44 -0800 (Sat, 04 Feb 2006)
New Revision: 13832

Log:
Save a few bytes in error message.


Modified:
   trunk/busybox/libbb/obscure.c


Changeset:
Modified: trunk/busybox/libbb/obscure.c
===================================================================
--- trunk/busybox/libbb/obscure.c	2006-02-04 03:24:24 UTC (rev 13831)
+++ trunk/busybox/libbb/obscure.c	2006-02-05 03:31:44 UTC (rev 13832)
@@ -163,7 +163,7 @@
 		msg = "too similiar";
 
 	else if ( strstr(newval, pwdp->pw_name) )
-		msg = "don't use something like your username as password";
+		msg = "username in password";
 
 	else {
 		safe_strncpy(wrapped + lenwrap, wrapped, lenwrap + 1);




More information about the busybox-cvs mailing list