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

« back to all changes in this revision

Viewing changes to redhat/rsyslog.sysconfig

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2007-10-19 17:21:49 UTC
  • Revision ID: james.westby@ubuntu.com-20071019172149-ie6ej2xve33mxiu7
Tags: upstream-1.19.10
ImportĀ upstreamĀ versionĀ 1.19.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Options to syslogd
 
2
# -m 0 disables 'MARK' messages.
 
3
# -r enables logging from remote machines
 
4
# -x disables DNS lookups on messages recieved with -r
 
5
# See syslogd(8) for more details
 
6
SYSLOGD_OPTIONS="-m 0"
 
7
# Options to klogd
 
8
# -2 prints all kernel oops messages twice; once for klogd to decode, and
 
9
#    once for processing with 'ksymoops'
 
10
# -x disables all klogd processing of oops messages entirely
 
11
# See klogd(8) for more details
 
12
KLOGD_OPTIONS="-x"