From owner-cvs-ports@FreeBSD.ORG Fri Dec 2 11:28:08 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FDAB16A41F; Fri, 2 Dec 2005 11:28:08 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCA243D5E; Fri, 2 Dec 2005 11:28:07 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB2BS73M041900; Fri, 2 Dec 2005 11:28:07 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB2BS6El041899; Fri, 2 Dec 2005 11:28:06 GMT (envelope-from lawrance) Message-Id: <200512021128.jB2BS6El041899@repoman.freebsd.org> From: Sam Lawrance Date: Fri, 2 Dec 2005 11:28:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/ipsec-tools Makefile pkg-plist ports/security/ipsec-tools/files racoon.sh racoon.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 11:28:08 -0000 lawrance 2005-12-02 11:28:06 UTC FreeBSD ports repository Modified files: security/ipsec-tools Makefile pkg-plist Added files: security/ipsec-tools/files racoon.sh.in Removed files: security/ipsec-tools/files racoon.sh Log: - Change the location of racoon configuration files to /usr/local/etc/racoon, bringing it in line with the old security/racoon port and the handbook [1] - Make use of USE_RC_SUBR instead of home-grown substitution and install - Prevent installation of some intermediate sample configuration files PR: ports/89273 [1] Submitted by: Angelo Turetta [1] Approved by: VANHULLEBUS Yvan (maintainer) Revision Changes Path 1.6 +3 -8 ports/security/ipsec-tools/Makefile 1.2 +0 -42 ports/security/ipsec-tools/files/racoon.sh (dead) 1.1 +42 -0 ports/security/ipsec-tools/files/racoon.sh.in (new) 1.2 +0 -3 ports/security/ipsec-tools/pkg-plist