#!/bin/sh

# ident "@(#)S99dptfwchk 1.3     00/08/05 SMI"
# SRC/P Flash Update script
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved.
#


/usr/sbin/modinfo | grep dpti2o >/dev/null 2>&1
if test $? != "0"
then
	exit 0
fi

if test -f /opt/SUNWhwrdg/dptfwchk
then
	/opt/SUNWhwrdg/dptfwchk &
fi

if test -f /opt/SUNWhwrdg/dptndichk
then
	/opt/SUNWhwrdg/dptndichk &
fi

exit 0
