From b53756d2fe43aeee5673c4dd890506366cc6a79f Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Thu, 14 Jun 2007 21:24:05 +0000 Subject: [PATCH] Spotted another copy of the loony error message. --- libexec/atrun/atrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");