From: Alejandro Colomar Date: Mon, 29 Jan 2024 11:59:14 +0000 (+0100) Subject: src/passwd.c: Remove comments about flags that don't exist X-Git-Tag: 4.15.0-rc1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fb7fe11f217e48cec62c6041c22a885b9bbd77c;p=thirdparty%2Fshadow.git src/passwd.c: Remove comments about flags that don't exist Those flags have never existed, AFAICS. Closes: Cc: Tomas Halman Cc: "Serge E. Hallyn" Signed-off-by: Alejandro Colomar --- diff --git a/src/passwd.c b/src/passwd.c index efa444097..beb805730 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -675,14 +675,11 @@ static void update_shadow (void) * * -d delete the password for the named account (*) * -e expire the password for the named account (*) - * -f execute chfn command to interpret flags - * -g execute gpasswd command to interpret flags * -i # set sp_inact to # days (*) * -k change password only if expired * -l lock the password of the named account (*) * -n # set sp_min to # days (*) * -r # change password in # repository - * -s execute chsh command to interpret flags * -S show password status of named account * -u unlock the password of the named account (*) * -w # set sp_warn to # days (*)