diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-26 09:10:46 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-26 09:10:46 +0000 |
commit | 24139e94255b11de7287325c955af25be165eae9 (patch) | |
tree | 62430f70046b3d221b79794d511b22326f38adf9 /packages/busybox/busybox_1.2.1.bb | |
parent | 30dbe7baba9a0101801b4db9101dbc69d5cb48e1 (diff) |
busybox 1.2.1: angstrom: Make syslogd log to /var/log/messages.
* With rotation and size/rotation count limit, which coupled
with /var/log being a tmpfs, makes it not worse than canonical
circular buffer logging, but much more friendly for people not
familiar with busybox.
* Closes #2135.
* Approved by Koen Kooi
Diffstat (limited to 'packages/busybox/busybox_1.2.1.bb')
-rw-r--r-- | packages/busybox/busybox_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |