#!/bin/sh
# Author:   Thien Ho <thien@bibliofiche.com>
# Created:  Wed, Mar 08, 2006 @ 11:10:24 EST
# Updated:
# -

ZPORT=210

# Source common functions
#. /data/idzebra-210/zebra.function
. /etc/opals/function

echo -n Initialize Zebra index...
initIndex
echo ' done.'

exit
