From 04d064a59055ede01f24312e2c384c501fc08cca Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Apr 2011 02:56:23 +0000 Subject: busybox: refresh patches SVN-Revision: 26738 --- package/busybox/patches/200-etc_crontabs.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 936ef7e..f83ac02 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 -- cgit v1.1