#!/bin/ksh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# pkg720 src/packages/X11/Dt/ToolTalk/root/X11.Dt.ToolTalk.unconfig.sh 1.4 
#  
# Licensed Materials - Property of IBM 
#  
# COPYRIGHT International Business Machines Corp. 1994,1998 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
# @(#)49	1.4  src/packages/X11/Dt/ToolTalk/root/X11.Dt.ToolTalk.unconfig.sh, pkgxcde, pkg720 1/7/98 11:59:52
#
#   COMPONENT_NAME: pkgxcde
#
#   FUNCTIONS: none
#
#   ORIGINS: 27
#
#
#   (C) COPYRIGHT International Business Machines Corp. 1994
#   All Rights Reserved
#   Licensed Materials - Property of IBM
#   US Government Users Restricted Rights - Use, duplication or
#   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
# FUNCTION: script called from deinstal to automatically stop ToolTalk
#
# RETURN VALUE DESCRIPTION:
#				nonzero return code if failed
#
#
/usr/dt/install/configTT -d
if [ $? != 0 ]; then
   exit 1
fi
#
