summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--clamav-model.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a52eeef..fece32f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=clamav
PACKAGE=acf-$(APP_NAME)
-VERSION=0.2.0
+VERSION=0.2.1
APP_DIST=\
clamav* \
diff --git a/clamav-model.lua b/clamav-model.lua
index 61d7b91..22f5ea5 100644
--- a/clamav-model.lua
+++ b/clamav-model.lua
@@ -8,7 +8,7 @@ require("format")
-- Set variables
local processname = "clamd"
local packagename = "clamav"
-local filelist = {"/etc/clamd.conf", "/etc/freshclam.conf"}
+local filelist = {"/etc/clamav/clamd.conf", "/etc/clamav/freshclam.conf"}
local path = "PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin "