
if test "$1" = "off"
then
   exit 0
fi

if test "$3" = "off"
then
   exit 0  
fi


echo "error: one of $2 or $4 must be 'off'"
exit 1
