projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71c668
)
chpasswd: fix indentation
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 21 Jul 2007 22:29:26 +0000
(22:29 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 21 Jul 2007 22:29:26 +0000
(22:29 -0000)
loginutils/chpasswd.c
patch
|
blob
|
history
diff --git
a/loginutils/chpasswd.c
b/loginutils/chpasswd.c
index 1f823179f82613ba2c46233fd42bb8ab53c28a85..f91ebdc681479e1e5b8bcda1ee0770ab78b3eff8 100644
(file)
--- a/
loginutils/chpasswd.c
+++ b/
loginutils/chpasswd.c
@@
-56,7
+56,7
@@
int chpasswd_main(int argc, char **argv)
/* 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);