Spotted another copy of the loony error message.

This commit is contained in:
Yaroslav Tykhiy 2007-06-14 21:24:05 +00:00
parent 3c9b26f049
commit b53756d2fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170739

View File

@ -327,7 +327,7 @@ run_file(const char *filename, uid_t uid, gid_t gid)
PRIV_START
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");