pkgsrc/www/wwwoffle/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

32 lines
1.5 KiB
Text

===========================================================================
$NetBSD: MESSAGE,v 1.4 2004/04/23 22:43:20 reed Exp $
1) To enable "wwwwoffled" to start on boot on NetBSD-1.5 or newer,
please copy "${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffled" to "/etc/rc.d/" and add
"wwwoffled=YES" to /etc/rc.conf. To do the same on older systems,
add the following to /etc/rc.local:
if [ -x ${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle ]; then
${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle
fi
2) The hooks are present to to use the package version of "htdig",
if installed, to serve a searchable index of your cached pages.
To make the word database, start "wwwoffle" and execute the script
"/var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-full".
2a) A complete installation will purge the cache (and optionally
reindex the database for "htdig") periodically, as by the following
example "crontab fragment":
# wwwoffle proxy maintenance
01 1 * * 0-5 /usr/bin/nice ${PREFIX}/bin/wwwoffle -purge -c ${PREFIX}/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-incr
01 1 * * 6 /usr/bin/nice ${PREFIX}/bin/wwwoffle -purge -c ${PREFIX}/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-full
3) Docs and links for the other supported cache searchers, and all
documentation in fact, is easily accessible once wwwoffle is started,
via
http://localhost:8080/Welcome.html
===========================================================================