Skip to content

Commit

Permalink
src/passwd.c: Remove comments about flags that don't exist
Browse files Browse the repository at this point in the history
Those flags have never existed, AFAICS.

Closes: <#929>
Cc: Tomas Halman <[email protected]>
Cc: "Serge E. Hallyn" <[email protected]>
Signed-off-by: Alejandro Colomar <[email protected]>
  • Loading branch information
alejandro-colomar authored and hallyn committed Jan 29, 2024
1 parent 0f4e59f commit 6fb7fe1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/passwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 (*)
Expand Down

0 comments on commit 6fb7fe1

Please sign in to comment.