[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#661825: On kfreebsd-*, please integrate kbdcontrol within keyboard-configuration.



On Fri, Mar 02, 2012 at 10:14:31PM +0100, Robert Millan wrote:
> 
> So what do you suggest exactly?  That we drop 
> /usr/share/syscons/keymaps/* and use the ones from console-setup?

The following is what /etc/init.d/kbd does for Linux:

if which setupcon >/dev/null
then
    HAVE_SETUPCON=yes
fi

if [ -z "${HAVE_SETUPCON}" -a some_other_tests ]; then
   configure kbd & font without console-setup
fi

[ -z "$HAVE_SETUPCON" ] \
|| log_action_msg "Skipping font and keymap setup (handled by console-setup)"

> (are they _really_ compatible?)

They have to be compatible.  In case they are not, please fill a bug 
report.

Anton Zinoviev




Reply to: