diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2007-06-14 15:18:44 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2007-06-14 15:18:44 +0000 |
| commit | ff860507855a4b6c02f84532b651175606dc0c8b (patch) | |
| tree | 7400de987dcd2b1c3687c496c62a1bceae9aaef8 /libexec | |
| parent | 058cc61a3ef6bb26bc6d9a6b8796a0b46faa5e4b (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atrun/atrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 5261c9709bbf..1d4508959dc7 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -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"); |
