200-etc_crontabs.patch 518 B

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