2
0

200-etc_crontabs.patch 549 B

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