diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-12-10 03:02:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-12-10 03:02:24 +0000 |
commit | 82f40820fa5d4bd6d92fa42930d61b6a573f1826 (patch) | |
tree | f1d7be3a80425fca592329d87bdf97fd8a7eeebe /etc | |
parent | 125da6f0f01fbbf4479b817d9108ee7b047808df (diff) |
provide a font-loading stub; smat@acm.org
Diffstat (limited to 'etc')
-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 |