From 85194e3f8491638188ac7aeaae9f15c8eef037c4 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 17 Sep 2001 17:14:57 +0000 Subject: logrotate file --- msec.logrotate | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 msec.logrotate diff --git a/msec.logrotate b/msec.logrotate new file mode 100644 index 0000000..6185628 --- /dev/null +++ b/msec.logrotate @@ -0,0 +1,10 @@ +# 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 +} -- cgit v1.2.1