diff options
| -rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd | 9 | ||||
| -rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit | 9 |
2 files changed, 14 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd index 9e910caa18..965abf7224 100644 --- a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd +++ b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd | |||
| @@ -1,11 +1,16 @@ | |||
| 1 | @version: 3.15 | 1 | @version: 3.19 |
| 2 | # | 2 | # |
| 3 | # Syslog-ng configuration file, compatible with default Debian syslogd | 3 | # Syslog-ng configuration file, compatible with default Debian syslogd |
| 4 | # installation. Originally written by anonymous (I can't find his name) | 4 | # installation. Originally written by anonymous (I can't find his name) |
| 5 | # Revised, and rewrited by me (SZALAY Attila <sasa@debian.org>) | 5 | # Revised, and rewrited by me (SZALAY Attila <sasa@debian.org>) |
| 6 | # | ||
| 7 | # Move to 3.19 | ||
| 8 | # Only change is to add dns_cache(no) to options to suppress initialization warning. | ||
| 9 | # | ||
| 10 | # Joe Slater <joe.slater@windriver.com> | ||
| 6 | 11 | ||
| 7 | # First, set some global options. | 12 | # First, set some global options. |
| 8 | options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no); | 13 | options { chain_hostnames(off); flush_lines(0); use_dns(no); dns_cache(no); use_fqdn(no); |
| 9 | owner("root"); group("adm"); perm(0640); stats_freq(0); | 14 | owner("root"); group("adm"); perm(0640); stats_freq(0); |
| 10 | bad_hostname("^gconfd$"); | 15 | bad_hostname("^gconfd$"); |
| 11 | }; | 16 | }; |
diff --git a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit index fb183ee177..2b39b8c1fe 100644 --- a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit +++ b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit | |||
| @@ -1,11 +1,16 @@ | |||
| 1 | @version: 3.15 | 1 | @version: 3.19 |
| 2 | # | 2 | # |
| 3 | # Syslog-ng configuration file, compatible with default Debian syslogd | 3 | # Syslog-ng configuration file, compatible with default Debian syslogd |
| 4 | # installation. Originally written by anonymous (I can't find his name) | 4 | # installation. Originally written by anonymous (I can't find his name) |
| 5 | # Revised, and rewrited by me (SZALAY Attila <sasa@debian.org>) | 5 | # Revised, and rewrited by me (SZALAY Attila <sasa@debian.org>) |
| 6 | # | ||
| 7 | # Move to 3.19 | ||
| 8 | # Only change is to add dns_cache(no) to options to suppress initialization warning. | ||
| 9 | # | ||
| 10 | # Joe Slater <joe.slater@windriver.com> | ||
| 6 | 11 | ||
| 7 | # First, set some global options. | 12 | # First, set some global options. |
| 8 | options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no); | 13 | options { chain_hostnames(off); flush_lines(0); use_dns(no); dns_cache(no); use_fqdn(no); |
| 9 | owner("root"); group("adm"); perm(0640); stats_freq(0); | 14 | owner("root"); group("adm"); perm(0640); stats_freq(0); |
| 10 | bad_hostname("^gconfd$"); | 15 | bad_hostname("^gconfd$"); |
| 11 | }; | 16 | }; |
