After upgrading to the latest snapshot I found that the path for
third-party fonts changed from /usr/local/lib/X11/fonts to
/usr/local/share/fonts.
Is it worth to be mentioned on current.html?
Index: current.html
===================================================================
RCS file: /cvs/www/faq/current.html,v
retrieving revision 1.595
diff -u -p -u -r1.595 current.html
--- current.html 4 Apr 2015 09:29:08 -0000 1.595
+++ current.html 9 Apr 2015 09:34:15 -0000
@@ -502,6 +502,15 @@ Modify <tt>/etc/rc.conf.local</tt> accor
perl -pi -e 's/dbus_daemon/messagebus/;' -e
's/puppetmasterd/puppetmaster/;' -e 's/puppetd/puppet/;' /etc/rc.conf.local
</pre>
+<h3 id="20150409">2015/04/09 - X11 font path changed</h3>
+The path to third-party fonts has changed. If you have configured
+additional fonts in your /etc/X11/xorg.conf, you need to change the
+path from /usr/local/lib/X11/fonts to /usr/local/share/fonts:
+
+<pre>
+ perl -pi -e
's/\/usr\/local\/lib\/X11\/fonts/\/usr\/local\/share\/fonts/;'
/etc/X11/xorg.conf
+</pre>
+
<p>
<hr>
<small>$OpenBSD: current.html,v 1.595 2015/04/04 09:29:08 jasper Exp $</small>