diff options
author | yar <yar@FreeBSD.org> | 2007-06-14 21:24:05 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2007-06-14 21:24:05 +0000 |
commit | b6a0b8bdc1036db4b7d20dddbb6c2a53ec93fb50 (patch) | |
tree | 84a5d7319160eb9677a70642c10d9b7e56b6dc7d /libexec | |
parent | 2737a70c07432fc5d98bb2c0c760617ac44822f6 (diff) | |
download | FreeBSD-src-b6a0b8bdc1036db4b7d20dddbb6c2a53ec93fb50.zip FreeBSD-src-b6a0b8bdc1036db4b7d20dddbb6c2a53ec93fb50.tar.gz |
Spotted another copy of the loony error message.
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 1d45089..ad53973 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"); |