diff options
Diffstat (limited to 'usr.sbin/arlcontrol')
-rw-r--r-- | usr.sbin/arlcontrol/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/arlcontrol/arlcontrol.8 | 2 | ||||
-rw-r--r-- | usr.sbin/arlcontrol/arlcontrol.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/arlcontrol/Makefile b/usr.sbin/arlcontrol/Makefile index a7b4a146927f7..972e3e49c992a 100644 --- a/usr.sbin/arlcontrol/Makefile +++ b/usr.sbin/arlcontrol/Makefile @@ -1,6 +1,6 @@ # # $RISS: if_arl/arlconfig/Makefile,v 1.5 2003/01/13 08:05:29 frol Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/arlcontrol/Makefile,v 1.1 2004/06/01 07:38:10 fjoe Exp $ # PROG= arlcontrol diff --git a/usr.sbin/arlcontrol/arlcontrol.8 b/usr.sbin/arlcontrol/arlcontrol.8 index 54698a36d98ea..cc9bbe6a87961 100644 --- a/usr.sbin/arlcontrol/arlcontrol.8 +++ b/usr.sbin/arlcontrol/arlcontrol.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/arlcontrol/arlcontrol.8,v 1.10 2004/06/13 18:03:40 ru Exp $ .\" .Dd March 15, 2004 .Dt ARLCONTROL 8 i386 diff --git a/usr.sbin/arlcontrol/arlcontrol.c b/usr.sbin/arlcontrol/arlcontrol.c index dd035814fa355..ba05f288f9be2 100644 --- a/usr.sbin/arlcontrol/arlcontrol.c +++ b/usr.sbin/arlcontrol/arlcontrol.c @@ -3,7 +3,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/arlcontrol/arlcontrol.c,v 1.3 2004/04/13 19:25:26 fjoe Exp $"); #include <sys/param.h> #include <sys/socket.h> |