diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /libexec/rbootd | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs
'RELENG_2_2_5_RELEASE'.
This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'libexec/rbootd')
| -rw-r--r-- | libexec/rbootd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/rbootd/bpf.c | 2 | ||||
| -rw-r--r-- | libexec/rbootd/parseconf.c | 2 | ||||
| -rw-r--r-- | libexec/rbootd/rbootd.8 | 2 | ||||
| -rw-r--r-- | libexec/rbootd/rbootd.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index dfb087004e34..5bc2bb2ac1fc 100644 --- a/libexec/rbootd/Makefile +++ b/libexec/rbootd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.5 1996/09/22 21:54:19 wosch Exp $ PROG= rbootd SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c index c39150cae449..e297294d0e04 100644 --- a/libexec/rbootd/bpf.c +++ b/libexec/rbootd/bpf.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)bpf.c 8.1 (Berkeley) 6/4/93 - * $Id$ + * $Id: bpf.c,v 1.3 1996/09/22 21:54:25 wosch Exp $ * * Utah $Hdr: bpf.c 3.1 92/07/06$ * Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index 7d7bce246b81..d5aca8862536 100644 --- a/libexec/rbootd/parseconf.c +++ b/libexec/rbootd/parseconf.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)parseconf.c 8.1 (Berkeley) 6/4/93 - * $Id$ + * $Id: parseconf.c,v 1.3 1996/09/22 21:54:27 wosch Exp $ * * Utah $Hdr: parseconf.c 3.1 92/07/06$ * Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index 8b2a281359a5..e795e5fee288 100644 --- a/libexec/rbootd/rbootd.8 +++ b/libexec/rbootd/rbootd.8 @@ -38,7 +38,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rbootd.8 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $Id: rbootd.8,v 1.3 1996/09/22 21:54:30 wosch Exp $ .\" .\" Utah $Hdr: rbootd.man 3.1 92/07/06$ .\" Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index c889d921d488..557d3c039871 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)rbootd.c 8.2 (Berkeley) 2/22/94 - * $Id$ + * $Id: rbootd.c,v 1.3 1996/09/22 21:54:32 wosch Exp $ * * Utah $Hdr: rbootd.c 3.1 92/07/06$ * Author: Jeff Forys, University of Utah CSS |
