summaryrefslogtreecommitdiffstats
path: root/build/rhel/rsyslog/rsyslog.log
diff options
context:
space:
mode:
authorAbby Edwards <aedwards@solutionary.com>2012-06-12 12:21:22 -0500
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-13 15:54:14 +0200
commit8261e79c366011d1c0112df83333d76c24e43a33 (patch)
tree287edc5e8fbff386fae20c8088254b80269cd6eb /build/rhel/rsyslog/rsyslog.log
parenta88d7d29ee2b36827cb3b4df58e77f9ca439bcbc (diff)
downloadrsyslog-8261e79c366011d1c0112df83333d76c24e43a33.tar.gz
rsyslog-8261e79c366011d1c0112df83333d76c24e43a33.tar.xz
rsyslog-8261e79c366011d1c0112df83333d76c24e43a33.zip
added rpm spec files for rhel / centos
Diffstat (limited to 'build/rhel/rsyslog/rsyslog.log')
-rw-r--r--build/rhel/rsyslog/rsyslog.log8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/rhel/rsyslog/rsyslog.log b/build/rhel/rsyslog/rsyslog.log
new file mode 100644
index 00000000..0e3fc160
--- /dev/null
+++ b/build/rhel/rsyslog/rsyslog.log
@@ -0,0 +1,8 @@
+/var/log/cron /var/log/maillog /var/log/messages /var/log/secure /var/log/spooler
+{
+ missingok
+ sharedscripts
+ postrotate
+ /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
+ endscript
+}