From f255fbe7312654611393555f26f4fa0c393e5ff0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 19 Aug 2013 01:00:06 +0200 Subject: [PATCH] busybox: change path to service configfiles Signed-off-by: Stephan Raue --- packages/sysutils/busybox/init.d/05_syslogd | 4 ++-- packages/sysutils/busybox/scripts/09_crond | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sysutils/busybox/init.d/05_syslogd b/packages/sysutils/busybox/init.d/05_syslogd index dcfd7e0e7b..86617fd93a 100644 --- a/packages/sysutils/busybox/init.d/05_syslogd +++ b/packages/sysutils/busybox/init.d/05_syslogd @@ -29,8 +29,8 @@ . /etc/profile SYSLOG_REMOTE=false - if [ -e $CONFIG_CACHE/service_syslog.conf ] ; then - . $CONFIG_CACHE/service_syslog.conf + if [ -e $CONFIG_CACHE/services/syslog.conf ] ; then + . $CONFIG_CACHE/services/syslog.conf fi SYSLOGD_OPTIONS="-L" diff --git a/packages/sysutils/busybox/scripts/09_crond b/packages/sysutils/busybox/scripts/09_crond index cd003d6210..ec4288518f 100644 --- a/packages/sysutils/busybox/scripts/09_crond +++ b/packages/sysutils/busybox/scripts/09_crond @@ -29,8 +29,8 @@ . /etc/profile CRON_ENABLED=true - if [ -f $CONFIG_CACHE/service_cron.conf ]; then - . $CONFIG_CACHE/service_cron.conf + if [ -f $CONFIG_CACHE/services/cron.conf ]; then + . $CONFIG_CACHE/services/cron.conf fi if [ "$CRON_ENABLED" == "true" ]; then