Print 'Keyboard encoding -> sg' instead of just 'encoding -> sg' on the

console.
This commit is contained in:
mbalmer 2011-08-09 08:08:10 +00:00
parent f04d14923b
commit a8d3ab0aa2
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: wscons,v 1.12 2007/04/02 12:42:42 mishka Exp $
# $NetBSD: wscons,v 1.13 2011/08/09 08:08:10 mbalmer Exp $
#
# PROVIDE: wscons
@ -132,6 +132,7 @@ wscons_start()
encoding)
map=$arg1
cmd="$wsctl -w \"encoding=$map\""
echo -n 'Keyboard '
eval $DOIT $cmd
;;