Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH 0/2] Syslog-ng
@ 2015-09-26 11:25 Chris Packham
  2015-09-26 11:25 ` [Buildroot] [RFC PATCH 1/2] eventlog: New package Chris Packham
  2015-09-26 11:25 ` [Buildroot] [RFC PATCH 2/2] syslog-ng: " Chris Packham
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Packham @ 2015-09-26 11:25 UTC (permalink / raw)
  To: buildroot

Hi,

Resurrecting some old patches I had lying around.

Syslog-ng is a very configurable logging system that we've been using at
$dayjob for some time. This patch series includes the latest version.

So far I've only tested with qemu_x86_defconfig so there may be some
build errors lurking. I haven't had a chance to verify systemd support
either.

Chris Packham (2):
  eventlog: New package
  syslog-ng: New package

 package/Config.in              |  4 ++++
 package/eventlog/Config.in     |  5 +++++
 package/eventlog/eventlog.mk   | 14 ++++++++++++
 package/syslog-ng/Config.in    | 18 ++++++++++++++++
 package/syslog-ng/S01logging   | 36 +++++++++++++++++++++++++++++++
 package/syslog-ng/syslog-ng.mk | 49 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 126 insertions(+)
 create mode 100644 package/eventlog/Config.in
 create mode 100644 package/eventlog/eventlog.mk
 create mode 100644 package/syslog-ng/Config.in
 create mode 100644 package/syslog-ng/S01logging
 create mode 100644 package/syslog-ng/syslog-ng.mk

-- 
2.5.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-13 21:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-26 11:25 [Buildroot] [RFC PATCH 0/2] Syslog-ng Chris Packham
2015-09-26 11:25 ` [Buildroot] [RFC PATCH 1/2] eventlog: New package Chris Packham
2015-09-28 10:43   ` Vicente Olivert Riera
2015-10-13 21:56   ` Thomas Petazzoni
2015-09-26 11:25 ` [Buildroot] [RFC PATCH 2/2] syslog-ng: " Chris Packham
2015-09-26 11:35   ` Chris Packham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox