diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-04-26 10:39:08 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-04-26 10:39:08 +0000 |
commit | 089b5378d7a49b5a798ea6d35d8145b65ded4305 (patch) | |
tree | a5754c1d4b0f48665a8c86cb33db25a89a6365a9 | |
parent | cfb25127f86de236bd3d2556f151853c23df2b89 (diff) | |
parent | 421d9d967bf81a56eaef9d51ba875fe32ec03454 (diff) |
merge of '07175ec33773496e83adae9754cad99975a05135'
and 'd1c1a0fb33076375c0916f6d52c5727a46e27268'
-rw-r--r-- | packages/busybox/busybox-1.2.1/angstrom/syslog.conf | 9 | ||||
-rw-r--r-- | packages/busybox/busybox_1.2.1.bb | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/busybox/busybox-1.2.1/angstrom/syslog.conf b/packages/busybox/busybox-1.2.1/angstrom/syslog.conf new file mode 100644 index 0000000000..047e82419e --- /dev/null +++ b/packages/busybox/busybox-1.2.1/angstrom/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=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!) diff --git a/packages/busybox/busybox_1.2.1.bb b/packages/busybox/busybox_1.2.1.bb index 34aa5daaa3..054649e9df 100644 --- a/packages/busybox/busybox_1.2.1.bb +++ b/packages/busybox/busybox_1.2.1.bb @@ -1,6 +1,6 @@ require busybox.inc -PR = "r12" +PR = "r13" SRC_URI += "file://wget-long-options.patch;patch=1 \ file://df_rootfs.patch;patch=1 \ |