diff options
author | Roy Marples <roy@marples.name> | 2008-03-27 14:03:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-27 14:03:37 +0000 |
commit | f85c6ca84c1d4768e8ca889e64542b97f4048cd9 (patch) | |
tree | 5739e354d1d5090e084bfedd4fa0c7694e933ba0 /init.d/keymaps.in | |
parent | d09f9f47eb92e85afd52b83da6a287369b280f71 (diff) |
Make our messages similar
Diffstat (limited to 'init.d/keymaps.in')
-rw-r--r-- | init.d/keymaps.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/keymaps.in b/init.d/keymaps.in index 1c2c6f59..c0d8e0da 100644 --- a/init.d/keymaps.in +++ b/init.d/keymaps.in @@ -33,7 +33,7 @@ start() echo 1 > /proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes fi - ebegin "Loading key mappings (${keymap})" + ebegin "Loading key mappings [${keymap}]" local loadkeys_uni= wkeys= kmode="-a" msg="ASCII" if yesno ${unicode}; then loadkeys_uni="--unicode" @@ -53,7 +53,7 @@ start() # Set terminal encoding to either ASCII or UNICODE. # See utf-8(7) for more information. - ebegin "Setting keyboard mode to ${msg}" + ebegin "Setting keyboard mode [${msg}]" if yesno ${unicode}; then dumpkeys ${dumpkeys_charset:+-c} \ ${dumpkeys_charset} | loadkeys --unicode |