#!/bin/sh

hostname=`/bin/hostname`
locale="athena"

if [ -r /usr/cygnus/ ] ; then
	locale=cygnus
fi

# /srvd ... /afs ... /mit/nocturne ... /etc

echo $locale
