#! /sbin/sh
########
#  Product: InternetSrvcs
#  Fileset: INETSVCS-SEC
#  unconfigure
#  @(#) $Revision: 1.1.212.1 $
########
#
#  (c) Copyright Hewlett-Packard Company  1993, 1994
#
#######
#
# Standard initialization
#

exitval=0				# Anticipate success

UTILS="/usr/lbin/sw/control_utils"
if [[ ! -f $UTILS ]]
then
       echo "ERROR:   Cannot find $UTILS"
       exit 1
fi
. $UTILS

#
#
#######
#
# Start of INETSVCS-RUN unconfigure process
#

#should inetd -k be killed.
#not required as no change is done to inetd.conf

