busybox: change path to service configfiles

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-19 01:00:06 +02:00
parent f63140fce4
commit f255fbe731
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@
. /etc/profile . /etc/profile
SYSLOG_REMOTE=false SYSLOG_REMOTE=false
if [ -e $CONFIG_CACHE/service_syslog.conf ] ; then if [ -e $CONFIG_CACHE/services/syslog.conf ] ; then
. $CONFIG_CACHE/service_syslog.conf . $CONFIG_CACHE/services/syslog.conf
fi fi
SYSLOGD_OPTIONS="-L" SYSLOGD_OPTIONS="-L"

View File

@ -29,8 +29,8 @@
. /etc/profile . /etc/profile
CRON_ENABLED=true CRON_ENABLED=true
if [ -f $CONFIG_CACHE/service_cron.conf ]; then if [ -f $CONFIG_CACHE/services/cron.conf ]; then
. $CONFIG_CACHE/service_cron.conf . $CONFIG_CACHE/services/cron.conf
fi fi
if [ "$CRON_ENABLED" == "true" ]; then if [ "$CRON_ENABLED" == "true" ]; then