]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- updated to rc-scripts 0.2.0
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 28 Mar 2000 12:59:55 +0000 (12:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console.init -> 1.3

console.init

index bdcee39d6b86f8c7c55f8ff079f358097b823bfa..9f87cc0f46a57a13704d21c85c3e104ef0e87ad2 100644 (file)
@@ -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
 
This page took 0.077248 seconds and 4 git commands to generate.