From owner-freebsd-bugs Tue Mar 28 18:40:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA03049 for bugs-outgoing; Tue, 28 Mar 1995 18:40:03 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA03041; Tue, 28 Mar 1995 18:40:01 -0800 Date: Tue, 28 Mar 1995 18:40:01 -0800 Message-Id: <199503290240.SAA03041@freefall.cdrom.com> From: Paul Traina Reply-To: Paul Traina To: freebsd-bugs Subject: misc/278: text formatting of syscons startup is nonstandard In-Reply-To: Your message of Tue, 28 Mar 1995 18:36:45 -0800 <199503290236.SAA00413@precipice.shockwave.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 278 >Category: misc >Synopsis: the echos in /etc/rc to start syscons have a couple of mistakes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 28 18:40:01 1995 >Originator: Paul Traina >Organization: >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD 2.1.0-current as of 3/27/95 >Description: If you enable some of the syscons options, in my case, all I did was load a new keyboard map to change the backspace key to generate delete (death to backspace...grrr), the echos are kinda all over the place. It looks like a couple of -n's got overlooked. >How-To-Repeat: Define a keyboard map and reboot. >Fix: *** rc Sun Mar 26 13:03:04 1995 --- rc Tue Mar 28 18:28:08 1995 *************** *** 127,133 **** [ "X${kbdadjust}" != X"NO" -o "X${vidadjust}" != X"NO" -o \ "X${saver}" != X"NO" ] && echo "starting syscons:" ! [ "X${kbdadjust}" != X"NO" ] && echo "kbdcontrol: " # keymap if [ "X${keymap}" != X"NO" ]; then --- 127,133 ---- [ "X${kbdadjust}" != X"NO" -o "X${vidadjust}" != X"NO" -o \ "X${saver}" != X"NO" ] && echo "starting syscons:" ! [ "X${kbdadjust}" != X"NO" ] && echo -n "kbdcontrol: " # keymap if [ "X${keymap}" != X"NO" ]; then *************** *** 142,148 **** fi [ "X${kbdadjust}" != X"NO" ] && echo ! [ "X${vidadjust}" != X"NO" ] && echo "vidcontrol: " # screen mapping if [ "X${scrnmap}" != X"NO" ]; then --- 142,148 ---- fi [ "X${kbdadjust}" != X"NO" ] && echo ! [ "X${vidadjust}" != X"NO" ] && echo -n "vidcontrol: " # screen mapping if [ "X${scrnmap}" != X"NO" ]; then >Audit-Trail: >Unformatted: