blob: a6a7580f665c732b414c025fb68409dd7aa7abf9 (
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
@GENTOO_RESTART@ > /dev/null 2>&1 || true
endscript
}
|