[oe-commits] org.oe.dev busybox: Clean up syslog.conf file.

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Apr 23 07:27:09 UTC 2007


busybox: Clean up syslog.conf file.
* Typo fixes.
* Order options in some logical sequence.
* Make clear which option applies to which logging destination.
* Remove bogus comments about file log rotation being "incompatible with 
busybox" (works at least with 1.2.1).

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 09ccd483244ee816cab59f9d1144ae7cb44235db
ViewMTN: http://monotone.openembedded.org/revision.psp?id=09ccd483244ee816cab59f9d1144ae7cb44235db
Files:
1
packages/busybox/busybox_1.2.1.bb
packages/busybox/files/syslog.conf
Diffs:

#
# mt diff -r974836a6338171fb70132b4cfd8365173d13f352 -r09ccd483244ee816cab59f9d1144ae7cb44235db
#
# 
# 
# patch "packages/busybox/busybox_1.2.1.bb"
#  from [0fb4de7420cdf5f47e9dddb237f5b7bc80ab39d9]
#    to [5db3b7ae28983e34cefd69779d2b1f574e325c28]
# 
# patch "packages/busybox/files/syslog.conf"
#  from [46405c447bba0a28a05a9d4cfff7c6c3076b9d76]
#    to [a9ae070340a1dc0c4430f4368af9b4b32d2a46d1]
# 
============================================================
--- packages/busybox/busybox_1.2.1.bb	0fb4de7420cdf5f47e9dddb237f5b7bc80ab39d9
+++ packages/busybox/busybox_1.2.1.bb	5db3b7ae28983e34cefd69779d2b1f574e325c28
@@ -1,6 +1,6 @@ require busybox.inc
 require busybox.inc
 
-PR = "r11"
+PR = "r12"
 
 SRC_URI += "file://wget-long-options.patch;patch=1 \
 	   file://df_rootfs.patch;patch=1 \
============================================================
--- packages/busybox/files/syslog.conf	46405c447bba0a28a05a9d4cfff7c6c3076b9d76
+++ packages/busybox/files/syslog.conf	a9ae070340a1dc0c4430f4368af9b4b32d2a46d1
@@ -1,9 +1,9 @@ DESTINATION="buffer"		# log destinations
 DESTINATION="buffer"		# log destinations (buffer file remote)
-MARKINT=20			# intervall between --mark-- entries
-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)
-BUFFERSIZE=64			# size of circular buffer [kByte]
+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=32			# 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