Date: Wed, 18 Mar 2009 17:28:56 +0200 (EET) From: Nikos Ntarmos <ntarmos@cs.uoi.gr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: conf/132777: typo in cons25l7 definition in etc/termcap.small Message-ID: <200903181528.n2IFSuWj025294@zeus.cs.uoi.gr> Resent-Message-ID: <200903181530.n2IFUAAt077972@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132777 >Category: conf >Synopsis: typo in cons25l7 definition in etc/termcap.small >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 18 15:30:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikos Ntarmos >Release: FreeBSD 7.1-STABLE i386 >Organization: Computer Science Dept., U. of Ioannina, Greece >Environment: System: FreeBSD ace.cs.uoi.gr 7.1-STABLE FreeBSD 7.1-STABLE #2: Sat Feb 28 23:00:12 EET 2009 ntarmos@ace.cs.uoi.gr:/opt/obj/opt/src/sys/ACE i386 >Description: There is a minor typo in the cons25l7 (':' instead of '|') entry in src/etc/termcap.small that causes syscons to complain about bogus characters in /etc/termcap.db. >How-To-Repeat: Use cons25l7 as your cons type in /etc/ttys. >Fix: --- termcap.small.diff begins here --- Index: termcap.small =================================================================== RCS file: /opt/freebsd/cvs/src/etc/termcap.small,v retrieving revision 1.28 diff -u -r1.28 termcap.small --- termcap.small 6 Jun 2004 11:46:27 -0000 1.28 +++ termcap.small 18 Mar 2009 15:23:53 -0000 @@ -138,7 +138,7 @@ cons60l1-m|cons60-iso8859-1-mono:\ :li#60:tc=cons25l1-m: # ISO 8859-7 FreeBSD console with ACS support -cons25l7:cons25-iso8859-7:\ +cons25l7|cons25-iso8859-7:\ :ac=f\260g\261{\360}\243+\253,\273i\247:\ :tc=cons25w: cons25l7-m|cons25-iso8859-7-mono:\ --- termcap.small.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903181528.n2IFSuWj025294>