diff options
Diffstat (limited to 'sysutils/logrotate/files/syslog.sample')
-rw-r--r-- | sysutils/logrotate/files/syslog.sample | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/sysutils/logrotate/files/syslog.sample b/sysutils/logrotate/files/syslog.sample new file mode 100644 index 000000000000..cb2268ab59cb --- /dev/null +++ b/sysutils/logrotate/files/syslog.sample @@ -0,0 +1,53 @@ +/var/cron/log { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +/var/log/amd.log { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +/var/log/kerberos.log { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +/var/log/lpd-errs { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +/var/log/maillog { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +/var/log/sendmail.st { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +/var/log/messages { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +/var/log/slip.log { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +/var/log/ppp.log { + postrotate + /usr/bin/killall -HUP syslogd + endscript +} |