diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 | 
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.sbin/rarpd | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'usr.sbin/rarpd')
| -rw-r--r-- | usr.sbin/rarpd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/rarpd/rarpd.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/rarpd/rarpd.c | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index 09605f6f6a7e..e290aa614912 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -1,5 +1,5 @@  #	from: @(#)Makefile	5.8 (Berkeley) 7/28/90 -#	$Id: Makefile,v 1.3 1995/04/02 01:35:53 wpaul Exp $ +#	$Id: Makefile,v 1.3.6.1 1996/11/23 08:34:54 phk Exp $  PROG=	rarpd  MAN8=	rarpd.8 diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8 index 442252100dfa..30492f3632e8 100644 --- a/usr.sbin/rarpd/rarpd.8 +++ b/usr.sbin/rarpd/rarpd.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id$ (LBL) +.\" @(#) $Id: rarpd.8,v 1.3.2.3 1997/10/14 06:39:27 charnier Exp $ (LBL)  .\"  .\" Copyright (c) 1990, 1991, 1993 The Regents of the University of  .\" California. All rights reserved. diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index d4e2915cb892..4b9c1e55c00a 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -27,7 +27,7 @@ The Regents of the University of California.  All rights reserved.\n";  #ifndef lint  static const char rcsid[] = -    "$Id: rarpd.c,v 1.7.2.5 1998/03/09 13:52:14 jkh Exp $"; +    "$Id: rarpd.c,v 1.7.2.6 1998/06/26 13:13:53 pb Exp $";  #endif  /* | 
