summaryrefslogtreecommitdiffstats
path: root/redhat/rsyslog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-10-12 08:04:52 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-10-12 08:04:52 +0000
commit8b0083e89d5899c4f2e73845a293f563b36d8d10 (patch)
tree04a84ab1a5b489252b603d51396a42d4ff80e02a /redhat/rsyslog
parentf604d64776c0c16b7b02dcc1a1707ebade65f5f0 (diff)
downloadrsyslog-8b0083e89d5899c4f2e73845a293f563b36d8d10.tar.gz
rsyslog-8b0083e89d5899c4f2e73845a293f563b36d8d10.tar.xz
rsyslog-8b0083e89d5899c4f2e73845a293f563b36d8d10.zip
added redhat subdiretory supplied by James Bergamin (thanks!!!)
Diffstat (limited to 'redhat/rsyslog')
-rw-r--r--redhat/rsyslog12
1 files changed, 12 insertions, 0 deletions
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"