From acf99a993a7ab9e893c0e7f34adefa44d1ef8695 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 12 Aug 2009 08:20:20 +0000 Subject: Config files moved to /etc/clamav and bumped to 0.2.1 --- Makefile | 2 +- clamav-model.lua | 2 +- 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 " -- cgit v1.2.3