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