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