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
|
|
|
|
|
|
|
#ifndef CRONTABS
|
|
|
|
-#define CRONTABS "/var/spool/cron/crontabs"
|
|
|
|
+#define CRONTABS "/etc/crontabs"
|
|
|
|
#endif
|
|
|
|
#ifndef TMPDIR
|
|
|
|
#define TMPDIR "/var/spool/cron"
|
2008-08-20 14:00:34 +00:00
|
|
|
--- a/miscutils/crontab.c
|
|
|
|
+++ b/miscutils/crontab.c
|
2007-06-04 11:25:53 +00:00
|
|
|
@@ -13,7 +13,7 @@
|
2007-10-30 20:36:25 +00:00
|
|
|
#include "libbb.h"
|
2005-12-11 22:00:56 +00:00
|
|
|
|
|
|
|
#ifndef CRONTABS
|
|
|
|
-#define CRONTABS "/var/spool/cron/crontabs"
|
|
|
|
+#define CRONTABS "/etc/crontabs"
|
|
|
|
#endif
|
2008-08-20 14:00:34 +00:00
|
|
|
#ifndef CRONUPDATE
|
|
|
|
#define CRONUPDATE "cron.update"
|