svn commit: r272112 - stable/10/etc/rc.d
Stefan Esser
se at FreeBSD.org
Thu Sep 25 16:35:19 UTC 2014
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
More information about the svn-src-stable-10
mailing list