From owner-freebsd-questions@FreeBSD.ORG Mon May 29 05:48:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0748016A7BC for ; Mon, 29 May 2006 05:48:53 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from misav02.sasknet.sk.ca (misav06.sasknet.sk.ca [142.165.20.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EBB43D55 for ; Mon, 29 May 2006 05:48:52 +0000 (GMT) (envelope-from shurd@sasktel.net) Received: from bgmpomr1.sasknet.sk.ca ([142.165.72.22]) by misav06 with InterScan Messaging Security Suite; Sun, 28 May 2006 23:48:52 -0600 Received: from [192.168.0.193] ([142.165.59.202]) by bgmpomr1.sasknet.sk.ca (SaskTel eMessaging Service) with ESMTPA id <0J0000281ITFDHF0@bgmpomr1.sasknet.sk.ca> for freebsd-questions@freebsd.org; Sun, 28 May 2006 23:48:52 -0600 (CST) Date: Sun, 28 May 2006 23:48:50 -0600 From: Stephen Hurd In-reply-to: <004101c6810c$edeeaaf0$5200a8c0@backoffice> To: Stephen Hurd Message-id: <447A8B42.2060901@sasktel.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <004101c6810c$edeeaaf0$5200a8c0@backoffice> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.1) Gecko/20060413 SeaMonkey/1.0 Cc: freebsd-questions@freebsd.org Subject: Re: Custom termcap entries and installworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 05:48:53 -0000 Stephen Hurd wrote: > So, I suppose my questions are these: > 1) How do people cope with custom termcap entries? > 2) Is there a *correct* way to cope with custom termcap entries? > 3) Is there a good reason to not have /usr/share/misc/termcap be a > symlink to /etc/termcap rather than the reverse which would allow > mergemaster to Just Work? that is... putting it in /etc fixes a > problem... does moving it create one or more more serious problems? > 4) Am I supposed to submit every custom termcap tweak for inclusion in > the next release so I can keep using my terminals? Anyone?