aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-01-11 10:59:02 -0800
committerSaul Wold <sgw@linux.intel.com>2012-01-19 01:16:28 -0800
commit5b2dcbde7290616104afe5f20c67f87dbc734939 (patch)
treed1837be7f8c8f128a4cbfafbb12857ee94755f36 /meta/recipes-core/busybox
parent0e85cd35a71fe14adc3da9b756b919836b687a12 (diff)
downloadopenembedded-core-contrib-5b2dcbde7290616104afe5f20c67f87dbc734939.tar.gz
busybox: remove incorrect comments from syslog-startup.conf
Setting rotation size and generations is supported with busybox syslogd Signed-off-by: Joshua Lock <josh@linux.intel.com>
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)
LOGFILE=/var/log/messages # where to log (file)
REMOTE=loghost:514 # where to log (syslog remote)
REDUCE=no # reduce-size logging
-#ROTATESIZE=0 # rotate log if grown beyond X [kByte] (incompatible with busybox)
-#ROTATEGENS=3 # keep X generations of rotated logs (incompatible with busybox)
+#ROTATESIZE=0 # rotate log if grown beyond X [kByte]
+#ROTATEGENS=3 # keep X generations of rotated logs
BUFFERSIZE=64 # size of circular buffer [kByte]
FOREGROUND=no # run in foreground (don't use!)