#!/bin/sh -e

#### THE SPOOL DIR IS "SPOOLDIR" IN THE LINE BELOW ####

wwwoffle_spool=SPOOLDIR

####

# Set the path to include the htdig executables

PATH=$PATH:/usr/local/bin
export PATH

# Do the searching

/usr/lib/cgi-bin/htsearch -c /etc/wwwoffle/htsearch.conf
