mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
fix(syslog-ng): warning about conf version
The service warned on startup about running in compatibility mode since the configuration version was "3.31" instead of "3.36". Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
1667aef536
commit
e80ce510e1
@@ -1,4 +1,4 @@
|
||||
@version: 3.31
|
||||
@version: 3.36
|
||||
#
|
||||
# Syslog-ng configuration file, compatible with default Debian syslogd
|
||||
# installation. Originally written by anonymous (I can't find his name)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@version: 3.31
|
||||
@version: 3.36
|
||||
#
|
||||
# Syslog-ng configuration file, compatible with default Debian syslogd
|
||||
# installation. Originally written by anonymous (I can't find his name)
|
||||
|
||||
Reference in New Issue
Block a user