diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-18 09:56:40 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-18 09:56:44 +0000 |
commit | e7ab352a8e3f4d163a179db32e3d9755a3c646fb (patch) | |
tree | d7ed2b397dca5cb762d376404e4ce0385d505d54 /testing/ossec-hids/ossec-hids.logrotate | |
parent | e97929951431659b385e74003db6cdc7f7f7dbd4 (diff) | |
download | aports-e7ab352a8e3f4d163a179db32e3d9755a3c646fb.tar.bz2 aports-e7ab352a8e3f4d163a179db32e3d9755a3c646fb.tar.xz |
testing/ossec-hids: new aport
Diffstat (limited to 'testing/ossec-hids/ossec-hids.logrotate')
-rw-r--r-- | testing/ossec-hids/ossec-hids.logrotate | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/ossec-hids/ossec-hids.logrotate b/testing/ossec-hids/ossec-hids.logrotate new file mode 100644 index 0000000000..7b6406819f --- /dev/null +++ b/testing/ossec-hids/ossec-hids.logrotate @@ -0,0 +1,5 @@ +/var/ossec/logs/active-responses.log /var/ossec/logs/ossec.log { + missingok + notifempty + copytruncate +} |