kbdmap: Sync with FreeBSD.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 3 Mar 2013 20:15:43 +0000 (12:15 -0800)
committerPeter Avalos <pavalos@dragonflybsd.org>
Mon, 11 Mar 2013 04:25:59 +0000 (21:25 -0700)
commitebfa7d96f28674f33a2481aa40c96306d29fc408
treebb212fec5bf69b0f13a14705f783561bb6b712d4
parentd4cbc55116b8cf96243f52483e50d48e08a50bf2
kbdmap: Sync with FreeBSD.

* Let bsd.prog.mk set SRCS and MAN to their default values.
* kbdmap.1 markup fixes and fix path for locale.alias.
* Spelling fix in a comment.
* Place quotes around the output, designed to be pasted into rc.conf.
* Fix fd leak in get_font().
* Use auto-sizing syntax appropriate for the new dialog(1).
* Update files with FreeBSD SVN tags.
* Output keymap choice to stderr so it is easier to parse.
* Use sizeof() for calculating the buffer size instead of hard-coded
  values.
* Fixed two bugs in Perl to C conversion that prevented locale name
  from being parsed correctly.

Obtained-from:   FreeBSD
usr.sbin/kbdmap/Makefile
usr.sbin/kbdmap/TODO
usr.sbin/kbdmap/kbdmap.1
usr.sbin/kbdmap/kbdmap.c
usr.sbin/kbdmap/kbdmap.h