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