aboutsummaryrefslogtreecommitdiffstats
path: root/msec.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'msec.logrotate')
-rw-r--r--msec.logrotate16
1 files changed, 0 insertions, 16 deletions
diff --git a/msec.logrotate b/msec.logrotate
deleted file mode 100644
index 38903b6..0000000
--- a/msec.logrotate
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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