]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - share/termcap/README
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / share / termcap / README
1 #       @(#)README      8.1 (Berkeley) 6/8/93
2 #
3 #       $FreeBSD$
4
5 << 12 May 1983 >>
6 To install this directory on your system:
7
8 First determine a list of "common terminals" for your system.  This list
9 will probably be small, and can be empty if you like, but you should
10 probably put your own terminal in it.
11
12 Second, edit the editor script "reorder" to use this list instead of the
13 list built in to it.  The changes will be evident from looking at the
14 script.  Notice that the script contains the terminals in order from least
15 common to most common, since the move commands will move them to the front
16 in that order, the effect will be to put the most common at the front of
17 termcap since that's moved last.  The s.* terminals are specials, and
18 although they don't have to go to the front, they are probably quite
19 common and really should go near the front.
20
21 Third, if you are not a super user and cannot create the directory
22 /usr/lib/tabset, make a corresponding directory somewhere you can and add
23 a line to reorder to globally change all /usr/lib/tabset's to your own
24 path name.  This change is better than just changing the termcap file
25 because it makes it easier to diff it from newer distributed versions.
26 Try to keep the source as is whenever possible, and put mungings into
27 reorder.
28
29 Now you can run "make install" which will create an /etc/termcap. Again,
30 if you aren't a super user change the cp command to put it where you can.
31 In this case you will have to redefine E_TERMCAP in "local/uparm.h", which
32 will probably be in subdirectories with the other UCB software.
33
34
35 Finally, if you make additions or fixes to termcap, please mail a note
36 explaining what you did with the fixed termcap entry (not the whole file,
37 please!) to me at one of the addresses below, so it can be incorporated
38 back into the original source.  I will normally include anything unless
39 there is a good reason not to, but I reserve the right to redo it differently.
40
41         uunet!ucbvax!termcap                    (uucp)
42         termcap@berkeley.cs.edu                 (Internet)
43
44 << 14 October 1987 >>
45 It is probably easiest to make local termcap changes in separate
46 files, eg /usr/local/etc/termcap, and encourage people to put
47
48         setenv TERMPATH ~/.termcap:/usr/local/etc/termcap:/etc/termcap 
49
50 in their shell startup files.  This way local system-wide changes can be
51 isolated in /usr/local/etc/termcap and user changes in ~/.termcap, all
52 without consuming lots of disk or requiring re-integration of local
53 changes when system termcap files change.
54
55         John Kunze
56         termcap@berkeley.cs.edu
57