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