summaryrefslogtreecommitdiffstats
path: root/redhat/rsyslog.log
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.log
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.log')
-rw-r--r--redhat/rsyslog.log6
1 files changed, 6 insertions, 0 deletions
diff --git a/redhat/rsyslog.log b/redhat/rsyslog.log
new file mode 100644
index 00000000..e0593a26
--- /dev/null
+++ b/redhat/rsyslog.log
@@ -0,0 +1,6 @@
+/var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron {
+ sharedscripts
+ postrotate
+ /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
+ endscript
+}