#!/bin/sh
#
# Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved
#

OSVERS=`/bin/uname -r`
if [ "${OSVERS}" = "5.10" -o "${OSVERS}" = "5.11" ]; then
  svcadm disable svc:/application/stosreg 1>/dev/null 2>&1
fi
