~ubuntu-branches/ubuntu/karmic/rsyslog/karmic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2009-06-29 08:37:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090629083743-jni3dxxoabiuq34y
Tags: 4.2.0-1ubuntu1
* Run as rsyslog:rsyslog (LP: #250827, LP: #388608)
  - debian/control: Depend on adduser
  - debian/rsyslog.postinst: Create syslog user
  - debian/rsyslog.postrm: Delete syslog user on purge
  - debian/rsyslog.conf: Use DropPriv config fields
* Allow reading /proc/kmsg when non-root
  - debian/rsyslog.init: Spawn a dd instance that shovels the /proc/kmsg
    data to a pipe that rsyslog can read (based on Martin Pitt's similar
    change to sysklogd).
  - debian/patches/deroot.patch: Support a KLogPath config field
    to change where the klog plugin looks and only start input modules
    after we drop privileges, as reading when root interferes with
    future reads as syslog.
  - debian/rsyslog.conf: Use KLogPath field to point to dd pipe
* Cleanly upgrade from sysklogd
  - debian/default.conf, debian/rsyslog.conf:
    Break out the default rules into their own config file
  - debian/rsyslog.install: Install it in /usr/share/rsyslog
  - debian/rsyslog.postinst: If present, copy /etc/syslog.conf into
    /etc/rsyslog.d/default.conf.  Then merge our own default.conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
rsyslog (4.2.0-1ubuntu1) karmic; urgency=low
 
2
 
 
3
  * Run as rsyslog:rsyslog (LP: #250827, LP: #388608)
 
4
    - debian/control: Depend on adduser
 
5
    - debian/rsyslog.postinst: Create syslog user
 
6
    - debian/rsyslog.postrm: Delete syslog user on purge
 
7
    - debian/rsyslog.conf: Use DropPriv config fields
 
8
  * Allow reading /proc/kmsg when non-root
 
9
    - debian/rsyslog.init: Spawn a dd instance that shovels the /proc/kmsg
 
10
      data to a pipe that rsyslog can read (based on Martin Pitt's similar
 
11
      change to sysklogd).
 
12
    - debian/patches/deroot.patch: Support a KLogPath config field
 
13
      to change where the klog plugin looks and only start input modules
 
14
      after we drop privileges, as reading when root interferes with
 
15
      future reads as syslog.
 
16
    - debian/rsyslog.conf: Use KLogPath field to point to dd pipe
 
17
  * Cleanly upgrade from sysklogd
 
18
    - debian/default.conf, debian/rsyslog.conf:
 
19
      Break out the default rules into their own config file
 
20
    - debian/rsyslog.install: Install it in /usr/share/rsyslog
 
21
    - debian/rsyslog.postinst: If present, copy /etc/syslog.conf into
 
22
      /etc/rsyslog.d/default.conf.  Then merge our own default.conf
 
23
 
 
24
 -- Michael Terry <michael.terry@canonical.com>  Mon, 29 Jun 2009 08:37:43 -0400
 
25
 
1
26
rsyslog (4.2.0-1) unstable; urgency=low
2
27
 
3
28
  * New upstream release of the now stable v4 branch.