| Submitter | Joshua Lock |
|---|---|
| Date | Jan. 17, 2012, 6:59 p.m. |
| Message ID | <cover.1326826646.git.josh@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/19601/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib josh/syslogComments
On 01/17/2012 10:59 AM, Joshua Lock wrote: > The RFC version of this series didn't receive any C's.. > > This set of changes makes some minor changes to the configuration of busybox's > syslog. > > The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6: > > package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16:20:46 +0000) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib josh/syslog > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/syslog > > Joshua Lock (5): > busybox: drop MARKINT option from init script and syslog-startup.conf > busybox: remove incorrect comments from syslog-startup.conf > busybox: enable log level configuration in syslog-startup.conf and > script > busybox: change syslog default to log to a file > busybox: enable dropping of duplicates in syslog, off by default > > meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +- > meta/recipes-core/busybox/busybox_1.19.3.bb | 2 +- > meta/recipes-core/busybox/files/syslog | 9 ++++++--- > .../recipes-core/busybox/files/syslog-startup.conf | 9 +++++---- > 4 files changed, 13 insertions(+), 9 deletions(-) > Merged into OE-Core Thanks Sau!
On Tue, Jan 17, 2012 at 16:59, Joshua Lock <josh@linux.intel.com> wrote: > This set of changes makes some minor changes to the configuration of > busybox's > syslog. > I'd like to ask for you to think about a way of sharing the code that parses the conf file between sysv and systemd. My current proposal is: * move init code to parse the conf file onto a script (possibly /lib/busybox/busybox-syslogd or similar) * change init to use it * we change meta-oe to use it as well. Thoughts?
The RFC version of this series didn't receive any C's.. This set of changes makes some minor changes to the configuration of busybox's syslog. The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6: package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16:20:46 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib josh/syslog http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/syslog Joshua Lock (5): busybox: drop MARKINT option from init script and syslog-startup.conf busybox: remove incorrect comments from syslog-startup.conf busybox: enable log level configuration in syslog-startup.conf and script busybox: change syslog default to log to a file busybox: enable dropping of duplicates in syslog, off by default meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +- meta/recipes-core/busybox/busybox_1.19.3.bb | 2 +- meta/recipes-core/busybox/files/syslog | 9 ++++++--- .../recipes-core/busybox/files/syslog-startup.conf | 9 +++++---- 4 files changed, 13 insertions(+), 9 deletions(-)