aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index e32bac67a..085cf6e9d 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -310,7 +310,7 @@ static int ChangeUser(const char *user)
310 const char *err_msg; 310 const char *err_msg;
311 311
312 /* 312 /*
313 * Obtain password entry and change privilages 313 * Obtain password entry and change privileges
314 */ 314 */
315 pas = getpwnam(user); 315 pas = getpwnam(user);
316 if (pas == 0) { 316 if (pas == 0) {
@@ -1020,7 +1020,7 @@ static void EndJob(const char *user, CronLine * line)
1020 ForkJob(user, line, mailFd, SENDMAIL, SENDMAIL_ARGS, NULL); 1020 ForkJob(user, line, mailFd, SENDMAIL, SENDMAIL_ARGS, NULL);
1021} 1021}
1022#else 1022#else
1023/* crond whithout sendmail */ 1023/* crond without sendmail */
1024 1024
1025static void RunJob(const char *user, CronLine * line) 1025static void RunJob(const char *user, CronLine * line)
1026{ 1026{