INSTALLATION:

-  first please read the file README

-  type ./configure

-  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 /home/ftp/usr/bin/ftpexec/query.
    For wu-ftpd-academ copy it to /home/ftp/bin/ftp-exec/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' from within mk00_find
   comment out the concerning lines.


- notify_new.conf

   This is the configuration file for 'notify_new'. You can
   define filenames and directories you want to exclude
   from your announce. For details please reffer the comments
   in this file.
 

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 !
