summaryrefslogtreecommitdiffstats
path: root/network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate
diff options
context:
space:
mode:
author Nishant Limbachia <nishant@mnspace.net>2016-08-19 16:23:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-20 07:49:48 +0700
commit1c27ddc87ffee3f3294b3e6c03666248f77b1244 (patch)
treee8dffcacf3ec22aca6ff0bccd92e04d883ac28ce /network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate
parent30a0b2fe2e5af60a5fde3bd28dd2192f81f5f502 (diff)
downloadslackbuilds-1c27ddc87ffee3f3294b3e6c03666248f77b1244.tar.gz
slackbuilds-1c27ddc87ffee3f3294b3e6c03666248f77b1244.tar.xz
network/clamav-unofficial-sigs: Updated for version 5.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate')
-rw-r--r--network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate32
1 files changed, 32 insertions, 0 deletions
diff --git a/network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate b/network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate
new file mode 100644
index 0000000000..0b4cebc9e6
--- /dev/null
+++ b/network/clamav-unofficial-sigs/clamav-unofficial-sigs.logrotate
@@ -0,0 +1,32 @@
+# https://eXtremeSHOK.com ######################################################
+# This file contains the logrotate settings for clamav-unofficial-sigs.sh
+###################
+# This is property of eXtremeSHOK.com
+# You are free to use, modify and distribute, however you may not remove this notice.
+# Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
+##################
+#
+# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
+#
+# Originially based on:
+# Script provide by Bill Landry (unofficialsigs@gmail.com).
+#
+# License: BSD (Berkeley Software Distribution)
+#
+##################
+# Automatically Generated: $(date)
+##################
+#
+# This logrotate file will rotate the logs generated by the clamav-unofficial-sigs.sh
+#
+# To Adjust the logrotate values, edit your configs and run
+# bash clamav-unofficial-sigs.sh --install-logrotate to generate a new file.
+
+/var/log/clamav/clamav-unofficial-sigs.log {
+ weekly
+ rotate 4
+ missingok
+ notifempty
+ compress
+ create 0644 clamav clamav
+} \ No newline at end of file