From bb00b46d38fb851de12e9e24bbe8afd22cf38b37 Mon Sep 17 00:00:00 2001 From: luigi Date: Thu, 1 Nov 2001 16:52:34 +0000 Subject: Add entries for "dumb" and "dialup" terminals, as the shell in HEAD refuses to start if it does not find a matching entry for the terminal type. My impression is that this is a problem in the shell, because at least on PicoBSD images, the shell itself coredumps. Anyways, this is the quickest fix i can come up with. --- release/picobsd/mfs_tree/etc/termcap | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release/picobsd/mfs_tree') diff --git a/release/picobsd/mfs_tree/etc/termcap b/release/picobsd/mfs_tree/etc/termcap index dfbccb2..2d61645 100644 --- a/release/picobsd/mfs_tree/etc/termcap +++ b/release/picobsd/mfs_tree/etc/termcap @@ -156,3 +156,7 @@ pc3|ibmpc3|IBM PC 386BSD Console:\ :ti=\E[m:\ :up=\E[A:\ :ut: +du|dialup:\ + :tc=unknown: +dumb|un|unknown:\ + :am:co#80:do=^J: -- cgit v1.1