From 8b0083e89d5899c4f2e73845a293f563b36d8d10 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 12 Oct 2006 08:04:52 +0000 Subject: added redhat subdiretory supplied by James Bergamin (thanks!!!) --- redhat/rsyslog | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 redhat/rsyslog (limited to 'redhat/rsyslog') diff --git a/redhat/rsyslog b/redhat/rsyslog new file mode 100644 index 00000000..ee9be79b --- /dev/null +++ b/redhat/rsyslog @@ -0,0 +1,12 @@ +# Options to syslogd +# -m 0 disables 'MARK' messages. +# -r enables logging from remote machines +# -x disables DNS lookups on messages recieved with -r +# See syslogd(8) for more details +SYSLOGD_OPTIONS="-m 0" +# Options to klogd +# -2 prints all kernel oops messages twice; once for klogd to decode, and +# once for processing with 'ksymoops' +# -x disables all klogd processing of oops messages entirely +# See klogd(8) for more details +KLOGD_OPTIONS="-x" -- cgit