pkgsrc/x11/xfstt/MESSAGE
reed 62071c8b2f RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.

So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.

This should have no changes to use before.

Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
2004-10-11 22:14:51 +00:00

30 lines
941 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.6 2004/10/11 22:14:51 reed Exp $
To use xfstt, you will need to perform the following steps:
1. Install TrueType fonts (e.g. fonts/ms-ttf, or other packages providing
TrueType fonts from the fonts category), or copy your other TrueType
fonts into
${PREFIX}/lib/X11/fonts/TTF/
2. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/xfstt to /etc/rc.d/xfstt and add the following
line into your /etc/rc.conf
xfstt=YES
3. Start xfstt by issuing the command
/etc/rc.d/xfstt start
4. Tell your X11 server about the new font service
xset fp+ unix/:7101
or add the new fontpath directly to the X11 config file, e.g. Section
"Files", in XFree86 configuration file
FontPath "unix/:7101"
===========================================================================