Subject: Re: Terminal Type
To: Brad <bnh@dimension6.com>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 09/20/1999 14:32:03
"Brad" wrote:
> hmm..nope. it's saying rcons is unknown as well...i think it used to work
> when i had 1.3.1 installed, but not now that i put 1.4.1 on.
> any other ideas?
Ahh, the 'rcons' entry was added in June of this year. First off,
fetch:
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
If you have sources installed, just put that in /usr/src/share/termcap
and type "make && make install" in that directory. If not, then try
something like (with termcap.src in the current directory):
cap_mkdb -f termcap termcap.src
install -c -o root -g wheel -m 444 termcap.src /usr/share/misc/termcap
install -c -o root -g wheel -m 444 termcap.db /usr/share/misc/termcap.db
to install the new termcap files.
Simon.