diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-26 17:41:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-26 17:41:00 +0000 |
commit | e175ff252f9abb7267000571207c9d612728e1b9 (patch) | |
tree | bc6843cbc8ca3d0d2257a9e2349c03358b70b85a /loginutils | |
parent | 22f6dcb47c32909ca0a3d720b11df5ea86b1e76c (diff) | |
download | busybox-w32-e175ff252f9abb7267000571207c9d612728e1b9.tar.gz busybox-w32-e175ff252f9abb7267000571207c9d612728e1b9.tar.bz2 busybox-w32-e175ff252f9abb7267000571207c9d612728e1b9.zip |
several fixes from openWRT project
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/passwd.c b/loginutils/passwd.c index f48f15f89..211a49ea3 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c | |||
@@ -318,7 +318,7 @@ static int new_password(const struct passwd *pw, int amroot, int algo) | |||
318 | } else { | 318 | } else { |
319 | orig[0] = '\0'; | 319 | orig[0] = '\0'; |
320 | } | 320 | } |
321 | cp = bb_askpass(0, "Enter the new password (minimum of 5, maximum of 8 characters).\n" | 321 | cp = bb_askpass(0, "Enter the new password (minimum of 5 characters).\n" |
322 | "Please use a combination of upper and lower case letters and numbers.\n" | 322 | "Please use a combination of upper and lower case letters and numbers.\n" |
323 | "Enter new password: "); | 323 | "Enter new password: "); |
324 | if (!cp ) { | 324 | if (!cp ) { |