From 6852e97feee6493263a3a3b9ebdf620da5d8bc80 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 19 Jan 2011 18:07:41 -0700 Subject: [PATCH] busybox: fix syslog /etc/default path Signed-off-by: Chris Larson --- 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 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 -- 2.39.5