[oe-commits] sledz : busybox: syslog to file instead of buffer for hipox machine by default

git version control git at git.openembedded.org
Thu Mar 11 12:44:41 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6064bd27781b00a4c9526d57a2cbd5c4f31642d9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6064bd27781b00a4c9526d57a2cbd5c4f31642d9

Author: sledz <sledz at ba11ecae-741b-462f-8724-1218f99f5906>
Date:   Tue Mar  2 11:47:21 2010 +0000

busybox: syslog to file instead of buffer for hipox machine by default

Signed-off-by: Steffen Sledz <sledz at dresearch.de>

---

 recipes/busybox/files/hipox/syslog.conf |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/recipes/busybox/files/hipox/syslog.conf b/recipes/busybox/files/hipox/syslog.conf
new file mode 100644
index 0000000..b45cd45
--- /dev/null
+++ b/recipes/busybox/files/hipox/syslog.conf
@@ -0,0 +1,9 @@
+DESTINATION="file"		# log destinations (buffer file remote)
+MARKINT=20			# interval between --mark-- entries [min]
+REDUCE=no			# reduced-size logging
+BUFFERSIZE=64			# buffer: size of circular buffer [kByte]
+LOGFILE=/var/log/messages	# file: where to log
+ROTATESIZE=64			# file: rotate log if grown beyond X [kByte] (busybox 1.2+)
+ROTATEGENS=1			# file: keep X generations of rotated logs (busybox 1.2+)
+REMOTE=loghost:514		# remote: where to log
+FOREGROUND=no			# run in foreground (don't use!)





More information about the Openembedded-commits mailing list