case $XSHTTPD_CAST_TYPE in
  new)
    message "${PROBLEM_COLOR}"
    message "Please modify the /etc/sysconfig/xshttpd config file appropriately."
    message "${MESSAGE_COLOR}"
  ;;
  changed)
    message "${PROBLEM_COLOR}"
    message "You changed the xshttpd binary prefix setting, do not forget to"
    message "modify the /etc/sysconfig/xshttpd config file accordingly."
    message "${MESSAGE_COLOR}"
  ;;
esac
