From owner-freebsd-current Wed Dec 1 5:40:39 1999 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 1AA9E15AF0; Wed, 1 Dec 1999 05:40:09 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:NGOtcx1OgHCrYFW607Nr++9hgAf4Uvru@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id WAA13000; Wed, 1 Dec 1999 22:40:08 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id WAA26269; Wed, 1 Dec 1999 22:44:59 +0900 (JST) Message-Id: <199912011344.WAA26269@zodiac.mech.utsunomiya-u.ac.jp> To: current@freebsd.org, cvs-committers@freebsd.org Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: [PATCH] Importing Eric's latest termcap? Date: Wed, 01 Dec 1999 22:44:58 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been contemplating replacing our /usr/src/share/termcap/termcap.src with the latest termcap file maintained by Eric Raymond. His latest version seems 10.2.7 dated 10 March 1999. While our termcap.src has been maintained well by ache and other committers, Eric's version appears more comprehensive. If we are to use it, we shall modify other files in /usr/src/share/termcap as well. Makefile -> needs to be updated README -> delete, it is obsolete tck -> delete reorder -> delete, as it is unnecessary anymore The patch is placed in: http://www.freebsd.org/~yokota/termcap.diff.gz cd /usr/src/share/termcap gunzip < termcap.diff.gz | patch rm README tck reorder Please have a look and try. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message