git: kbdmap: Sync with FreeBSD.

Peter Avalos pavalos at crater.dragonflybsd.org
Sun Mar 10 21:31:16 PDT 2013


commit ebfa7d96f28674f33a2481aa40c96306d29fc408
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date:   Sun Mar 3 12:15:43 2013 -0800

    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

Summary of changes:
 usr.sbin/kbdmap/Makefile |  4 +---
 usr.sbin/kbdmap/TODO     |  3 +--
 usr.sbin/kbdmap/kbdmap.1 | 39 +++++++++++++++++++--------------------
 usr.sbin/kbdmap/kbdmap.c | 17 +++++++++--------
 usr.sbin/kbdmap/kbdmap.h |  3 +--
 5 files changed, 31 insertions(+), 35 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ebfa7d96f28674f33a2481aa40c96306d29fc408


-- 
DragonFly BSD source repository



More information about the Commits mailing list