#!/bin/sh
#
# ident "@(#)utrestart.sh	1.3	11/03/03 Oracle"
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#

echo "Warning: utrestart command is deprecated. Please use utstart in future" 1>&2

exec /etc/opt/SUNWut/basedir/sbin/utstart $*
