From owner-freebsd-ports@FreeBSD.ORG Wed Mar 17 04:15:21 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E42C16A51C for ; Wed, 17 Mar 2004 04:15:21 -0800 (PST) Received: from notes.hallinto.turkuamk.fi (notes.hallinto.turkuamk.fi [195.148.215.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF2743D1F for ; Wed, 17 Mar 2004 04:15:21 -0800 (PST) (envelope-from yurtesen@ispro.net.tr) Received: from ispro.net.tr ([195.148.208.31]) by notes.hallinto.turkuamk.fi (Lotus Domino Release 5.0.10) with ESMTP id 2004031714164557:76906 ; Wed, 17 Mar 2004 14:16:45 +0200 Message-ID: <40584161.1000605@ispro.net.tr> Date: Wed, 17 Mar 2004 14:15:29 +0200 From: Evren Yurtesen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030808 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Eikemeier References: <40583453.7000405@ispro.net.tr> <4058361B.4010909@fillmore-labs.com> In-Reply-To: <4058361B.4010909@fillmore-labs.com> X-MIMETrack: Itemize by SMTP Server on notes.hallinto.turkuamk.fi/TAMK(Release 5.0.10 |March 22, 2002) at 17.03.2004 14:16:45,|March 22, 2002) at 17.03.2004 14:16:48, Serialize complete at 17.03.2004 14:16:48 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii; format=flowed cc: ports@freebsd.org Subject: Re: clamav port... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 12:15:21 -0000 Oliver Eikemeier wrote: > Evren Yurtesen wrote: > >> Can you make it so that the installer can choose under which >> username/group the clamav port will operate instead of using the >> default clamav? > > > clamav-devel does this. Is this a useful feature? Well, quite, I use qscand (qmail scanner) with clamav, now the problem is that clamd is not able to scan the files qscand created. It says cant read file... I solved the problem simply by setting clamd to run as qscand. If now I use portupgrade to upgrade clamav to new version, portupgrade will add this clamav user again and chown the log directories, which makes clamd not able to write there as qscand. :) If I could define clamav to use qscand user even after portupgrade, things would get a lot easier for me. I dont have to set the directories after each upgrade of clamav. After all, this is an option for a user, the default install can use the clamav user. I dont mind. But when I supply some argument to use username qscand, it should comply. At least shouldnt chown the directories already existing to clamav in upgrade process Evren