From f85c6ca84c1d4768e8ca889e64542b97f4048cd9 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 27 Mar 2008 14:03:37 +0000 Subject: [PATCH] Make our messages similar --- init.d/consolefont.in | 2 +- init.d/keymaps.in | 4 ++-- init.d/termencoding.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.d/consolefont.in b/init.d/consolefont.in index c8ec311b..2cc10aea 100644 --- a/init.d/consolefont.in +++ b/init.d/consolefont.in @@ -44,7 +44,7 @@ start() fi # Set the console font - ebegin "Setting user font" + ebegin "Setting console font [${consolefont}]" [ -d /dev/vc ] && ttydev=/dev/vc/ x=1 while [ ${x} -le ${ttyn} ]; do 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 diff --git a/init.d/termencoding.in b/init.d/termencoding.in index bdae8362..4340b559 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -25,7 +25,7 @@ start() termmsg="UTF-8" fi - ebegin "Setting terminal encoding to ${termmsg}" + ebegin "Setting terminal encoding [${termmsg}]" n=1 while [ ${n} -le "${ttyn}" ]; do printf "\033%s" "${termencoding}" >"${ttydev}${n}"