# Download bitkeeper warnings.
#

FILENAME=$SOURCE_CACHE/$SOURCE

if [ ! -f $FILENAME ]; then

  message "\n${MESSAGE_COLOR}"\
  "You have to sign up at $WEB_SITE.\n"\
  "You will get an email with the download location, login and password.\n"\
  "Use them to download the $SOURCE yourself.\n\n"\
  "Put the downloaded $SOURCE in /var/spool/sorcery\n"\
  "so cast will find it.${DEFAULT_COLOR}\n"

  return  1

fi

# Standard rejected warnings.                                                   
#                                                                               

source $GRIMOIRE/REJECTED_MSG
