From owner-cvs-all@FreeBSD.ORG Tue Feb 21 19:01:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D7A7C16A420; Tue, 21 Feb 2006 19:01:50 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9136C43D48; Tue, 21 Feb 2006 19:01:50 +0000 (GMT) (envelope-from cy@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 k1LJ1oX0059243; Tue, 21 Feb 2006 19:01:50 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1LJ1o65059242; Tue, 21 Feb 2006 19:01:50 GMT (envelope-from cy) Message-Id: <200602211901.k1LJ1o65059242@repoman.freebsd.org> From: Cy Schubert Date: Tue, 21 Feb 2006 19:01:50 +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/tripwire/files patch-contrib::install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Feb 2006 19:01:51 -0000 cy 2006-02-21 19:01:50 UTC FreeBSD ports repository Modified files: security/tripwire/files patch-contrib::install.sh Log: Fix a problem with the CLOBBER option. The meaning of this option is rather ambiguous. The original author of the tripwire software had coded the distribution contrib/install.sh file not to clobber the local and site key files only whereas CLOBBER=false should also include not clobbering the installed copies of the twcfg.txt and twpol.txt files. PR: 85155 Revision Changes Path 1.2 +51 -1 ports/security/tripwire/files/patch-contrib::install.sh