summarylogtreecommitdiffstats
path: root/os.conf
diff options
context:
space:
mode:
authorAmish2018-05-18 17:30:44 +0530
committerAmish2018-05-18 17:30:44 +0530
commit361b3f3e8ae1e575298edc07b68b5a6dd65ac03a (patch)
tree97d6c4ffb633bd18de3cc986d44066348fd98bee /os.conf
parenta7793e0a2178bcb2097ba80a3a2470079e70ac7f (diff)
downloadaur-361b3f3e8ae1e575298edc07b68b5a6dd65ac03a.tar.gz
Fix outdated upstream os.conf. PKGBUILD re-arrangement
Diffstat (limited to 'os.conf')
-rw-r--r--os.conf47
1 files changed, 47 insertions, 0 deletions
diff --git a/os.conf b/os.conf
new file mode 100644
index 000000000000..65b9c6cbd056
--- /dev/null
+++ b/os.conf
@@ -0,0 +1,47 @@
+# This file contains os configuration 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
+# License: BSD (Berkeley Software Distribution)
+##################
+#
+# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
+#
+##################
+#
+# NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG
+#
+################################################################################
+# SEE MASTER.CONF FOR CONFIG EXPLAINATIONS
+# DO NOT MAKE ANY CHANGES to this file.
+# Use user.conf to OVERRIDE THE OPTIONS IN THIS FILE
+################################################################################
+
+# Archlinux specific settings
+clam_user="clamav"
+clam_group="clamav"
+clamd_pid="/run/clamav/clamd.pid"
+clamd_reload_opt="/usr/bin/systemctl reload clamav-daemon.service"
+clamd_restart_opt="/usr/bin/systemctl restart clamav-daemon.service"
+clamd_socket="/run/clamav/clamd.ctl"
+pkg_mgr="pacman"
+pkg_rm="pacman"
+
+# the following are already the defaults but we still set them to make sure
+# that any change to master.conf in future does not affect Arch setup
+setmode="yes"
+clam_dbs="/var/lib/clamav"
+reload_dbs="yes"
+work_dir="/var/lib/clamav-unofficial-sigs"
+log_file_path="/var/log/clamav-unofficial-sigs"
+log_file_name="clamav-unofficial-sigs.log"
+keep_db_backup="no"
+remove_bad_database="yes"
+remove_disabled_databases="no"
+
+# disabled as they are currently crashing clamd (version 0.100)
+enable_yararules="no"
+
+# defaults are now good enough to run out-of-box
+user_configuration_complete="yes"