From 17d1285dd9eacd467c23d858d9ca39cae8d8647a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 28 Mar 2000 12:59:55 +0000 Subject: [PATCH] - updated to rc-scripts 0.2.0 Changed files: console.init -> 1.3 --- console.init | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/console.init b/console.init index bdcee39..9f87cc0 100644 --- a/console.init +++ b/console.init @@ -2,10 +2,10 @@ # # console Load console font and keyboard table # -# chkconfig: 345 70 30 +# chkconfig: 345 70 30 # -# description: Loads the console font, the application-charset map \ -# and the keyboard table. +# description: Loads the console font, the application-charset map \ +# and the keyboard table. # This must be executed *after* /usr is mounted. # This means is /usr is NFS-mounted, it needs to @@ -29,7 +29,7 @@ case "$1" in fi if [ "$CONSOLEFONT" != "" ] then - show Loading console font + show "Loading console font" busy consolechars -f $CONSOLEFONT > /dev/null 2>&1 deltext;ok @@ -38,14 +38,14 @@ case "$1" in fi if [ "$CONSOLEMAP" != "" ] then - show Loading console map + show "Loading console map" busy consolechars -m $CONSOLEMAP > /dev/null 2>&1 deltext;ok fi if [ "$KEYTABLE" != "" ] then - show Loading keyboard table + show "Loading keyboard table" busy loadkeys $KEYTABLE > /dev/null 2>&1 deltext;ok @@ -58,7 +58,7 @@ case "$1" in # Nothing to report ;; *) - echo "Usage: $0 {start|stop|status|restart}" + msg_Usage "$0 {start|stop|status|restart}" exit 1 esac -- 2.44.0