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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"