]> granicus.if.org Git - shadow/commitdiff
Fix typo: the warndays option was called warning. This is now warndays,
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 17 Nov 2007 16:57:37 +0000 (16:57 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 17 Nov 2007 16:57:37 +0000 (16:57 +0000)
as documented in the manpage and usage.  Debian patch 417_passwd_warndays.

ChangeLog
src/passwd.c

index 6c59139ff137fdf49ac2eb6dcdd01cb2852b5bdb..be7d19e3d0a97424dc8fd4133257b7f0112b31ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/passwd.c: Fix typo: the warndays option was called warning.
+       This is now warndays, as documented in the manpage and usage.
+       Debian patch 417_passwd_warndays.
+
 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
 
        * NEWS, src/pwck.c: Remove the preprocessor check SHADOWPWD. The
index 49afaeb58c97312fcca5b248f3c7a58fbc5b59c2..dbe1a2db560a2c64ad9365ed5a6568a4f708cc10 100644 (file)
@@ -654,7 +654,7 @@ int main (int argc, char **argv)
                        {"repository", required_argument, NULL, 'r'},
                        {"status", no_argument, NULL, 'S'},
                        {"unlock", no_argument, NULL, 'u'},
-                       {"warning", required_argument, NULL, 'w'},
+                       {"warndays", required_argument, NULL, 'w'},
                        {"maxdays", required_argument, NULL, 'x'},
                        {NULL, 0, NULL, '\0'}
                };