summaryrefslogtreecommitdiffstats
path: root/clamav-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-08-12 08:20:20 +0000
committerTed Trask <ttrask01@yahoo.com>2009-08-12 08:20:20 +0000
commitacf99a993a7ab9e893c0e7f34adefa44d1ef8695 (patch)
treef174b7e69c55976df081e003fb3f4a029f8b635c /clamav-model.lua
parent3ac258ddbce81bb9cfc2d58eeb1f7d9c727bbee2 (diff)
downloadacf-clamav-acf99a993a7ab9e893c0e7f34adefa44d1ef8695.tar.bz2
acf-clamav-acf99a993a7ab9e893c0e7f34adefa44d1ef8695.tar.xz
Config files moved to /etc/clamav and bumped to 0.2.1v0.2.1
Diffstat (limited to 'clamav-model.lua')
-rw-r--r--clamav-model.lua2
1 files changed, 1 insertions, 1 deletions
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 "