#!/bin/sh

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

wwwoffle_spool=SPOOLDIR

####

# Set the path to include the search.cgi executable

PATH=$PATH:/usr/local/bin
#PATH=$PATH:/usr/local/cgi-bin  # A possible location
#PATH=$PATH:/usr/lib/cgi-bin    # The Debian location
export PATH

# Do the searching

UDMSEARCH_TEMPLATE=$wwwoffle_spool/html/search/udmsearch/conf/search.html
export UDMSEARCH_TEMPLATE

search.cgi
