#!/bin/sh
#
# Copyright (c) 1999 Sun Microsystems, Inc., All Rights Reserved 
#
# Preremove script for SUNWutws
#

# Shut down servers
#
LD_LIBRARY_PATH=${BASEDIR}/opt/SUNWut/http/lib/http; export LD_LIBRARY_PATH;
#
${BASEDIR}/opt/SUNWut/http/bin/htserver stop 
#
#
# remove server doors

/bin/rm -f $BASEDIR/var/opt/SUNWut/http/doors/.*door

# Warn about data
#
cat <<EOF

Removing SRAS does not remove your Sun Ray Admin Server configurations.

EOF
