diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-17 21:35:20 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-17 21:35:20 +0000 |
commit | 7107f96b02330aa52e252c43ccabbde2dc83fd7d (patch) | |
tree | be2cd300c704ac1840b42f041e0713d5c01e12e8 /msec.logrotate | |
parent | 601bebcbd03939955ba9031a7209b8bbf6310d46 (diff) | |
download | msec-7107f96b02330aa52e252c43ccabbde2dc83fd7d.tar msec-7107f96b02330aa52e252c43ccabbde2dc83fd7d.tar.gz msec-7107f96b02330aa52e252c43ccabbde2dc83fd7d.tar.bz2 msec-7107f96b02330aa52e252c43ccabbde2dc83fd7d.tar.xz msec-7107f96b02330aa52e252c43ccabbde2dc83fd7d.zip |
Rotate msec.log as well.
Diffstat (limited to 'msec.logrotate')
-rw-r--r-- | msec.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msec.logrotate b/msec.logrotate index 38903b6..6ff4fa4 100644 --- a/msec.logrotate +++ b/msec.logrotate @@ -3,7 +3,7 @@ # logrotate could be configured to silently ignore the case of a log # file not existing -/var/log/security.log { +/var/log/security.log /var/log/msec.log { create 644 root root monthly compress |