blob: 981b3bfc854d7545bc0a69dcc43316065f4f29b4 [file] [log] [blame] [raw]
#! /sbin/sh
########
# Product: IP Filter
# Fileset: IPF-ALL
# verify
########
#
# (c) Copyright Darren Reed 2000
#
########
########
# Source control script environment
########
UTILS="/usr/lbin/sw/control_utils"
if [[ ! -f $UTILS ]] ; then
echo "ERROR: Cannot find $UTILS"
exit 1
fi
. $UTILS
exitval=$SUCCESS
########
# Make sure that the header files exist
########
exit $exitval