summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/files/syslog-startup.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/files/syslog-startup.conf b/meta/recipes-core/busybox/files/syslog-startup.conf
index 1e4c559a81..f58cbe575e 100644
--- a/meta/recipes-core/busybox/files/syslog-startup.conf
+++ b/meta/recipes-core/busybox/files/syslog-startup.conf
@@ -5,7 +5,7 @@ DESTINATION=buffer # log destinations (buffer file remote)
5LOGFILE=/var/log/messages # where to log (file) 5LOGFILE=/var/log/messages # where to log (file)
6REMOTE=loghost:514 # where to log (syslog remote) 6REMOTE=loghost:514 # where to log (syslog remote)
7REDUCE=no # reduce-size logging 7REDUCE=no # reduce-size logging
8#ROTATESIZE=0 # rotate log if grown beyond X [kByte] (incompatible with busybox) 8#ROTATESIZE=0 # rotate log if grown beyond X [kByte]
9#ROTATEGENS=3 # keep X generations of rotated logs (incompatible with busybox) 9#ROTATEGENS=3 # keep X generations of rotated logs
10BUFFERSIZE=64 # size of circular buffer [kByte] 10BUFFERSIZE=64 # size of circular buffer [kByte]
11FOREGROUND=no # run in foreground (don't use!) 11FOREGROUND=no # run in foreground (don't use!)