diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-23 07:16:51 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-23 07:16:51 +0000 |
commit | 52855b01f4a1bcebda517c248c94182093079a7d (patch) | |
tree | dec21a0bd651eb81c22042d51e602a11d62accfc /packages/busybox/busybox_1.2.1.bb | |
parent | 300e02974776b68fcb8ad6720f8217bcbbcd0624 (diff) |
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).
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 fb26407cd6..34aa5daaa3 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 = "r11" +PR = "r12" SRC_URI += "file://wget-long-options.patch;patch=1 \ file://df_rootfs.patch;patch=1 \ |