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


1.2
date	2001.09.11.01.42.53;	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.2
log
@Exit with a proper status.
@
text
@#!/bin/sh

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

exit 0
@


1.1
log
@Initial revision
@
text
@d3 3
a5 1
echo "Interface ${DEVICE} started going $1" |logger
@
