#!/bin/sh

# set up normal european timezone.
TZ=ECT
export TZ

DOMAIN=`domainname -d`
HOST=`hostname -f`

# suppress "no such file..."
SERV=`ls *.$DOMAIN 2>/dev/null`

if [ -f classpath ]
then
    . ./classpath
else 
    echo classpath not found.
    CLASSPATH=.
fi

