#!/bin/sh

#### THE SPOOL DIR IS "/home/lenny/rpm/tmp/wwwoffle-2.6d-root/var/spool/wwwoffle" IN THE LINE BELOW ####

wwwoffle_spool=/home/lenny/rpm/tmp/wwwoffle-2.6d-root/var/spool/wwwoffle

####

# 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
