~arges/ubuntu/quantal/rsyslog/fix-lp1059592

« back to all changes in this revision

Viewing changes to plugins/cust1/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-05-30 18:40:12 UTC
  • mfrom: (1.3.9 upstream)
  • mto: (36.1.1 oneiric.merge)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20110530184012-ec03xid2c01hyizp
Tags: 5.8.1-1
* New upstream release.
* Bump Standards-Version to 3.9.2. No further changes.
* Enable and install impstats module. (Closes: #620114)
* Update logcheck rule. (Closes: #616659)
* debian/rsyslog.init: Set correct compat level (5).
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
PGSQL_CFLAGS = @PGSQL_CFLAGS@
186
186
PGSQL_LIBS = @PGSQL_LIBS@
187
187
PKG_CONFIG = @PKG_CONFIG@
 
188
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
189
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
188
190
PTHREADS_CFLAGS = @PTHREADS_CFLAGS@
189
191
PTHREADS_LIBS = @PTHREADS_LIBS@
190
192
RANLIB = @RANLIB@
241
243
libexecdir = @libexecdir@
242
244
localedir = @localedir@
243
245
localstatedir = @localstatedir@
244
 
lt_ECHO = @lt_ECHO@
245
246
mandir = @mandir@
246
247
mkdir_p = @mkdir_p@
247
248
moddirs = @moddirs@