From 35542bfd2d44850f5944f96b6aa8c4da3f7ecdf7 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 10 Dec 2000 03:02:23 +0000 Subject: [PATCH] provide a font-loading stub; smat@acm.org --- src/etc/rc.local | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/etc/rc.local b/src/etc/rc.local index 9b12a44b..3309082f 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.30 2000/07/11 22:30:56 matt Exp $ +# $OpenBSD: rc.local,v 1.31 2000/12/10 03:02:23 deraadt Exp $ # site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions @@ -40,6 +40,12 @@ fi # echo -n ' scon'; /usr/sbin/scon -t 300 #fi +#if [ -x /usr/sbin/ispcvt -a -x /usr/sbin/loadfont -a -f /etc/pcvtfont ] && +# /usr/sbin/ispcvt; then +# echo -n ' loadfont'; +# /usr/sbin/loadfont -c0 -f`cat /etc/pcvtfont` +#fi + echo '.' # Netatalk stuff