[oe-commits] Chris Larson : busybox: fix syslog /etc/default path

git version control git at git.openembedded.org
Wed Feb 16 17:56:19 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 759dfa6bd3ad904adecfce257e78491b72e79e6f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=759dfa6bd3ad904adecfce257e78491b72e79e6f

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Jan 19 18:07:41 2011 -0700

busybox: fix syslog /etc/default path

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/busybox/busybox.inc  |    2 +-
 recipes/busybox/files/syslog |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc
index 9604aa7..5b0e90a 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 6e86346..41ab76b 100644
--- a/recipes/busybox/files/syslog
+++ b/recipes/busybox/files/syslog
@@ -5,8 +5,8 @@
 #               Configuration file added by <bruno.randolf at 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





More information about the Openembedded-commits mailing list