summaryrefslogtreecommitdiffstats
path: root/redhat/rsyslog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-07 20:54:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-07 20:54:08 +0200
commitb04d22a670c170554c53e59e05ae1475ed70f3aa (patch)
tree7fc95d6482ac6cda8ab602c4f4b8349b10c8ab98 /redhat/rsyslog
parentd6bc3db2caa14f45dd1e9b52fbdf85b77f2d05f2 (diff)
downloadrsyslog-b04d22a670c170554c53e59e05ae1475ed70f3aa.tar.gz
rsyslog-b04d22a670c170554c53e59e05ae1475ed70f3aa.tar.xz
rsyslog-b04d22a670c170554c53e59e05ae1475ed70f3aa.zip
removed red hat specific files
I could't maintain them and they are now handled by the package maintainers They were orginally introduced when there were no packages available. Over time, they became outdated and thus a bit problematic.
Diffstat (limited to 'redhat/rsyslog')
-rw-r--r--redhat/rsyslog12
1 files changed, 0 insertions, 12 deletions
diff --git a/redhat/rsyslog b/redhat/rsyslog
deleted file mode 100644
index ee9be79b..00000000
--- a/redhat/rsyslog
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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"