diff options
Diffstat (limited to 'libexec/atrun/atrun.c')
-rw-r--r-- | libexec/atrun/atrun.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index e99b03a8bc6..08d86ecce3f 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atrun.c,v 1.21 2002/05/14 18:05:39 millert Exp $ */ +/* $OpenBSD: atrun.c,v 1.22 2002/06/04 00:09:07 deraadt Exp $ */ /* * atrun.c - run jobs queued by at; run with root privileges. @@ -64,7 +64,7 @@ #define LOGNAMESIZE (MAXLOGNAME-1) #endif -static const char rcsid[] = "$OpenBSD: atrun.c,v 1.21 2002/05/14 18:05:39 millert Exp $"; +static const char rcsid[] = "$OpenBSD: atrun.c,v 1.22 2002/06/04 00:09:07 deraadt Exp $"; static int debug = 0; static void @@ -381,7 +381,7 @@ main(int argc, char **argv) /* * We don't need root privileges all the time; running under uid - * and gid nobody is fine except for priviledged operations. + * and gid nobody is fine except for privileged operations. */ RELINQUISH_PRIVS_ROOT(NOBODY_UID, NOBODY_GID); |