Fix an error message that was beside the point.

This commit is contained in:
Yaroslav Tykhiy 2007-06-14 15:18:44 +00:00
parent 058cc61a3e
commit ff86050785
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170728

View File

@ -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");