CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/04 15:20:42
Modified files:
usr.sbin/netgroup_mkdb: netgroup_mkdb.c
Log message:
netgroup_mkdb(8) calls abort() when _ng_parse() returns
_NG_ERROR for a malformed netgroup entry. Make this code
exit via the same paradigm as other errors (errx).
>From Renaud Allard, thanks!
ok op@
