diff options
| author | Joshua Lock <josh@linux.intel.com> | 2012-01-11 10:59:02 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 11:34:09 +0000 |
| commit | 030bdde04ae8790b96021cbb7d12bc1049df096c (patch) | |
| tree | 4815f7ff3fc771d195274910c1b0b0436631c505 | |
| parent | cbc784f4ebf26e5440104dacb45ccced9ef3d594 (diff) | |
| download | poky-030bdde04ae8790b96021cbb7d12bc1049df096c.tar.gz | |
busybox: remove incorrect comments from syslog-startup.conf
Setting rotation size and generations is supported with busybox syslogd
(From OE-Core rev: 5b2dcbde7290616104afe5f20c67f87dbc734939)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/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 1e4c559a81..f58cbe575e 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) | |||
| 5 | LOGFILE=/var/log/messages # where to log (file) | 5 | LOGFILE=/var/log/messages # where to log (file) |
| 6 | REMOTE=loghost:514 # where to log (syslog remote) | 6 | REMOTE=loghost:514 # where to log (syslog remote) |
| 7 | REDUCE=no # reduce-size logging | 7 | REDUCE=no # reduce-size logging |
| 8 | #ROTATESIZE=0 # rotate log if grown beyond X [kByte] (incompatible with busybox) | 8 | #ROTATESIZE=0 # rotate log if grown beyond X [kByte] |
| 9 | #ROTATEGENS=3 # keep X generations of rotated logs (incompatible with busybox) | 9 | #ROTATEGENS=3 # keep X generations of rotated logs |
| 10 | BUFFERSIZE=64 # size of circular buffer [kByte] | 10 | BUFFERSIZE=64 # size of circular buffer [kByte] |
| 11 | FOREGROUND=no # run in foreground (don't use!) | 11 | FOREGROUND=no # run in foreground (don't use!) |
