diff options
author | Michael Biebl <biebl@debian.org> | 2012-11-21 17:23:23 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-11-21 17:23:23 +0100 |
commit | 1796f8e02b6d0bc29ab65427d2ebf97f82f41999 (patch) | |
tree | b095bd5faf13d6a48cc5ddc18891338931c5a273 /ChangeLog | |
parent | 792f31fe29bef0c9960d3951f266fc7b2c70a2fc (diff) | |
download | rsyslog-1796f8e02b6d0bc29ab65427d2ebf97f82f41999.tar.gz |
Imported Upstream version 7.2.3upstream/7.2.3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,4 +1,16 @@ ---------------------------------------------------------------------------- +Version 7.2.3 [v7-stable] 2012-10-21 +- regression fix: rsyslogd terminated when wild-card $IncludeConfig did not + find actual include files. For example, if this directive is present: + $IncludeConfig /etc/rsyslog.d/*.conf + and there are no *.conf files in /etc/rsyslog.d (but rsyslog.d exists), + rsyslogd will emit an error message and terminate. Previous (and expected) + behaviour is that an empty file set is no problem. HOWEVER, if the + directory itself does not exist, this is flagged as an error and will + load to termination (no startup). + Unfortunately, this is often the case by default in many distros, so this + actually prevents rsyslog startup. +---------------------------------------------------------------------------- Version 7.2.2 [v7-stable] 2012-10-16 - doc improvements - enabled to build without libuuid, at loss of uuid functionality |