diff options
author | Preston Brown <pbrown@redhat.com> | 1998-10-12 15:30:54 +0000 |
---|---|---|
committer | Preston Brown <pbrown@redhat.com> | 1998-10-12 15:30:54 +0000 |
commit | 2d21d78c1ad660a52be2f22bbb0bc15094c87a3b (patch) | |
tree | a0e664ea2a0753b13e98c65b4260d203a27391c1 /setsysfont | |
parent | 9a2a42d8ace009faef68a50f5de85c8a9a4af7ea (diff) | |
download | initscripts-2d21d78c1ad660a52be2f22bbb0bc15094c87a3b.tar initscripts-2d21d78c1ad660a52be2f22bbb0bc15094c87a3b.tar.gz initscripts-2d21d78c1ad660a52be2f22bbb0bc15094c87a3b.tar.bz2 initscripts-2d21d78c1ad660a52be2f22bbb0bc15094c87a3b.tar.xz initscripts-2d21d78c1ad660a52be2f22bbb0bc15094c87a3b.zip |
updated so that setfont always runs.r3-75
Diffstat (limited to 'setsysfont')
-rwxr-xr-x | setsysfont | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ if [ -x /usr/bin/setfont ]; then /usr/bin/setfont $SYSFONT -u $UNIMAP elif [ -n "$SYSFONT" ]; then /usr/bin/setfont $SYSFONT + else + /usr/bin/setfont fi else |