packages: clean up the package folder
[openwrt/staging/mkresin.git] / package / utils / busybox / patches / 200-etc_crontabs.patch
1 --- a/miscutils/crond.c
2 +++ b/miscutils/crond.c
3 @@ -37,7 +37,7 @@
4
5
6 #define TMPDIR CONFIG_FEATURE_CROND_DIR
7 -#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
8 +#define CRONTABS "/etc/crontabs"
9 #ifndef SENDMAIL
10 # define SENDMAIL "sendmail"
11 #endif
12 --- a/miscutils/crontab.c
13 +++ b/miscutils/crontab.c
14 @@ -22,7 +22,7 @@
15
16 #include "libbb.h"
17
18 -#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
19 +#define CRONTABS "/etc/crontabs"
20 #ifndef CRONUPDATE
21 #define CRONUPDATE "cron.update"
22 #endif