From 3ecd59e41c1ee58abb4ef489741bcc58ee16c3a4 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Sat, 5 Jun 2004 15:35:14 +0000 Subject: [PATCH] It's been years since Berkeley maintained termcap. Remove references to termcap@berkeley.edu and uunet!ucbvax!termcap in favor of send-pr(1). Add comment about how to use cap_mkdb to build a new termcap db. Submitted by: Ted Mittelstaedt MFC After: 2 weeks --- share/termcap/termcap.src | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/share/termcap/termcap.src b/share/termcap/termcap.src index 43ebe42e0f8e..22e4c683b36a 100644 --- a/share/termcap/termcap.src +++ b/share/termcap/termcap.src @@ -36,7 +36,7 @@ # John Kunze, Berkeley # Craig Leres, Berkeley # -# Please e-mail changes to termcap@berkeley.edu or uunet!ucbvax!termcap. +# Please submit changes with send-pr(1). # # << EOH - after reordering, above header lines survive and this line dies >> # @@ -89,6 +89,17 @@ # of a termcap entry. Individual entries are commented out by # placing a period between the colon and the capability name. # +# To add a termcap entry under FreeBSD for a new terminal type, insert +# the entry in the appropriate location in /etc/termcap then issue this +# command: +# +# cap_mkdb -f /usr/share/misc/termcap /etc/termcap +# +# Terminfo source entries can be converted to termcap entries with the +# tic program that is part of the ncurses distribution, see the ports +# section. +# +# # This file is to be installed with an editor script (reorder) # that moves the most common terminals to the front of the file. # # --------------------------------