head     1.3;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     93.01.29.07.34.18;  author ks;  state Exp;
branches ;
next     1.2;

1.2
date     93.01.28.15.26.26;  author ks;  state Exp;
branches ;
next     1.1;

1.1
date     93.01.19.14.50.40;  author ks;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@Fix from Ingo Kraupa
@
text
@#!/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`
@


1.2
log
@New pathname stuff.. 
@
text
@d8 1
a8 1
modunload -id `cat $DPLOG_DIR/ID.dp` -exec $DPMODULE_DIR/postdpload
@


1.1
log
@Initial revision
@
text
@d5 1
a5 2
MODDIR=/etc/dp/modules
LOGDIR=/var/adm/dp
d8 2
a9 2
modunload -id `cat $LOGDIR/ID.dp` -exec $MODDIR/postdpload
modunload -id `cat $LOGDIR/ID.async`
@
