summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-01-19 18:07:41 -0700
committerChris Larson <chris_larson@mentor.com>2011-01-19 18:07:41 -0700
commit6852e97feee6493263a3a3b9ebdf620da5d8bc80 (patch)
tree25f1c7ea62e03f92872743fe9d9e9686752e8653
parent295ea752a7b5d360387dce1876402a07f39fb97e (diff)
downloadopenembedded-6852e97feee6493263a3a3b9ebdf620da5d8bc80.tar.gz
busybox: fix syslog /etc/default path
Signed-off-by: Chris Larson <chris_larson@mentor.com>
-rw-r--r--recipes/busybox/busybox.inc2
-rw-r--r--recipes/busybox/files/syslog4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc
index 7c38caaef3..03efc997d8 100644
--- a/recipes/busybox/busybox.inc
+++ b/recipes/busybox/busybox.inc
@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
SECTION = "base"
PRIORITY = "required"
-INC_PR = "r40"
+INC_PR = "r41"
SRC_URI = "\
file://busybox-cron \
diff --git a/recipes/busybox/files/syslog b/recipes/busybox/files/syslog
index 6e86346391..41ab76b9e7 100644
--- a/recipes/busybox/files/syslog
+++ b/recipes/busybox/files/syslog
@@ -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