#!/bin/sh
#
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"@(#)s9_prtdiag.sh	1.1	08/05/06 SMI"
#

#
# Solaris 9 Brand Replacement for prtdiag
#

msg=`gettext "prtdiag can only be run in the global zone"`

echo $msg 1>&2
exit 1
