#!/sbin/sh
#############################################################################
#  Product: Networking
#  Fileset: LAN-KRN
#  unconfigure
#  @(#) $Revision: 1.2.98.1 $
#############################################################################
# (c) Copyright Hewlett-Packard Company, 1994
#############################################################################

####### setup environment 
### this script doesn't use anything from UTILS, so don't source it.
###UTILS="/usr/lbin/sw/control_utils"
###if [ ! -f $UTILS ] ; then
###        echo "ERROR:   Cannot find \"$UTILS\"."
###        exit 1
###
###fi
###. $UTILS


####### make sure the kernel config file exists
###if [ ! -r "$SW_SYSTEM_FILE_PATH" ] ; then
###	echo "ERROR:   Cannot find \"$SW_SYSTEM_FILE_PATH\"."
###	exit 1
###fi

exit 0


