From 3faf13ff57e140e83cd69d832d753d224942ac22 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 24 Mar 2009 14:01:44 +0000 Subject: Adding back missing files. --- msec.logrotate | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 msec.logrotate (limited to 'msec.logrotate') diff --git a/msec.logrotate b/msec.logrotate new file mode 100644 index 0000000..38903b6 --- /dev/null +++ b/msec.logrotate @@ -0,0 +1,16 @@ +# 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 { + 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 -- cgit v1.2.1