syslog-ng: fix various install problems such as missing plugins, etc

Install the plugins as various functionality is no longer in the
utility itself but is packaged as a .so plugin instead. Disable
plugins with too many dependencies (or too exotic).

Bump the version number on the config file to agree with the package's
version number.

Clean up any .la files from libtool.

Start much earlier so that logging doesn't miss startup messages from
other services.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
Philip Prindeville
2017-01-07 16:47:17 -07:00
parent 909209e753
commit 84b136cdb4
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@version:3.0
@version:3.8
options {
chain_hostnames(no);
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2016 OpenWrt.org
START=50
START=20
SERVICE_USE_PID=1