2008-08-20 14:00:34 +00:00
|
|
|
--- a/miscutils/crond.c
|
|
|
|
+++ b/miscutils/crond.c
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
2005-12-11 22:00:56 +00:00
|
|
|
|
2009-09-28 12:38:46 +00:00
|
|
|
#define TMPDIR CONFIG_FEATURE_CROND_DIR
|
|
|
|
-#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
|
2005-12-11 22:00:56 +00:00
|
|
|
+#define CRONTABS "/etc/crontabs"
|
2009-09-28 12:38:46 +00:00
|
|
|
#ifndef SENDMAIL
|
|
|
|
#define SENDMAIL "sendmail"
|
2005-12-11 22:00:56 +00:00
|
|
|
#endif
|
2008-08-20 14:00:34 +00:00
|
|
|
--- a/miscutils/crontab.c
|
|
|
|
+++ b/miscutils/crontab.c
|
2009-09-28 12:38:46 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
2007-10-30 20:36:25 +00:00
|
|
|
#include "libbb.h"
|
2005-12-11 22:00:56 +00:00
|
|
|
|
2009-09-28 12:38:46 +00:00
|
|
|
-#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
|
2005-12-11 22:00:56 +00:00
|
|
|
+#define CRONTABS "/etc/crontabs"
|
2008-08-20 14:00:34 +00:00
|
|
|
#ifndef CRONUPDATE
|
|
|
|
#define CRONUPDATE "cron.update"
|
2009-09-28 12:38:46 +00:00
|
|
|
#endif
|