pkgsrc/x11/xfstt/MESSAGE
reed 2d4122dd45 Fix references to rc.d scripts. This package uses RCD_SCRIPTS
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE
referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR
was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead.

PKGREVISION not bumped because if someone had changed
RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration
of rc.d script in PLIST, then it could not have been packaged
in first place.

Note that this commit does not imply that the MESSAGE is correct.
In some cases, the MESSAGE is clearly wrong such as suggesting
running the rc.d script from the example directory (which will work
although).
2004-04-23 22:43:20 +00:00

30 lines
931 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 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
${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"
===========================================================================