From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 18 19:39:24 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05B4B16A401; Wed, 18 Apr 2007 19:39:24 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id E8F8E13C48C; Wed, 18 Apr 2007 19:39:23 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id C90DC1A4D83; Wed, 18 Apr 2007 12:39:39 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 09FD4513D0; Wed, 18 Apr 2007 15:39:22 -0400 (EDT) Date: Wed, 18 Apr 2007 15:39:22 -0400 From: Kris Kennaway To: Stephen Hurd Message-ID: <20070418193922.GA42567@xor.obsecurity.org> References: <200704162111.l3GLB6Eq096927@freefall.freebsd.org> <4625AC4B.5040005@sasktel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4625AC4B.5040005@sasktel.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-bugs@FreeBSD.org, Ruslan Ermilov Subject: Re: bin/97407: /usr/share/misc/termcap overwritten by installworld X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2007 19:39:24 -0000 On Tue, Apr 17, 2007 at 10:27:39PM -0700, Stephen Hurd wrote: > Ruslan Ermilov wrote: > >State-Changed-From-To: open->closed > > > >This is by design; to make your termcap changes permanent, > >please edit src/share/termcap/termcap.src. For example, > >I have the following diff locally: > > > > I understand that it's by design, it just seems like rather poor design. > > Is there a rationale for not having it as a text file in /etc (and > handled by mergemaster(8)) that's not obvious? Use ~/.termcap or $TERMPATH or $TERMCAP if you want to use a custom location. Kris