~ubuntu-branches/ubuntu/lucid/rsyslog/lucid-updates

« back to all changes in this revision

Viewing changes to doc/rsyslog-example.conf

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-08-11 00:25:33 UTC
  • mfrom: (1.1.6 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811002533-83ln3s7t1li0b73n
Tags: 3.18.2-1
* New upstream release.
* debian/rsyslog.init
  - Restore default SELinux security context when creating /dev/xconsole.
    Closes: #493171
  - Add "status" action.
* debian/control
  - Bump dependency on lsb-base to >= 3.2-14, which provides status_of_proc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
# $ModLoad - Dynamically loads a plug-in and activates it
36
36
# --------
37
 
$ModLoad MySQL  # load MySQL functionality
 
37
$ModLoad ommysql  # load MySQL functionality
38
38
$ModLoad /rsyslog/modules/somemodule.so # load a module via absolute path
39
39
 
40
40