summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-03-07 08:30:21 +0000
committered <ed@FreeBSD.org>2010-03-07 08:30:21 +0000
commitd31fc2687494b40834d04f56b18d53917b6dd005 (patch)
tree191a6b1e6fa6d3270f664416b91133f670422596 /etc
parent8a03745eab944057ee38939fd239f3d8e673f593 (diff)
downloadFreeBSD-src-d31fc2687494b40834d04f56b18d53917b6dd005.zip
FreeBSD-src-d31fc2687494b40834d04f56b18d53917b6dd005.tar.gz
Install termcap.small.
Right now we have a termcap.small in the tree, but we don't install it. If we do install this file by default, it is more likely for applications to work in single user mode. I am not entirely happy with the contents of this file. In my opinion we should remove the `dosansi', `pc' and `pc3' entries and replace them with `vt100' in case someone uses a serial console. The file does already have entries for `cons25' and `xterm', which is used most often. Requested by: brucec
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 42221a8..6c10444 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -18,7 +18,7 @@ BIN1= auth.conf \
rc rc.bsdextended rc.firewall rc.initdiskless \
rc.sendmail rc.shutdown \
rc.subr remote rpc services shells \
- sysctl.conf syslog.conf
+ sysctl.conf syslog.conf termcap.small
.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
BIN1+= etc.${MACHINE}/ttys
OpenPOWER on IntegriCloud