#!/usr/bin/bash

DEPRECATION_MESSAGE="
DEPRECATION WARNING: katello-change-hostname is deprecated and will
be removed in the next Satellite release. It is being replaced by
satellite-change-hostname. Redirecting to satellite-change-hostname now.
"

echo "$DEPRECATION_MESSAGE"
satellite-change-hostname $*
