diff: re-enable htdig
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Feb 11 04:49:02 AEDT 1999
Estimated hours taken: 2
w3/bin/install_webpages:
Re-enable htdig.
I have taken several steps to reduce memory usage:
- I've install htdig 3.1 in /usr/local;
- we now run htmerge in two passes (using -w and -d)
rather than a single pass.
- I modified /etc/htdig.conf so that it does not
try to index .gz, .deb, or .rpm files.
Hopefully these will be enough to fix the memory
usage problems.
Index: install_webpages
===================================================================
RCS file: /home/staff/zs/imp/w3/bin/install_webpages,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- install_webpages 1999/02/04 21:22:51 1.5
+++ install_webpages 1999/02/10 17:47:26 1.6
@@ -51,12 +51,19 @@
#
umask 002
+ # Use the version (3.1) of htdig and htmerge
+ # in /usr/local/bin not the older one (3.0.8b)
+ # in /usr/bin.
+PATH=/usr/local/bin:$PATH
+
# Mailing list
-#htdig -c /etc/htdig-mlists.conf
-#htmerge -c /etc/htdig-mlists.conf
+htdig -c /etc/htdig-mlists.conf
+htmerge -c /etc/htdig-mlists.conf -d
+htmerge -c /etc/htdig-mlists.conf -w
# Rest of web site.
-#htdig
-#htmerge
+htdig
+htmerge -d
+htmerge -w
-#chgrp -R mercury /var/spool/htdig*
+chgrp -R mercury /var/spool/htdig*
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list