X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9dfc3e34ee54d00b68cc4cbb5cddcfa588fd07fb..a6ff6c1f36b886b61a08ac89996ee15340e6fc64:/package/busybox/patches/200-etc_crontabs.patch diff --git a/package/busybox/patches/200-etc_crontabs.patch b/package/busybox/patches/200-etc_crontabs.patch index 936ef7ef8..f83ac02a9 100644 --- a/package/busybox/patches/200-etc_crontabs.patch +++ b/package/busybox/patches/200-etc_crontabs.patch @@ -7,7 +7,7 @@ -#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs" +#define CRONTABS "/etc/crontabs" #ifndef SENDMAIL - #define SENDMAIL "sendmail" + # define SENDMAIL "sendmail" #endif --- a/miscutils/crontab.c +++ b/miscutils/crontab.c