From 72fb1b86f9e8889f6398f9ed10d69c6313811029 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Thu, 1 Nov 2001 16:52:34 +0000 Subject: [PATCH] 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(+) diff --git a/release/picobsd/mfs_tree/etc/termcap b/release/picobsd/mfs_tree/etc/termcap index dfbccb29debd..2d6164504dcc 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: