Thank you much.
There was another config value later on that i had missed.
I wrote a perl script to do the rest... was just hoping i didnt need to
write it--but it wasnt that bad.
thanks,
Seth Lepzelter
On Wed, 16 Jun 1999, Geoff Hutchison wrote:
> 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.