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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Thu Sep 4 20:46:02 UTC 2008


Author: nekral-guest
Date: 2008-09-04 20:46:00 +0000 (Thu, 04 Sep 2008)
New Revision: 2346

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/useradd.c
Log:
	* src/useradd.c: Fix comment of lflg: it is also used for faillog.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-09-04 20:41:18 UTC (rev 2345)
+++ upstream/trunk/ChangeLog	2008-09-04 20:46:00 UTC (rev 2346)
@@ -1,5 +1,9 @@
 2008-09-04  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/useradd.c: Fix comment of lflg: it is also used for faillog.
+
+2008-09-04  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* NEWS, src/groupmems.c, man/groupmems.8.xml: Document the long
 	options.
 

Modified: upstream/trunk/src/useradd.c
===================================================================
--- upstream/trunk/src/useradd.c	2008-09-04 20:41:18 UTC (rev 2345)
+++ upstream/trunk/src/useradd.c	2008-09-04 20:46:00 UTC (rev 2346)
@@ -131,7 +131,7 @@
     gflg = false,		/* primary group ID for new account */
     Gflg = false,		/* secondary group set for new account */
     kflg = false,		/* specify a directory to fill new user directory */
-    lflg = false,		/* do not add user to lastlog database file */
+    lflg = false,		/* do not add user to lastlog/faillog databases */
     mflg = false,		/* create user's home directory if it doesn't exist */
     Nflg = false,		/* do not create a group having the same name as the user, but add the user to def_group (or the group specified with -g) */
     oflg = false,		/* permit non-unique user ID to be specified with -u */




More information about the Pkg-shadow-commits mailing list