| 1 | --- a/miscutils/crond.c |
| 2 | +++ b/miscutils/crond.c |
| 3 | @@ -24,7 +24,7 @@ |
| 4 | |
| 5 | |
| 6 | #define TMPDIR CONFIG_FEATURE_CROND_DIR |
| 7 | -#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs" |
| 8 | +#define CRONTABS "/etc/crontabs" |
| 9 | #ifndef SENDMAIL |
| 10 | # define SENDMAIL "sendmail" |
| 11 | #endif |
| 12 | --- a/miscutils/crontab.c |
| 13 | +++ b/miscutils/crontab.c |
| 14 | @@ -12,7 +12,7 @@ |
| 15 | |
| 16 | #include "libbb.h" |
| 17 | |
| 18 | -#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs" |
| 19 | +#define CRONTABS "/etc/crontabs" |
| 20 | #ifndef CRONUPDATE |
| 21 | #define CRONUPDATE "cron.update" |
| 22 | #endif |
| 23 | |