aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-14 17:51:38 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-14 17:51:38 +0000
commit91d2370c2c6a5a6a8214647730701d8e85e62441 (patch)
tree101230a8bd16a03319acc4b9b5fb33c33fb58672 /miscutils/crond.c
parent599dbdd2f8da81fb29fd52efab56d9b8a299ff9b (diff)
downloadbusybox-w32-91d2370c2c6a5a6a8214647730701d8e85e62441.tar.gz
busybox-w32-91d2370c2c6a5a6a8214647730701d8e85e62441.tar.bz2
busybox-w32-91d2370c2c6a5a6a8214647730701d8e85e62441.zip
Larry Doolittle writes:
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry git-svn-id: svn://busybox.net/trunk/busybox@8759 69ca8d6d-28ef-0310-b511-8ec308f3f277
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{