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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Jan 1 16:25:57 UTC 2008


Author: nekral-guest
Date: 2008-01-01 16:25:57 +0000 (Tue, 01 Jan 2008)
New Revision: 1604

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/pwck.c
Log:
Fix typos in comments (gshadow/shadow).


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-01 15:52:07 UTC (rev 1603)
+++ upstream/trunk/ChangeLog	2008-01-01 16:25:57 UTC (rev 1604)
@@ -1,5 +1,9 @@
 2008-01-01  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/pwck.c: Fix typos in comments (gshadow/shadow).
+
+2008-01-01  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* src/pwck.c: Split process_flags(), open_files(), close_files()
 	check_pw_file(), and check_spw_file() out of main(). New global
 	variables is_shadow, sort_mode, use_system_pw_file, and

Modified: upstream/trunk/src/pwck.c
===================================================================
--- upstream/trunk/src/pwck.c	2008-01-01 15:52:07 UTC (rev 1603)
+++ upstream/trunk/src/pwck.c	2008-01-01 16:25:57 UTC (rev 1604)
@@ -388,7 +388,7 @@
 		}
 
 		/*
-		 * Make sure this entry exists in the /etc/gshadow file.
+		 * Make sure this entry exists in the /etc/shadow file.
 		 */
 
 		if (is_shadow) {
@@ -455,7 +455,7 @@
 	 */
 	for (spe = __spw_get_head (); spe; spe = spe->next) {
 		/*
-		 * Do not treat lines which were missing in gshadow
+		 * Do not treat lines which were missing in shadow
 		 * and were added earlier.
 		 */
 		if (spe->line == NULL)




More information about the Pkg-shadow-commits mailing list