From owner-freebsd-bugs Fri Dec 8 09:25:18 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA20434 for bugs-outgoing; Fri, 8 Dec 1995 09:25:18 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA20408 for ; Fri, 8 Dec 1995 09:25:11 -0800 (PST) Received: from zit1.zit.th-darmstadt.de (zit1.zit.th-darmstadt.de [130.83.63.20]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id JAA19644 for ; Fri, 8 Dec 1995 09:23:49 -0800 Received: (from michael@localhost) by zit1.zit.th-darmstadt.de (8.6.12/8.6.9) id PAA00232; Fri, 8 Dec 1995 15:56:29 +0100 Date: Fri, 8 Dec 1995 15:56:28 +0100 (MET) From: Michael Beckmann To: bugs@freebsd.org Subject: sysconfig doesnt find german keymap Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org Precedence: bulk Hi, I run 2.1 release and I have a problem with sysconfig. It doesnt want to use the german keymap. This is the output that I get during startup: configuring syscons [kbdcontrol: keymapkeymap file not found: No such file or directory] This is of course wrong, because the file which I stated in /etc/sysconfig IS there. Here is what I have in sysconfig: # Choose keyboard map from /usr/share/syscons/keymaps/* or NO if default. keymap=german.cp850.kbd It doesnt work with german.iso.kbd either. Any help would be appreciated.