diff options
author | abs <abs@pkgsrc.org> | 2005-11-01 12:22:24 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-11-01 12:22:24 +0000 |
commit | 895262448db9394cf1587269721801db54c59d37 (patch) | |
tree | fc783e0afd2cd88ef7722379f924bbe96da79217 /www/wwwoffle/MESSAGE | |
parent | 1a19e21accc4cfdc1970e637a2afe9a4dfb8a354 (diff) | |
download | pkgsrc-895262448db9394cf1587269721801db54c59d37.tar.gz |
Update wwwoffle to wwwoffle-2.8enb1
- Use gzip rather than gtar to extract in PLIST (should really be
an INSTALL script)
- Fix some lines in MESSAGE to for pkglint
Diffstat (limited to 'www/wwwoffle/MESSAGE')
-rw-r--r-- | www/wwwoffle/MESSAGE | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/www/wwwoffle/MESSAGE b/www/wwwoffle/MESSAGE index 4702b8e0c4a..68fdbf235f3 100644 --- a/www/wwwoffle/MESSAGE +++ b/www/wwwoffle/MESSAGE @@ -1,32 +1,31 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.5 2004/10/11 22:14:51 reed Exp $ +$NetBSD: MESSAGE,v 1.6 2005/11/01 12:22:24 abs Exp $ 1) To enable "wwwwoffled" to start on boot on NetBSD-1.5 or newer, -please copy "${PREFIX}/${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: + please copy "${PREFIX}/${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 ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle ]; then ${PREFIX}/${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". + 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": + 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 + documentation in fact, is easily accessible once wwwoffle is started, + via + http://localhost:8080/Welcome.html =========================================================================== |