Fix typo s/groupadd/chpasswd/

This commit is contained in:
nekral-guest 2008-01-01 19:56:29 +00:00
parent 53ecd8e0c0
commit e700196c17

View File

@ -205,7 +205,7 @@ static void check_flags (void)
/*
* check_perms - check if the caller is allowed to add a group
*
* With PAM support, the setuid bit can be set on groupadd to allow
* With PAM support, the setuid bit can be set on chpasswd to allow
* non-root users to groups.
* Without PAM support, only users who can write in the group databases
* can add groups.