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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Jan 22 22:57:55 UTC 2008


Author: nekral-guest
Date: 2008-01-22 22:57:55 +0000 (Tue, 22 Jan 2008)
New Revision: 1731

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/useradd.c
Log:
 * s/gid/GID/ in message string.
 * Set this string for translation.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-22 21:42:48 UTC (rev 1730)
+++ upstream/trunk/ChangeLog	2008-01-22 22:57:55 UTC (rev 1731)
@@ -1,5 +1,10 @@
 2008-01-22  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/useradd.c: s/gid/GID/ in message string.
+	* src/useradd.c: Set this string for translation.
+
+2008-01-22  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* man/grpck.8.xml: Fix typo. Remove "the" from "All entries in the
 	<filename></filename> are checked [...]"
 	* man/grpck.8.xml: Conditionally include the parts mentioning the

Modified: upstream/trunk/src/useradd.c
===================================================================
--- upstream/trunk/src/useradd.c	2008-01-22 21:42:48 UTC (rev 1730)
+++ upstream/trunk/src/useradd.c	2008-01-22 22:57:55 UTC (rev 1731)
@@ -903,7 +903,7 @@
 		}
 		if (user_gid == gid_max) {
 			fprintf (stderr,
-				 "%s: can't get unique gid (run out of GIDs)\n",
+				 _("%s: can't get unique GID (run out of GIDs)\n"),
 				 Prog);
 			fail_exit (4);
 		}




More information about the Pkg-shadow-commits mailing list