upgrade busybox to v1.11.1 and add current upstream fixes
[openwrt-10.03/.git] / package / busybox / patches / 200-etc_crontabs.patch
1 --- a/miscutils/crond.c
2 +++ b/miscutils/crond.c
3 @@ -24,7 +24,7 @@
4  
5  
6  #ifndef CRONTABS
7 -#define CRONTABS        "/var/spool/cron/crontabs"
8 +#define CRONTABS        "/etc/crontabs"
9  #endif
10  #ifndef TMPDIR
11  #define TMPDIR          "/var/spool/cron"
12 --- a/miscutils/crontab.c
13 +++ b/miscutils/crontab.c
14 @@ -13,7 +13,7 @@
15  #include "libbb.h"
16  
17  #ifndef CRONTABS
18 -#define CRONTABS        "/var/spool/cron/crontabs"
19 +#define CRONTABS        "/etc/crontabs"
20  #endif
21  #ifndef CRONUPDATE
22  #define CRONUPDATE      "cron.update"