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


1.3
date	2001.09.11.01.40.29;	author sgifford;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.10.09.13.15;	author sgifford;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.09.04.01.41;	author root;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Add exit code.
@
text
@#!/bin/sh

echo "$0: Interface ${DEVICE} finished going $1"

exit 0
@


1.2
log
@Added verbosity.
@
text
@d4 2
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
echo "Interface ${DEVICE} finished going $1" |logger
@
