#!/bin/sh

#### THE SPOOL DIR IS "/var/cache/wwwoffle" IN THE LINE BELOW ####

wwwoffle_spool=/var/cache/wwwoffle

####

cd $wwwoffle_spool

# Set the path to include the estseek.cgi executables

PATH=$PATH:/usr/lib/hyperestraier   # The PLD location
export PATH

# Do the searching

cd search/hyperestraier/conf

estseek.cgi
