diff options
author | Michael Biebl <biebl@debian.org> | 2011-05-30 18:33:11 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-05-30 18:39:58 +0200 |
commit | 88c0ed950e766ece19177183620a00d903dc882a (patch) | |
tree | 552fba159644ee74d31fa7e3da15728d5ecb7988 /debian/NEWS | |
parent | c2b4f8f9640c5e2bf4834f20ab1627de6eef57cc (diff) | |
download | rsyslog-88c0ed950e766ece19177183620a00d903dc882a.tar.gz |
Update package for changed SIGHUP handling
* The way rsyslog processes SIGHUP has changed. It no longer does a reload
of its configuration, but simply closes all open files. To apply a changed
configuration, rsyslogd needs to be restarted now.
- Drop "reload" action from debian/rsyslog.init, map "force-reload" to
"restart". (Closes: #580897)
- Add "rotate" action to debian/rsyslog.init which sends SIGHUP to
rsyslogd. Use that in debian/rsyslog.logrotate. (Closes: #626365)
- Update debian/rsyslog-mysql.postinst and rsyslog-pgsql.postinst to use
restart instead of reload.
- Add a NEWS file explaining the changed SIGHUP handling.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..35058fa --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,17 @@ +rsyslog (5.8.1-1) unstable; urgency=low + + The way rsyslog processes SIGHUP has changed. It no longer does a reload + of its configuration, but simply closes all open files, which is a much more + lightweight operation. + To apply a changed configuration, rsyslogd needs to be restarted now. + As a consequence, the reload action has been dropped from the init script. + + A new action called "rotate" was added to the init script, which signals + rsyslogd to close all open files. This new action is used in the rsyslog + logrotate configuration file. + + For more information, see: + http://www.rsyslog.com/doc/v4compatibility.html + http://www.rsyslog.com/doc/v5compatibility.html + + -- Michael Biebl <biebl@debian.org> Mon, 30 May 2011 18:26:51 +0200 |