[m-dev.] diff: install_webpages

Peter Ross petdr at cs.mu.OZ.AU
Wed Feb 16 22:04:32 AEDT 2000


Hi,


===================================================================


Estimated hours taken: 0.5

w3/bin/install_webpages:
    Update the install process to use the new form of the htdig
    database.


Index: install_webpages
===================================================================
RCS file: /home/staff/zs/imp/w3/bin/install_webpages,v
retrieving revision 1.10
diff -u -r1.10 install_webpages
--- install_webpages	2000/02/10 05:04:36	1.10
+++ install_webpages	2000/02/16 10:27:45
@@ -54,19 +54,6 @@
     #
 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/htdig-mlists.conf
-htmerge -c /etc/htdig/htdig-mlists.conf -d
-htmerge -c /etc/htdig/htdig-mlists.conf -w
-
-    # Rest of web site.
-htdig -c /etc/htdig/htdig.conf
-htmerge -c /etc/htdig/htdig.conf -d
-htmerge -c /etc/htdig/htdig.conf -w
-
-chgrp -R mercury /var/spool/htdig*
+    # Index the web-site for searching.
+htdig -c /etc/htdig/htdig-mercury.conf
+htmerge -c /etc/htdig/htdig-mlists.conf

----
Peter Ross
PhD Student University of Melbourne
http://www.cs.mu.oz.au/~petdr/
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list