Seth Lepzelter wrote:
> unable to read configuration file '/usr/local/htdig/conf/news htdig.conf'

Offhand, I'd guess that you have another config attribute somewhere in
that form.

> I'm trying to set up a search of user's web directories but I have no
> compilation of all 1500 of our user direcories.

We will be unlikely to add in any sort of index an entire filesystem
without regard for links in the near future. However, you can easily
generate a list of your user directories through a shell (or Perl)
script.
e.g.:

for user in `ls /home`; do
  echo "http://www.foo.com/~$user" >>user.urls
done

-- 
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to