#!/bin/sh

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

wwwoffle_spool=/var/cache/wwwoffle

####

cd $wwwoffle_spool

# Do the gathering

umask 022 ; estwolefind . | \
								estcmd gather -cl -fm -px @uri -sd -cm search/hyperestraier/db - \
								 > search/hyperestraier/wwwoffle-estcmd.log 2>&1
