#! /bin/sh
PATH=$PATH:/usr/ucb
case "`whoami`" in
root)	: ;;
*)	echo "	**" You must be root to "$@" 1>&2; echo "" 1>&2; exit 1;;
esac
