diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-27 01:54:02 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-27 01:54:02 +0000 |
commit | 89cf9bae865d62ac56db238b50e6c51a3ac601d2 (patch) | |
tree | 41bf2b14dc200f6ab96fdb691586eec955f915d8 | |
parent | 4dc1c60fe1331f34bbd925ea3df161deaa071a8a (diff) | |
download | initscripts-89cf9bae865d62ac56db238b50e6c51a3ac601d2.tar initscripts-89cf9bae865d62ac56db238b50e6c51a3ac601d2.tar.gz initscripts-89cf9bae865d62ac56db238b50e6c51a3ac601d2.tar.bz2 initscripts-89cf9bae865d62ac56db238b50e6c51a3ac601d2.tar.xz initscripts-89cf9bae865d62ac56db238b50e6c51a3ac601d2.zip |
remove old consolechars code
-rwxr-xr-x | setsysfont | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -14,18 +14,7 @@ case "$LANG" in ;; esac -if [ -x /bin/consolechars -o -x /usr/bin/consolechars ]; then - if [ -n "$SYSFONT" ]; then - ARGS=$SYSFONT - if [ -n "$UNIMAP" ]; then - ARGS="$ARGS --sfm $UNIMAP" - fi - if [ -n "$SYSFONTACM" ]; then - ARGS="$ARGS --acm $SYSFONTACM" - fi - consolechars -f $ARGS - fi -elif [ -x /bin/setfont ]; then +if [ -x /bin/setfont ]; then if [ -n "$UNIMAP" ]; then ARGS="-u $UNIMAP" fi |