mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d4767b5f68
system log files PR: 15759 Submitted by: Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
54 lines
746 B
Plaintext
54 lines
746 B
Plaintext
/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
|
|
}
|