# syslog - directives for logrotate
#
# $Id: syslog,v 1.4 2003/04/11 21:37:52 sven Exp $
# $Source: /home/CVS/fireballTop/fireballFS/root/etc/logrotate.d/syslog,v $
#
# Derived from a file of the same name on jbird.
#
/var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/kern.log {
    sharedscripts
    postrotate
	/usr/bin/killall -HUP syslogd
    endscript
}
