diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2007-06-14 21:24:05 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2007-06-14 21:24:05 +0000 |
| commit | b53756d2fe43aeee5673c4dd890506366cc6a79f (patch) | |
| tree | 84a5d7319160eb9677a70642c10d9b7e56b6dc7d /libexec/atrun/atrun.c | |
| parent | 3c9b26f049c000114cc8b2d6b4c4ec0e2402d9e8 (diff) | |
Notes
Diffstat (limited to 'libexec/atrun/atrun.c')
| -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 1d4508959dc7..ad53973e32e5 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -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"); |
