#!/bin/sh
#
# Load the modules and run the postdpload script if sucessful

. /etc/dp.conf

cd /tmp
modunload -id `cat $DPLOG_DIR/ID.dp` -exec $DPMODULE_DIR/predpunload
modunload -id `cat $DPLOG_DIR/ID.async`
