summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2007-06-14 15:18:44 +0000
committeryar <yar@FreeBSD.org>2007-06-14 15:18:44 +0000
commit2c7e2004e3607b7328309bd64d9371c7e3cc6c04 (patch)
tree7400de987dcd2b1c3687c496c62a1bceae9aaef8 /libexec
parent2258c7fa50c26709a5c242d92637252b893736b3 (diff)
downloadFreeBSD-src-2c7e2004e3607b7328309bd64d9371c7e3cc6c04.zip
FreeBSD-src-2c7e2004e3607b7328309bd64d9371c7e3cc6c04.tar.gz
Fix an error message that was beside the point.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atrun/atrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c
index 5261c97..1d45089 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");
OpenPOWER on IntegriCloud