aboutsummaryrefslogtreecommitdiff
path: root/libexec/rbootd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rbootd')
-rw-r--r--libexec/rbootd/Makefile2
-rw-r--r--libexec/rbootd/bpf.c2
-rw-r--r--libexec/rbootd/conf.c2
-rw-r--r--libexec/rbootd/parseconf.c2
-rw-r--r--libexec/rbootd/rbootd.82
-rw-r--r--libexec/rbootd/rbootd.c2
-rw-r--r--libexec/rbootd/rmpproto.c2
-rw-r--r--libexec/rbootd/utils.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile
index 75a16fbc8055..70c62dfeb02c 100644
--- a/libexec/rbootd/Makefile
+++ b/libexec/rbootd/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.5 1996/09/22 21:54:19 wosch Exp $
+# $Id: Makefile,v 1.5.2.1 1998/03/05 13:01:31 jkh 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 505fef76072b..78645366ec67 100644
--- a/libexec/rbootd/bpf.c
+++ b/libexec/rbootd/bpf.c
@@ -49,7 +49,7 @@
static const char sccsid[] = "@(#)bpf.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id: bpf.c,v 1.3.2.1 1997/12/16 07:17:34 charnier Exp $";
+ "$Id: bpf.c,v 1.3.2.2 1998/03/05 13:01:32 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c
index 014c02921834..1d55282540c4 100644
--- a/libexec/rbootd/conf.c
+++ b/libexec/rbootd/conf.c
@@ -49,7 +49,7 @@
static const char sccsid[] = "@(#)conf.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id: conf.c,v 1.1.1.1.8.1 1997/12/16 07:17:36 charnier Exp $";
+ "$Id: conf.c,v 1.1.1.1.8.2 1998/03/05 13:01:32 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c
index e812531d9b95..cefd6fec8d03 100644
--- a/libexec/rbootd/parseconf.c
+++ b/libexec/rbootd/parseconf.c
@@ -49,7 +49,7 @@
static const char sccsid[] = "@(#)parseconf.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id: parseconf.c,v 1.3.2.1 1997/12/16 07:17:41 charnier Exp $";
+ "$Id: parseconf.c,v 1.3.2.2 1998/03/05 13:01:34 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8
index 75e61fcf849a..a36f298fa123 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: rbootd.8,v 1.3 1996/09/22 21:54:30 wosch Exp $
+.\" $Id: rbootd.8,v 1.3.2.1 1997/12/16 07:17:43 charnier 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 563c7ebcbf37..0e3605e2ba49 100644
--- a/libexec/rbootd/rbootd.c
+++ b/libexec/rbootd/rbootd.c
@@ -55,7 +55,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)rbootd.c 8.2 (Berkeley) 2/22/94";
#endif
static const char rcsid[] =
- "$Id: rbootd.c,v 1.3.2.2 1997/12/16 07:17:46 charnier Exp $";
+ "$Id: rbootd.c,v 1.3.2.3 1998/03/05 13:01:37 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c
index c80995895b83..839ddb5b1d81 100644
--- a/libexec/rbootd/rmpproto.c
+++ b/libexec/rbootd/rmpproto.c
@@ -49,7 +49,7 @@
static const char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id: rmpproto.c,v 1.1.1.1.8.1 1997/12/16 07:17:51 charnier Exp $";
+ "$Id: rmpproto.c,v 1.1.1.1.8.2 1998/03/05 13:01:39 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c
index e0921952d2cd..c6cdfd1f00c4 100644
--- a/libexec/rbootd/utils.c
+++ b/libexec/rbootd/utils.c
@@ -49,7 +49,7 @@
static const char sccsid[] = "@(#)utils.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id: utils.c,v 1.1.1.1.8.1 1997/12/16 07:17:53 charnier Exp $";
+ "$Id: utils.c,v 1.1.1.1.8.2 1998/03/05 13:01:40 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>