]> granicus.if.org Git - shadow/commitdiff
* src/useradd.c: Fix comment of lflg: it is also used for faillog.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 4 Sep 2008 20:46:00 +0000 (20:46 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 4 Sep 2008 20:46:00 +0000 (20:46 +0000)
ChangeLog
src/useradd.c

index 164b3923670787cefcf56b1bff7235b19ab7834e..f810e20ed3e25e388c744d57268477ade873fabc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-04  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/useradd.c: Fix comment of lflg: it is also used for faillog.
+
 2008-09-04  Nicolas François  <nicolas.francois@centraliens.net>
 
        * NEWS, src/groupmems.c, man/groupmems.8.xml: Document the long
index 78052f8920c56a4c848ca8b1361cf3e879baf562..993f76352d987c4398fa09c4c61755f596c10f49 100644 (file)
@@ -131,7 +131,7 @@ static bool
     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 */