svn commit: r194478 - in stable/7: etc share/termcap

Edwin Groothuis edwin at FreeBSD.org
Fri Jun 19 07:46:21 UTC 2009


Author: edwin
Date: Fri Jun 19 07:46:20 2009
New Revision: 194478
URL: http://svn.freebsd.org/changeset/base/194478

Log:
  MFC of 194088
  
      Fix typo in cons25l7 definition in etc/termcap.small and share/termcap
  
  	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.
  
  PR:           conf/132777
  Submitted by: Nikos Ntarmos <ntarmos at cs.uoi.gr>

Modified:
  stable/7/etc/termcap.small   (contents, props changed)
  stable/7/share/termcap/   (props changed)
  stable/7/share/termcap/termcap.src

Modified: stable/7/etc/termcap.small
==============================================================================
--- stable/7/etc/termcap.small	Fri Jun 19 07:42:49 2009	(r194477)
+++ stable/7/etc/termcap.small	Fri Jun 19 07:46:20 2009	(r194478)
@@ -138,7 +138,7 @@ cons60l1|cons60-iso8859-1:\
 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:\

Modified: stable/7/share/termcap/termcap.src
==============================================================================
--- stable/7/share/termcap/termcap.src	Fri Jun 19 07:42:49 2009	(r194477)
+++ stable/7/share/termcap/termcap.src	Fri Jun 19 07:46:20 2009	(r194478)
@@ -2390,7 +2390,7 @@ cons60l1|cons60-iso8859-1:\
 cons60l1-m|cons60-iso8859-1-mono:\
 	:li#60:tc=cons25l1-m:
 # 132x25 ISO 8859-1 FreeBSD console
-cons25l1-w|:cons25w-iso8859-1:\
+cons25l1-w|cons25w-iso8859-1:\
 	:co#132:tc=cons25l1:
 cons30l1-w|cons30w-iso8859-1:\
 	:co#132:tc=cons30l1:
@@ -2401,7 +2401,7 @@ cons50l1-w|cons50w-iso8859-1:\
 cons60l1-w|cons60w-iso8859-1:\
 	:co#132:tc=cons60l1:
 # 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:\


More information about the svn-src-all mailing list