root/trunk/freewrt/package/busybox/patches/200-etc_crontabs.patch
| Revision 3294, 1.0 kB (checked in by tg, 5 years ago) |
|---|
-
busybox-1.4.1/miscutils/crond.c
old new 18 18 #define arysize(ary) (sizeof(ary)/sizeof((ary)[0])) 19 19 20 20 #ifndef CRONTABS 21 #define CRONTABS "/ var/spool/cron/crontabs"21 #define CRONTABS "/etc/crontabs" 22 22 #endif 23 23 #ifndef TMPDIR 24 24 #define TMPDIR "/var/spool/cron" -
busybox-1.4.1/miscutils/crontab.c
old new 13 13 #include "busybox.h" 14 14 15 15 #ifndef CRONTABS 16 #define CRONTABS "/ var/spool/cron/crontabs"16 #define CRONTABS "/etc/crontabs" 17 17 #endif 18 18 #ifndef TMPDIR 19 19 #define TMPDIR "/var/spool/cron"
Note: See TracBrowser for help on using the browser.


