blob: 60a181bc05cb76f9d497620031bbac3d1cc6e3c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id$
#
# Syslog-ng logrotate snippet for Gentoo Linux
# contributed by Michael Sterrett
#
/var/log/messages {
missingok
sharedscripts
postrotate
/etc/init.d/syslog-ng reload > /dev/null 2>&1 || true
endscript
}
|