From: Chris Larson Date: Thu, 20 Jan 2011 01:07:41 +0000 (-0700) Subject: busybox: fix syslog /etc/default path X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6852e97feee6493263a3a3b9ebdf620da5d8bc80;p=openembedded.git busybox: fix syslog /etc/default path Signed-off-by: Chris Larson --- 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 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