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


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

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


desc
@@


1.2
log
@New pathname stuff.. 
@
text
@#!/bin/sh

. /etc/dp.conf

rm -f $DPLOG_DIR/ID.async
echo $1 > $DPLOG_DIR/ID.async
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
LOGDIR=/var/adm/dp
d5 2
a6 2
rm -f $LOGDIR/ID.async
echo $1 > $LOGDIR/ID.async
@
