[Pkg-shadow-commits] r2926 - in upstream/trunk: . src

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sat May 16 15:39:01 UTC 2009


Author: nekral-guest
Date: 2009-05-16 15:39:01 +0000 (Sat, 16 May 2009)
New Revision: 2926

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/passwd.c
Log:
	* src/passwd.c: Added missing end of line at the end of success
	messages.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-05-16 15:38:00 UTC (rev 2925)
+++ upstream/trunk/ChangeLog	2009-05-16 15:39:01 UTC (rev 2926)
@@ -1,3 +1,8 @@
+2009-05-16  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* src/passwd.c: Added missing end of line at the end of success
+	messages.
+
 2009-05-16  sacha  <sachall at infonie.fr>
 
 	* po/fr.po: Fixed typo in the vipw usage string.

Modified: upstream/trunk/src/passwd.c
===================================================================
--- upstream/trunk/src/passwd.c	2009-05-16 15:38:00 UTC (rev 2925)
+++ upstream/trunk/src/passwd.c	2009-05-16 15:39:01 UTC (rev 2926)
@@ -1108,10 +1108,10 @@
 	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);
 		}
 	}
 




More information about the Pkg-shadow-commits mailing list