diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-04 16:48:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-04 16:48:57 +0000 |
commit | e1fcfaf38cd250cd8383fa66d75b0543a0543311 (patch) | |
tree | fafe3b51bb519366044e5bd1d2b89a511d41be10 /packages/busybox/files | |
parent | 2273c62b8dd1440b9cb04e18827174a587025f8b (diff) |
Add /etc/syslog.conf to the CONFFILES for busybox (CONFFILES are previously
empty) and update syslog.conf to comment out the 'ROTATE' lines - these
cause busybox syslog to error out with BUFFER=file.
Diffstat (limited to 'packages/busybox/files')
-rw-r--r-- | packages/busybox/files/syslog.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/busybox/files/syslog.conf b/packages/busybox/files/syslog.conf index e2a2d58412..d4a0e02f5b 100644 --- a/packages/busybox/files/syslog.conf +++ b/packages/busybox/files/syslog.conf @@ -3,7 +3,7 @@ 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] -ROTATEGENS=3 # keep X generations of rotated logs +#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] FOREGROUND=no # run in foreground (don't use!) |