From owner-cvs-all@FreeBSD.ORG Wed Oct 20 18:22:24 2004 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 11BDA16A4CE; Wed, 20 Oct 2004 18:22:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA80E43D2D; Wed, 20 Oct 2004 18:22:23 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9KIMNkC074470; Wed, 20 Oct 2004 18:22:23 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9KIMNIT074469; Wed, 20 Oct 2004 18:22:23 GMT (envelope-from marius) Message-Id: <200410201822.i9KIMNIT074469@repoman.freebsd.org> From: Marius Strobl Date: Wed, 20 Oct 2004 18:22:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/antivir-milter Makefile distinfo pkg-descr pkg-plist ports/security/antivir-milter/files patch-doc::MANUAL patch-etc::avmilter.conf patch-init::rc.avmilter patch-pgp::README patch-script::avq 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: Wed, 20 Oct 2004 18:22:24 -0000 marius 2004-10-20 18:22:23 UTC FreeBSD ports repository (src committer) Modified files: security/antivir-milter Makefile distinfo pkg-descr pkg-plist security/antivir-milter/files patch-doc::MANUAL patch-etc::avmilter.conf patch-init::rc.avmilter patch-script::avq Added files: security/antivir-milter/files patch-pgp::README Log: - Update to 1.1 (final). For changes since 1.1-beta see the ChangeLog in the DOCSDIR. - Rename the start script from antivir-milter.sh to avmilter.sh to be consistent with naming of the rest of the installed AntiVir Milter files and directories. - Now that AntiVir Milter supports using a different location from /etc for the ignore, scan and warn config files no longer install them in the EXAMPLESDIR but in PREFIX/etc/avmilter (i.e. install as sample files, copy over when not already existent, etc.). - Change the location of the AntiVir Milter config file (avmilter.conf) but not that of the scan engine (antivir.conf; shared between different AntiVir products) from PREFIX/etc to PREFIX/etc/avmilter in order to have all AntiVir Milter config files in one place but don't directly populate PREFIX/etc with them. If you had previously changed PREFIX/etc/avmilter.conf you have to bring over your changes to PREFIX/etc/avmilter/avmilter.conf but note that some variables have been renamed. If you used ignore, scan and/or warn files in /etc you can now move them to PREFIX/etc/avmilter. Approved by: netchild Revision Changes Path 1.10 +22 -19 ports/security/antivir-milter/Makefile 1.7 +2 -2 ports/security/antivir-milter/distinfo 1.2 +78 -64 ports/security/antivir-milter/files/patch-doc::MANUAL 1.4 +11 -11 ports/security/antivir-milter/files/patch-etc::avmilter.conf 1.4 +8 -9 ports/security/antivir-milter/files/patch-init::rc.avmilter 1.1 +16 -0 ports/security/antivir-milter/files/patch-pgp::README (new) 1.4 +1 -1 ports/security/antivir-milter/files/patch-script::avq 1.3 +1 -1 ports/security/antivir-milter/pkg-descr 1.5 +19 -11 ports/security/antivir-milter/pkg-plist