]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/useradd.c: Remove def_file. It was always set to
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Sep 2011 18:00:06 +0000 (18:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Sep 2011 18:00:06 +0000 (18:00 +0000)
commit23afb3fd07f5c20938c0cde28c8aa58189b1322d
tree2c1dc634358b17e968068f47587b4443070c0cca
parent6f05b866bc166a188e4eab21f3a0bd92853997fe
* src/useradd.c: Remove def_file. It was always set to
USER_DEFAULTS_FILE.
* src/useradd.c: Fix cut&paste issue causing bad warning when
the useradd.default file contains an invalid INACTIVE= value.
* src/useradd.c: Added missing end of line for rename errors.
* src/useradd.c: Added -D synopsis to the usage message.
* src/useradd.c: Do not scale_age(-1), just use -1.
* src/useradd.c: Added FIXME to be fixed later.
* src/useradd.c: Allow -e -1 when there is no shadow file.
* src/useradd.c: Fail, but do not print the usage message when the
-e argument is not valid.
* src/useradd.c: No need to check for oflg since uflg is
already checked.
ChangeLog
src/useradd.c