Fix typo: the warndays option was called warning. This is now warndays,
as documented in the manpage and usage. Debian patch 417_passwd_warndays.
This commit is contained in:
parent
fb6cb07a60
commit
be972d7db3
@ -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
|
||||
|
@ -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'}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user