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/consolefont.in | |
parent | d09f9f47eb92e85afd52b83da6a287369b280f71 (diff) |
Make our messages similar
Diffstat (limited to 'init.d/consolefont.in')
-rw-r--r-- | init.d/consolefont.in | 2 |
1 files changed, 1 insertions, 1 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 |