summaryrefslogtreecommitdiffstats
path: root/eBones/libexec
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
committerpeter <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
commit4968036f61ba12b2d7bd7a825b0a79c67054a395 (patch)
tree6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /eBones/libexec
parent090fb430f117cbbf541214c39f88eb57afb71d15 (diff)
downloadFreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.zip
FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.tar.gz
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'eBones/libexec')
-rw-r--r--eBones/libexec/Makefile2
-rw-r--r--eBones/libexec/kpropd/Makefile2
-rw-r--r--eBones/libexec/registerd/Makefile2
-rw-r--r--eBones/libexec/registerd/registerd.82
-rw-r--r--eBones/libexec/rkinitd/krb.c6
-rw-r--r--eBones/libexec/rkinitd/rkinitd.c6
-rw-r--r--eBones/libexec/rkinitd/rkinitd.h6
-rw-r--r--eBones/libexec/rkinitd/rpc.c6
-rw-r--r--eBones/libexec/rkinitd/util.c6
-rw-r--r--eBones/libexec/telnetd/Makefile2
-rw-r--r--eBones/libexec/telnetd/telnetd.82
11 files changed, 21 insertions, 21 deletions
diff --git a/eBones/libexec/Makefile b/eBones/libexec/Makefile
index 7906b87..84c486c 100644
--- a/eBones/libexec/Makefile
+++ b/eBones/libexec/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $FreeBSD$
+# $Id$
SUBDIR= kpropd registerd rkinitd
diff --git a/eBones/libexec/kpropd/Makefile b/eBones/libexec/kpropd/Makefile
index 0e13c07..4b95d18 100644
--- a/eBones/libexec/kpropd/Makefile
+++ b/eBones/libexec/kpropd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $FreeBSD$
+# $Id$
PROG= kpropd
CFLAGS+=-I${.CURDIR}/../../usr.sbin/kprop -DKERBEROS
diff --git a/eBones/libexec/registerd/Makefile b/eBones/libexec/registerd/Makefile
index 9b4ebe4..3e3c0b0 100644
--- a/eBones/libexec/registerd/Makefile
+++ b/eBones/libexec/registerd/Makefile
@@ -6,7 +6,7 @@
#
# @(#)Makefile 8.1 (Berkeley) 6/1/93
#
-# $FreeBSD$
+# $Id$
PROG= registerd
SRCS= registerd.c
diff --git a/eBones/libexec/registerd/registerd.8 b/eBones/libexec/registerd/registerd.8
index 30e009e..5e070de 100644
--- a/eBones/libexec/registerd/registerd.8
+++ b/eBones/libexec/registerd/registerd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)registerd.8 8.2 (Berkeley) 12/11/93
-.\" $FreeBSD$
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt REGISTERD 8
diff --git a/eBones/libexec/rkinitd/krb.c b/eBones/libexec/rkinitd/krb.c
index 48cf4a9..6d99f79 100644
--- a/eBones/libexec/rkinitd/krb.c
+++ b/eBones/libexec/rkinitd/krb.c
@@ -1,13 +1,13 @@
/*
- * $FreeBSD$
+ * $Id$
* $Source: /home/ncvs/src/eBones/libexec/rkinitd/krb.c,v $
- * $Author: gibbs $
+ * $Author: jkh $
*
* This file contains all of the kerberos part of rkinitd.
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$FreeBSD$";
+static char *rcsid = "$Id$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
diff --git a/eBones/libexec/rkinitd/rkinitd.c b/eBones/libexec/rkinitd/rkinitd.c
index 6c8408f..dd7a89e4 100644
--- a/eBones/libexec/rkinitd/rkinitd.c
+++ b/eBones/libexec/rkinitd/rkinitd.c
@@ -1,13 +1,13 @@
/*
- * $FreeBSD$
+ * $Id$
* $Source: /home/ncvs/src/eBones/libexec/rkinitd/rkinitd.c,v $
- * $Author: gibbs $
+ * $Author: jkh $
*
* This is the main source file for rkinit
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$FreeBSD$";
+static char *rcsid = "$Id$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
diff --git a/eBones/libexec/rkinitd/rkinitd.h b/eBones/libexec/rkinitd/rkinitd.h
index 58bfc12..ef632af 100644
--- a/eBones/libexec/rkinitd/rkinitd.h
+++ b/eBones/libexec/rkinitd/rkinitd.h
@@ -1,7 +1,7 @@
/*
- * $FreeBSD$
+ * $Id$
* $Source: /home/ncvs/src/eBones/libexec/rkinitd/rkinitd.h,v $
- * $Author: gibbs $
+ * $Author: jkh $
*
* This header file contains function declarations for use for rkinitd
*/
@@ -10,7 +10,7 @@
#define __RKINITD_H__
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid_rkinitd_h = "$FreeBSD$";
+static char *rcsid_rkinitd_h = "$Id$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#ifdef __STDC__
diff --git a/eBones/libexec/rkinitd/rpc.c b/eBones/libexec/rkinitd/rpc.c
index a391ebc..72c2230 100644
--- a/eBones/libexec/rkinitd/rpc.c
+++ b/eBones/libexec/rkinitd/rpc.c
@@ -1,13 +1,13 @@
/*
- * $FreeBSD$
+ * $Id$
* $Source: /home/ncvs/src/eBones/libexec/rkinitd/rpc.c,v $
- * $Author: gibbs $
+ * $Author: jkh $
*
* This file contains the network parts of the rkinit server.
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$FreeBSD$";
+static char *rcsid = "$Id$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
diff --git a/eBones/libexec/rkinitd/util.c b/eBones/libexec/rkinitd/util.c
index 4b288a2..865a693 100644
--- a/eBones/libexec/rkinitd/util.c
+++ b/eBones/libexec/rkinitd/util.c
@@ -1,13 +1,13 @@
/*
- * $FreeBSD$
+ * $Id$
* $Source: /home/ncvs/src/eBones/libexec/rkinitd/util.c,v $
- * $Author: gibbs $
+ * $Author: jkh $
*
* This file contains general rkinit server utilities.
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$FreeBSD$";
+static char *rcsid = "$Id$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
diff --git a/eBones/libexec/telnetd/Makefile b/eBones/libexec/telnetd/Makefile
index cd0434d..c0c82ee 100644
--- a/eBones/libexec/telnetd/Makefile
+++ b/eBones/libexec/telnetd/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 12/15/93
-# $FreeBSD$
+# $Id$
# Do not define -DKLUDGELINEMODE, as it does not interact well with many
# telnet implementations.
diff --git a/eBones/libexec/telnetd/telnetd.8 b/eBones/libexec/telnetd/telnetd.8
index def0796..8151fa0 100644
--- a/eBones/libexec/telnetd/telnetd.8
+++ b/eBones/libexec/telnetd/telnetd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)telnetd.8 8.4 (Berkeley) 6/1/94
-.\" $FreeBSD$
+.\" $Id$
.\"
.Dd June 1, 1994
.Dt TELNETD 8
OpenPOWER on IntegriCloud