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 61d273b7cb..6e86346391 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/syslog.conf ]; then
- . /etc/syslog.conf
+if [ -f /etc/default/syslog ]; then
+ . /etc/default/syslog
LOG_LOCAL=0
LOG_REMOTE=0
for D in $DESTINATION; do