HomeFreeBSD

Make pw_user()/pw_group() more consitent about errors

Description

Make pw_user()/pw_group() more consitent about errors

Some of errors were returned to the main function, some others caused a direct
exit via err(3).

The main function is only interested in EXIT_SUCCESS, so in all other cases
replace warn(3) + return err by err(3)

Details

Provenance
baptAuthored on
Parents
rS283813: Use an empty string for field descriptions of unknown protocols.
Branches
Unknown
Tags
Unknown