1 --- a/miscutils/crond.c
2 +++ b/miscutils/crond.c
6 #define TMPDIR CONFIG_FEATURE_CROND_DIR
7 -#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
8 +#define CRONTABS "/etc/crontabs"
10 #define SENDMAIL "sendmail"
12 --- a/miscutils/crontab.c
13 +++ b/miscutils/crontab.c
18 -#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
19 +#define CRONTABS "/etc/crontabs"
21 #define CRONUPDATE "cron.update"