summaryrefslogtreecommitdiff
path: root/www/wwwoffle
diff options
context:
space:
mode:
authorfredb <fredb>2001-03-12 18:08:32 +0000
committerfredb <fredb>2001-03-12 18:08:32 +0000
commit4339267a45d35236f8b599ebb56fddaf700b751f (patch)
treeb005d3a75301121cf865f059e3bb1f9c6c29d521 /www/wwwoffle
parent33d6c0ae976a77077d0a206c178a2ef6ab9447ca (diff)
downloadpkgsrc-4339267a45d35236f8b599ebb56fddaf700b751f.tar.gz
Attend to some pkglint warnings.
Diffstat (limited to 'www/wwwoffle')
-rw-r--r--www/wwwoffle/pkg/MESSAGE7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/wwwoffle/pkg/MESSAGE b/www/wwwoffle/pkg/MESSAGE
index c78711ba71e..2b6a20c525a 100644
--- a/www/wwwoffle/pkg/MESSAGE
+++ b/www/wwwoffle/pkg/MESSAGE
@@ -1,5 +1,5 @@
======================================================================
-$NetBSD: MESSAGE,v 1.6 2001/03/12 18:05:25 fredb Exp $
+$NetBSD: MESSAGE,v 1.7 2001/03/12 18:08:32 fredb Exp $
1) To enable "wwwwoffled" to start on boot on NetBSD-1.5 or newer,
please copy "${PREFIX}/etc/rc.d/wwwoffled" to "/etc/rc.d/" and add
@@ -26,8 +26,7 @@ reindex the database for "htdig") periodically, as by the following
example "crontab fragment":
# wwwoffle proxy maintenance
-01 1 * * 0-5 /usr/bin/nice /usr/pkg/bin/wwwoffle -purge -c /usr/pkg/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/html/search/htdig/scripts/wwwoffle-htdig-incr
-01 1 * * 6 /usr/bin/nice /usr/pkg/bin/wwwoffle -purge -c /usr/pkg/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/html/search/htdig/scripts/wwwoffle-htdig-full
+01 1 * * 0-5 /usr/bin/nice ${PREFIX}/bin/wwwoffle -purge -c ${PREFIX}/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/html/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/html/search/htdig/scripts/wwwoffle-htdig-full
======================================================================
-