From 1347af520a7e2e58aa88ed1a1a55ac94bbaec0db Mon Sep 17 00:00:00 2001 From: jasoni Date: Sun, 30 Jan 2000 00:06:08 +0000 Subject: [PATCH] Make a note of default port and default directory change. --- x11/xfstt/files/README.OpenBSD | 4 ++-- x11/xfstt/pkg/INSTALL | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/xfstt/files/README.OpenBSD b/x11/xfstt/files/README.OpenBSD index 6834bbcc791..b97643335f6 100644 --- a/x11/xfstt/files/README.OpenBSD +++ b/x11/xfstt/files/README.OpenBSD @@ -1,2 +1,2 @@ -The font directory for OpenBSD has been changed from /usr/ttfonts/ to -/usr/X11R6/lib/X11/fonts/TrueType/. +The font directory for OpenBSD has been changed from +/usr/share/fonts/truetype to /usr/X11R6/lib/X11/fonts/TrueType/. diff --git a/x11/xfstt/pkg/INSTALL b/x11/xfstt/pkg/INSTALL index f5457c989d5..41ad8f62ba8 100644 --- a/x11/xfstt/pkg/INSTALL +++ b/x11/xfstt/pkg/INSTALL @@ -1,5 +1,5 @@ #! /bin/sh -# $OpenBSD: INSTALL,v 1.1 1999/10/26 22:12:41 jasoni Exp $ +# $OpenBSD: INSTALL,v 1.2 2000/01/30 00:06:08 jasoni Exp $ # # Pre/port-installation setup of xfstt @@ -15,7 +15,7 @@ do_notice() *** -To start the TrueType font server for X11 at boot time, put something like +To start the TrueType font server for X11 at boot time, put the following in /etc/rc.local: if [ -x /usr/X11R6/bin/xfstt ]; then @@ -24,9 +24,9 @@ fi You should also add the following to your FontPath in /etc/XF86Config: -FontPath "unix/:7100" + FontPath "unix/:7101" -You should also put some TrueType fonts in /usr/X11R6/lib/X11/fonts/TrueType. +TrueType fonts should be placed in /usr/X11R6/lib/X11/fonts/TrueType. Additional documentation can be found in /usr/X11R6/share/doc/xfstt. ***