aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/files/syslog
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/busybox/files/syslog')
-rw-r--r--recipes/busybox/files/syslog4
1 files changed, 2 insertions, 2 deletions
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