[oe-commits] Joshua Lock : busybox: remove incorrect comments from syslog-startup.conf

git at git.openembedded.org git at git.openembedded.org
Thu Jan 19 11:39:47 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 5b2dcbde7290616104afe5f20c67f87dbc734939
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5b2dcbde7290616104afe5f20c67f87dbc734939

Author: Joshua Lock <josh at linux.intel.com>
Date:   Wed Jan 11 10:59:02 2012 -0800

busybox: remove incorrect comments from syslog-startup.conf

Setting rotation size and generations is supported with busybox syslogd

Signed-off-by: Joshua Lock <josh at linux.intel.com>

---

 .../recipes-core/busybox/files/syslog-startup.conf |    4 ++--
 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 1e4c559..f58cbe5 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!)





More information about the Openembedded-commits mailing list