From owner-freebsd-bugs@freebsd.org Thu Feb 7 00:44:34 2019 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0524614B6368 for ; Thu, 7 Feb 2019 00:44:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 72F928C6FD for ; Thu, 7 Feb 2019 00:44:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2D52E14B6367; Thu, 7 Feb 2019 00:44:33 +0000 (UTC) Delivered-To: bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E372914B6366 for ; Thu, 7 Feb 2019 00:44:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F34B8C6FC for ; Thu, 7 Feb 2019 00:44:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id AE1F9308E for ; Thu, 7 Feb 2019 00:44:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x170iV28051752 for ; Thu, 7 Feb 2019 00:44:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x170iVqR051751 for bugs@FreeBSD.org; Thu, 7 Feb 2019 00:44:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 235564] INDEX.keymaps for vt contains "from-" keymaps but the files are missing Date: Thu, 07 Feb 2019 00:44:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: scootergrisen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2019 00:44:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235564 Bug ID: 235564 Summary: INDEX.keymaps for vt contains "from-" keymaps but the files are missing Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: scootergrisen@gmail.com It seems the following keymaps are listed in share/vt/keymaps/INDEX.keymaps= but they do not exists in the share/vt/keymaps/ folder: ch-fr.kbd.from-cp850 ch.kbd.from-cp850 cz.kbd.from-ce cz.qwerty.kbd.from-ce de.kbd.from-cp850 dk.kbd.from-cp865 ee.kbd.from-cp850 ee.kbd.from-iso1 es.kbd.from-iso1 fi.kbd.from-cp850 ru.kbd.from-cp866 ru.kbd.from-iso5 se.kbd.from-cp850 ua.kbd.from-iso5 They all have "from-" in them. And for some reason the "from-*" part appear after the ".kbd". If the files need to exists i would guess they should all end with ".kbd" l= ike the rest of the keymap files so: ch-fr.from-cp850.kbd ch.from-cp850.kbd cz.from-ce.kbd cz.qwerty.from-ce.kbd de.from-cp850.kbd dk.from-cp865.kbd ee.from-cp850.kbd ee.from-iso1.kbd es.from-iso1.kbd fi.from-cp850.kbd ru.from-cp866.kbd ru.from-iso5.kbd se.from-cp850.kbd ua.from-iso5.kbd If they should not exists then i suggest removing the lines from the share/vt/keymaps/INDEX.keymaps file. I also compared share/syscons/keymaps/INDEX.keymaps and the files in share/syscons/keymaps/ and there does not seem to be any missing files for syscons. --=20 You are receiving this mail because: You are the assignee for the bug.=