mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Fix an error message that was beside the point.
This commit is contained in:
parent
058cc61a3e
commit
ff86050785
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170728
@ -289,7 +289,7 @@ run_file(const char *filename, uid_t uid, gid_t gid)
|
||||
nice(tolower(queue) - 'a');
|
||||
|
||||
if (initgroups(pentry->pw_name,pentry->pw_gid))
|
||||
perr("cannot delete saved userids");
|
||||
perr("cannot init group access list");
|
||||
|
||||
if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
|
||||
perr("cannot change group");
|
||||
|
Loading…
Reference in New Issue
Block a user