* src/useradd.c, man/useradd.8.xml: Added long name for the -l

option: --no-log-init.
This commit is contained in:
nekral-guest
2009-03-13 22:30:38 +00:00
parent f98b47eb55
commit fafe281d31
3 changed files with 6 additions and 3 deletions

View File

@@ -8,6 +8,8 @@
* src/chgpasswd.c: Make sure the SHA related variables is not
compiled when disabled at configuration time.
* src/chgpasswd.c: Fix the test for getlong() failure.
* src/useradd.c, man/useradd.8.xml: Added long name for the -l
option: --no-log-init.
2009-03-13 Nicolas François <nicolas.francois@centraliens.net>