Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 3bd665163ddf34d5aa60ac4f5c8c34aa > files > 2

msec-2.6-1.mga6.x86_64.rpm

# We create the log files to keep logrotate quiet in the case where
# uucico is not run at all between two log rotations. It would be nice if
# logrotate could be configured to silently ignore the case of a log
# file not existing

/var/log/security.log /var/log/msec.log {
    create 644 root root
	monthly
	compress
}

# updating permissions on rotated logs
sharedscripts
postrotate
	test -f /usr/sbin/msecperms && /usr/sbin/msecperms -q -e '/var/log/*'
endscript