diff options
author | 2000-12-10 03:02:23 +0000 | |
---|---|---|
committer | 2000-12-10 03:02:23 +0000 | |
commit | 814233ed08cb981cc858a15a551ef7af1f01c19a (patch) | |
tree | 0db7ca0cff92058cd29c8dca93a6e45372321244 | |
parent | new swiss keyboard maps; smat@acm.org (diff) | |
download | wireguard-openbsd-814233ed08cb981cc858a15a551ef7af1f01c19a.tar.xz wireguard-openbsd-814233ed08cb981cc858a15a551ef7af1f01c19a.zip |
provide a font-loading stub; smat@acm.org
-rw-r--r-- | etc/rc.local | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/rc.local b/etc/rc.local index 9b12a44b9e1..3309082ff94 100644 --- a/etc/rc.local +++ b/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 |