Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 1995 18:40:01 -0800
From:      Paul Traina <pst@Shockwave.COM>
To:        freebsd-bugs
Subject:   misc/278: text formatting of syscons startup is nonstandard
Message-ID:  <199503290240.SAA03041@freefall.cdrom.com>
In-Reply-To: Your message of Tue, 28 Mar 1995 18:36:45 -0800 <199503290236.SAA00413@precipice.shockwave.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>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:





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503290240.SAA03041>