#!/bin/sh
#
# # ident    "%Z%%M% %I%     %E% SMI" 
#
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved
#
if [ "$ROOTDIR" = "/" ]
then
	$ROOTDIR/etc/init.d/init.wbem stop
fi

exit 0
