#!/bin/ksh
if [ "`/usr/bin/hostname`" != "latour" ]
then
echo "$0: Use S/Key initialize only on system latour"
exit 1
fi
/usr/local/bin/skey.init $*
