]> granicus.if.org Git - shadow/commitdiff
* src/passwd.c: Added missing end of line at the end of success
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 16 May 2009 15:39:01 +0000 (15:39 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 16 May 2009 15:39:01 +0000 (15:39 +0000)
messages.

ChangeLog
src/passwd.c

index e8afabfd3ff3ccf70d514f4d693982459905424f..3bec2acb74fe13dbedec929d2c9ceff430a3f1e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-16  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/passwd.c: Added missing end of line at the end of success
+       messages.
+
 2009-05-16  sacha  <sachall@infonie.fr>
 
        * po/fr.po: Fixed typo in the vipw usage string.
index 58b69dc1fbca4b409c75348247126f92ef605740..64505ca65215ef95293301f000b572387e27f606 100644 (file)
@@ -1108,10 +1108,10 @@ int main (int argc, char **argv)
        if (!qflg) {
                if (!anyflag) {
 #ifndef USE_PAM
-                       printf (_("%s: password changed."), Prog);
+                       printf (_("%s: password changed.\n"), Prog);
 #endif                         /* USE_PAM */
                } else {
-                       printf (_("%s: password expiry information changed."), Prog);
+                       printf (_("%s: password expiry information changed.\n"), Prog);
                }
        }