]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: remove incorrect comments from syslog-startup.conf
authorJoshua Lock <josh@linux.intel.com>
Wed, 11 Jan 2012 18:59:02 +0000 (10:59 -0800)
committerSaul Wold <sgw@linux.intel.com>
Thu, 19 Jan 2012 09:16:28 +0000 (01:16 -0800)
Setting rotation size and generations is supported with busybox syslogd

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-core/busybox/files/syslog-startup.conf

index 1e4c559a81765a99b94f6347972789e50c3fe93e..f58cbe575ede140ef8c168596a6f6e274f729898 100644 (file)
@@ -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!)