svn commit: trunk/busybox/loginutils

vda at busybox.net vda at busybox.net
Sat Jul 21 22:29:28 UTC 2007


Author: vda
Date: 2007-07-21 15:29:26 -0700 (Sat, 21 Jul 2007)
New Revision: 19192

Log:
chpasswd: fix indentation



Modified:
   trunk/busybox/loginutils/chpasswd.c


Changeset:
Modified: trunk/busybox/loginutils/chpasswd.c
===================================================================
--- trunk/busybox/loginutils/chpasswd.c	2007-07-21 15:08:09 UTC (rev 19191)
+++ trunk/busybox/loginutils/chpasswd.c	2007-07-21 22:29:26 UTC (rev 19192)
@@ -56,7 +56,7 @@
 		/* This is rather complex: if user is not found in /etc/shadow,
 		 * we try to find & change his passwd in /etc/passwd */
 #if ENABLE_FEATURE_SHADOWPASSWDS
-			rc = update_passwd(bb_path_shadow_file, name, pass);
+		rc = update_passwd(bb_path_shadow_file, name, pass);
 		if (rc == 0) /* no lines updated, no errors detected */
 #endif
 			rc = update_passwd(bb_path_passwd_file, name, pass);




More information about the busybox-cvs mailing list