aboutsummaryrefslogtreecommitdiff
path: root/libexec/rbootd
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
commit148531ef1e6681bf21fa82c8afd667377b9c057f (patch)
tree4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/rbootd
parent3f8ba9ae3e5875d5550eb586b6c3a64adbabb639 (diff)
Notes
Diffstat (limited to 'libexec/rbootd')
-rw-r--r--libexec/rbootd/Makefile1
-rw-r--r--libexec/rbootd/bpf.c1
-rw-r--r--libexec/rbootd/parseconf.c1
-rw-r--r--libexec/rbootd/rbootd.81
-rw-r--r--libexec/rbootd/rbootd.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile
index 369b1e71fb8c8..dfb087004e34b 100644
--- a/libexec/rbootd/Makefile
+++ b/libexec/rbootd/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
+# $Id$
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 f5e8bceac6807..c39150cae4494 100644
--- a/libexec/rbootd/bpf.c
+++ b/libexec/rbootd/bpf.c
@@ -39,6 +39,7 @@
* SUCH DAMAGE.
*
* @(#)bpf.c 8.1 (Berkeley) 6/4/93
+ * $Id$
*
* 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 a01a4a5245fad..7d7bce246b814 100644
--- a/libexec/rbootd/parseconf.c
+++ b/libexec/rbootd/parseconf.c
@@ -39,6 +39,7 @@
* SUCH DAMAGE.
*
* @(#)parseconf.c 8.1 (Berkeley) 6/4/93
+ * $Id$
*
* 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 4db4d6e222a01..8b2a281359a56 100644
--- a/libexec/rbootd/rbootd.8
+++ b/libexec/rbootd/rbootd.8
@@ -38,6 +38,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rbootd.8 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.\" 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 0164345ad100f..c889d921d4880 100644
--- a/libexec/rbootd/rbootd.c
+++ b/libexec/rbootd/rbootd.c
@@ -39,6 +39,7 @@
* SUCH DAMAGE.
*
* @(#)rbootd.c 8.2 (Berkeley) 2/22/94
+ * $Id$
*
* Utah $Hdr: rbootd.c 3.1 92/07/06$
* Author: Jeff Forys, University of Utah CSS