diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-08-12 08:20:20 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-08-12 08:20:20 +0000 |
commit | acf99a993a7ab9e893c0e7f34adefa44d1ef8695 (patch) | |
tree | f174b7e69c55976df081e003fb3f4a029f8b635c | |
parent | 3ac258ddbce81bb9cfc2d58eeb1f7d9c727bbee2 (diff) | |
download | acf-clamav-acf99a993a7ab9e893c0e7f34adefa44d1ef8695.tar.bz2 acf-clamav-acf99a993a7ab9e893c0e7f34adefa44d1ef8695.tar.xz |
Config files moved to /etc/clamav and bumped to 0.2.1v0.2.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | clamav-model.lua | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 " |