INSTALLATION:

-  first please read the file README

-  type ./configure

-  if necessary now check the following files:
   Makefile
   src/Makefile
   src/global.h
   src/psearchd.h
   util/Makefile
   util/mk00_find
   util/notify_new.pl

-  type make

-  type make install


-  'query' will not be installed automatically to a special path.
    The location differs too much from the several ftpd's. Under
    wu-ftp you could copy it to /var/home/ftp/usr/bin/ftpexec/query.
 


CONFIGURATION:

-  psearchd

   psearchd is the daemon to psearch. It is not a standalone
   daemon and will be started from within inetd.
   For local usage of psearch the daemon is not required.

   If you want to use psearchd you have to edit /etc/services
   and /etc/inetd.conf.

   /etc/services:
   psearch         7001/tcp

   /etc/inetd.conf:
   psearch stream  tcp nowait nobody /usr/sbin/tcpd /usr/local/sbin/psearchd

   After this just 'kill -HUP <pid of inetd>' and psearchd
   should be accessible.


-  mk00_find

   You should start this script daily from cron.

   If you want to start 'notify_new.pl' from within mk00_find
   comment out the concerning lines.



ADVANCE FEATURE:

-  You can save the data-file from other servers into your
   pub-dir. psearch will scan these files too.

   To save disc space you can compress these files with gzip.
   psearch recognize this automatically.

   The name convention is quite easy.

   hostname.domain:00_find[.gz]
   i.e.:
   dg8xt.ampr.org:00_find
   db0hht-l.ampr.org:00_find.gz

   You also can compress your own data-file. To do this
   just edit the file 'mk00_find'.    But be careful !
   If you want to use 'query' do not compress your own 
   data-file. 'query' requires this file uncompressed !
