From owner-cvs-all@FreeBSD.ORG Tue Dec 9 09:41:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA90D16A4CE; Tue, 9 Dec 2003 09:41:26 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6891343D29; Tue, 9 Dec 2003 09:41:25 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hB9HfOMx026110; Tue, 9 Dec 2003 18:41:24 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hB9HfJJq026109; Tue, 9 Dec 2003 18:41:19 +0100 (CET) (envelope-from marius) Date: Tue, 9 Dec 2003 18:41:19 +0100 From: Marius Strobl To: Alexander Leidinger Message-ID: <20031209184119.B48092@newtrinity.zeist.de> References: <200312091707.hB9H7Rsc010000@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200312091707.hB9H7Rsc010000@repoman.freebsd.org>; from netchild@freebsd.org on Tue, Dec 09, 2003 at 09:07:27AM -0800 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.23.0.1; VDF 6.23.0.3 cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/clamav Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 17:41:27 -0000 On Tue, Dec 09, 2003 at 09:07:27AM -0800, Alexander Leidinger wrote: > netchild 2003/12/09 09:07:27 PST > > FreeBSD ports repository > > Modified files: > security/clamav Makefile pkg-plist > Log: > Fix some bugs in the previous commit... > - correct typo in the name of the socket variable (used to remove a stale > socket) > - install the startup script with the correct name (important if you use > clamav-milter too) > Pointy hat to me!