diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-04-06 19:57:50 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-04-06 19:57:50 +0000 |
commit | ba4d09242dd0d669b2368476599365e349dbcd89 (patch) | |
tree | 3aa1fd218d6e4a82cfee0a6148833623f909dbdd /UPDATING | |
parent | 5ec514ec7adcf2c80b14f789e156ff46d081f2cd (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -82,6 +82,15 @@ you update your ports collection, before attempting any port upgrades. The Xorg servers now are looking there by default + If you experience font related issues, view the output of + + # fc-list + + If the list appears incomplete or has fonts still pointing to + /usr/local/lib/X11/fonts you may forcibly update the font cache: + + # fc-cache -fs + 20150317: AFFECTS: users of editors/openoffice-4 and editors/openoffice-devel AUTHOR: truckman@FreeBSD.org |