busybox: fix syslog /etc/default path
authorChris Larson <chris_larson@mentor.com>
Thu, 20 Jan 2011 01:07:41 +0000 (18:07 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 20 Jan 2011 01:07:41 +0000 (18:07 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/busybox/busybox.inc
recipes/busybox/files/syslog

index 7c38caa..03efc99 100644 (file)
@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
 SECTION = "base"
 PRIORITY = "required"
 
-INC_PR = "r40"
+INC_PR = "r41"
 
 SRC_URI = "\
   file://busybox-cron \
index 6e86346..41ab76b 100644 (file)
@@ -5,8 +5,8 @@
 #               Configuration file added by <bruno.randolf@4g-systems.biz>
 set -e
 
-if [ -f /etc/default/syslog ]; then
-       . /etc/default/syslog
+if [ -f /etc/default/busybox-syslog ]; then
+       . /etc/default/busybox-syslog
        LOG_LOCAL=0
        LOG_REMOTE=0
        for D in $DESTINATION; do