]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Don't yell when there is no kbd installed.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Nov 2005 20:49:56 +0000 (20:49 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Nov 2005 20:49:56 +0000 (20:49 +0000)
svn-id: @6561

setsysfont

index e4547db3fb0865a9f5f985757125b5f959f2b924..dbc811d5bbd050865248b5dce4e235e7ebf1b951 100755 (executable)
@@ -40,10 +40,9 @@ elif [ -x /usr/bin/setfont -o -x /bin/setfont ]; then
        else
                echo -ne "\033(K" 2>/dev/null > /proc/$$/fd/0
        fi
-else
-       echo "can't set font"
-       exit 1
 fi
 
+exit 0
+
 # This must be last line !
 # vi:syntax=sh
This page took 0.237521 seconds and 4 git commands to generate.