Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 16:35:19 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r272112 - stable/10/etc/rc.d
Message-ID:  <201409251635.s8PGZJ6w066391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Thu Sep 25 16:35:19 2014
New Revision: 272112
URL: http://svnweb.freebsd.org/changeset/base/272112

Log:
  MFC r271958:
  
  Permit use of "no" as specification of a Norwegian keymap file.
  Only "keymap=NO" (the default in defaults/rc.conf) or "keymap="
  (an empty value) will prevent loading of a keymap file.
  
  Approved by:	re (gjb)

Modified:
  stable/10/etc/rc.d/syscons
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/rc.d/syscons
==============================================================================
--- stable/10/etc/rc.d/syscons	Thu Sep 25 16:22:32 2014	(r272111)
+++ stable/10/etc/rc.d/syscons	Thu Sep 25 16:35:19 2014	(r272112)
@@ -167,7 +167,7 @@ syscons_configure_keyboard()
 	# keymap
 	#
 	case ${keymap} in
-	[Nn][Oo] | '')
+	NO | '')
 		;;
 	*)
 		sc_init



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