#!/bin/ksh -p # # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. # . /usr/lib/brand/shared/common.ksh HALT_HOOK="/usr/lib/brand/solaris/halt" if [[ -x $HALT_HOOK ]]; then exec $HALT_HOOK "$@" else exit $ZONE_SUBPROC_OK fi