#! /sbin/sh
########
#  Product: InternetSrvcs
#  Fileset: INETSVCS-SEC
#  configure
#  @(#) $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 configure process
#

#
#######
# Update the live_files for INETSVCS-RUN
#
#   Add new files to the list.
#

exit $exitval
