[Pkg-shadow-commits] r3167 - in upstream/trunk: . lib po src

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Fri Mar 19 11:01:34 UTC 2010


Author: nekral-guest
Date: 2010-03-19 11:01:32 +0000 (Fri, 19 Mar 2010)
New Revision: 3167

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/commonio.c
   upstream/trunk/po/POTFILES.in
   upstream/trunk/src/useradd.c
Log:
	* src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2010-03-18 23:21:21 UTC (rev 3166)
+++ upstream/trunk/ChangeLog	2010-03-19 11:01:32 UTC (rev 3167)
@@ -1,5 +1,9 @@
 2010-03-19  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.
+
+2010-03-19  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* lib/commonio.c: Stop sorting entries when we reach the first
 	NIS line.
 

Modified: upstream/trunk/lib/commonio.c
===================================================================
--- upstream/trunk/lib/commonio.c	2010-03-18 23:21:21 UTC (rev 3166)
+++ upstream/trunk/lib/commonio.c	2010-03-19 11:01:32 UTC (rev 3167)
@@ -707,7 +707,7 @@
 	struct commonio_entry **entries, *ptr;
 	size_t n = 0, i;
 #if KEEP_NIS_AT_END
-	struct commonio_entry *nis = NULL
+	struct commonio_entry *nis = NULL;
 #endif
 
 	for (ptr = db->head;

Modified: upstream/trunk/po/POTFILES.in
===================================================================
--- upstream/trunk/po/POTFILES.in	2010-03-18 23:21:21 UTC (rev 3166)
+++ upstream/trunk/po/POTFILES.in	2010-03-19 11:01:32 UTC (rev 3167)
@@ -23,8 +23,8 @@
 lib/shadow.c
 lib/shadowio.c
 lib/shadowmem.c
+lib/tcbfuncs.c
 lib/utent.c
-lib/tcbfuncs.c
 libmisc/addgrps.c
 libmisc/age.c
 libmisc/audit_help.c

Modified: upstream/trunk/src/useradd.c
===================================================================
--- upstream/trunk/src/useradd.c	2010-03-18 23:21:21 UTC (rev 3166)
+++ upstream/trunk/src/useradd.c	2010-03-19 11:01:32 UTC (rev 3167)
@@ -209,7 +209,7 @@
 {
 	if (home_added) {
 		if (rmdir (user_home) != 0) {
-			frpintf (stderr,
+			fprintf (stderr,
 			         _("%s: %s was created, but could not be removed\n"),
 			         Prog, user_home);
 			SYSLOG ((LOG_ERR, "failed to remove %s", user_home));




More information about the Pkg-shadow-commits mailing list