syslog-ng: New package
authorChris Packham <judge.packham@gmail.com>
Wed, 14 Oct 2015 08:34:18 +0000 (21:34 +1300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 18 Oct 2015 15:31:06 +0000 (17:31 +0200)
commit75e38abaf7bbeb45c1311c084267b5cfd723d753
treed1d53deae4b278136245709d0e2767f7547a756d
parent43d6e6caa891b7db080ac86f2e07a0c7d8dbc465
syslog-ng: New package

syslog-ng is an enhanced log daemon, supporting a wide range of input
and output methods: syslog, unstructured text, queueing, SQL & NoSQL.

[Thomas:
 - Rewrap Config.in.help text
 - Pass --pidfile option when starting syslog-ng so that its PID file
   is created in /var/run/syslog-ng.pid, which allows
   start-stop-daemon to actually stop syslog-ng. Without this,
   S01logging was not able to stop syslog-ng.
 - Pass the executable path at stop time in S01logging, so that
   start-stop-daemon can check we're not incorrectly stopping
   something completely different.
 - Add busybox as a dependency of syslog-ng if busybox is enabled,
   since we want to override Busybox's S01logging init script.
 - Simplify the python condition, since python and python3 are
   mutually exclusive.
 - Rewrap the comment above SYSLOG_NG_FIXUP_CONFIG.]

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/syslog-ng/Config.in [new file with mode: 0644]
package/syslog-ng/S01logging [new file with mode: 0644]
package/syslog-ng/syslog-ng.conf [new file with mode: 0644]
package/syslog-ng/syslog-ng.hash [new file with mode: 0644]
package/syslog-ng/syslog-ng.mk [new file with mode: 0644]