diff options
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r-- | miscutils/crontab.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/miscutils/crontab.c b/miscutils/crontab.c index 13dfd77ad..34b80ea37 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c | |||
@@ -12,9 +12,7 @@ | |||
12 | 12 | ||
13 | #include "libbb.h" | 13 | #include "libbb.h" |
14 | 14 | ||
15 | #ifndef CRONTABS | 15 | #define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs" |
16 | #define CRONTABS "/var/spool/cron/crontabs" | ||
17 | #endif | ||
18 | #ifndef CRONUPDATE | 16 | #ifndef CRONUPDATE |
19 | #define CRONUPDATE "cron.update" | 17 | #define CRONUPDATE "cron.update" |
20 | #endif | 18 | #endif |