From 2d21d78c1ad660a52be2f22bbb0bc15094c87a3b Mon Sep 17 00:00:00 2001 From: Preston Brown Date: Mon, 12 Oct 1998 15:30:54 +0000 Subject: updated so that setfont always runs. --- initscripts.spec | 5 ++++- setsysfont | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/initscripts.spec b/initscripts.spec index 88d5817b..14cf893c 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: inittab and /etc/rc.d scripts Name: initscripts -%define version 3.74 +%define version 3.75 Version: %{version} Copyright: GPL Group: Base @@ -155,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT %doc sysconfig.txt %changelog +* Mon Oct 12 1998 Preston Brown +- adjusted setsysfont to always run setfont, even if only w/default font + * Tue Oct 06 1998 Cristian Gafton - rc.sysvinit should be working with all kernel versions now - requires e2fsprogs (for fsck) diff --git a/setsysfont b/setsysfont index f19914d7..1105a087 100755 --- a/setsysfont +++ b/setsysfont @@ -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 -- cgit v1.2.1