trivial diff: try to fix htdig/htmerge problems

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Feb 26 08:18:09 AEDT 1999


w3/bin/install_webpage:
	Explicitly pass `-c /etc/htdig.conf' to htdig and htmerge.
	The documention for htdig and htmerge said that this is
	the default, but it lied.

cvs diff: Diffing .
Index: install_webpages
===================================================================
RCS file: /home/staff/zs/imp/w3/bin/install_webpages,v
retrieving revision 1.6
diff -u -u -r1.6 install_webpages
--- install_webpages	1999/02/10 17:47:26	1.6
+++ install_webpages	1999/02/25 21:14:36
@@ -62,8 +62,8 @@
 htmerge -c /etc/htdig-mlists.conf -w
 
     # Rest of web site.
-htdig
-htmerge -d
-htmerge -w
+htdig -c /etc/htdig.conf
+htmerge -c /etc/htdig.conf -d
+htmerge -c /etc/htdig.conf -w
 
 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