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

git version control git at git.openembedded.org
Thu Jan 20 01:11:32 UTC 2011


Module: openembedded.git
Branch: master
Commit: 6852e97feee6493263a3a3b9ebdf620da5d8bc80
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6852e97feee6493263a3a3b9ebdf620da5d8bc80

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 7c38caa..03efc99 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