diff options
author | Daouda Lo <daouda@mandriva.com> | 2001-09-17 17:14:57 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2001-09-17 17:14:57 +0000 |
commit | 85194e3f8491638188ac7aeaae9f15c8eef037c4 (patch) | |
tree | 346507795a22c1ff6b825aeb1dafeacf91d64029 /msec.logrotate | |
parent | 02cf5f4de74de6e68bf69c8733eca486ce1f80d7 (diff) | |
download | msec-85194e3f8491638188ac7aeaae9f15c8eef037c4.tar msec-85194e3f8491638188ac7aeaae9f15c8eef037c4.tar.gz msec-85194e3f8491638188ac7aeaae9f15c8eef037c4.tar.bz2 msec-85194e3f8491638188ac7aeaae9f15c8eef037c4.tar.xz msec-85194e3f8491638188ac7aeaae9f15c8eef037c4.zip |
logrotate fileV0_15_23mdk
Diffstat (limited to 'msec.logrotate')
-rw-r--r-- | msec.logrotate | 10 |
1 files changed, 10 insertions, 0 deletions
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 +} |