summaryrefslogtreecommitdiffstats
path: root/eBones/libexec
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerjkh <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit808a36ef658c1810327b5d329469bcf5dad24b28 (patch)
tree1ee435de0c816086549d85bbabfe30ead7f413ec /eBones/libexec
parent058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff)
downloadFreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip
FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
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.c8
-rw-r--r--eBones/libexec/rkinitd/rkinitd.c8
-rw-r--r--eBones/libexec/rkinitd/rkinitd.h8
-rw-r--r--eBones/libexec/rkinitd/rpc.c8
-rw-r--r--eBones/libexec/rkinitd/util.c8
-rw-r--r--eBones/libexec/telnetd/Makefile2
-rw-r--r--eBones/libexec/telnetd/telnetd.82
11 files changed, 26 insertions, 26 deletions
diff --git a/eBones/libexec/Makefile b/eBones/libexec/Makefile
index b7193e6..7906b87 100644
--- a/eBones/libexec/Makefile
+++ b/eBones/libexec/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.1 1995/09/13 17:23:59 markm Exp $
+# $FreeBSD$
SUBDIR= kpropd registerd rkinitd
diff --git a/eBones/libexec/kpropd/Makefile b/eBones/libexec/kpropd/Makefile
index 4b95d18..0e13c07 100644
--- a/eBones/libexec/kpropd/Makefile
+++ b/eBones/libexec/kpropd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id$
+# $FreeBSD$
PROG= kpropd
CFLAGS+=-I${.CURDIR}/../../usr.sbin/kprop -DKERBEROS
diff --git a/eBones/libexec/registerd/Makefile b/eBones/libexec/registerd/Makefile
index 1afe721..9b4ebe4 100644
--- a/eBones/libexec/registerd/Makefile
+++ b/eBones/libexec/registerd/Makefile
@@ -6,7 +6,7 @@
#
# @(#)Makefile 8.1 (Berkeley) 6/1/93
#
-# $Id: Makefile,v 1.5 1995/09/14 04:05:16 gibbs Exp $
+# $FreeBSD$
PROG= registerd
SRCS= registerd.c
diff --git a/eBones/libexec/registerd/registerd.8 b/eBones/libexec/registerd/registerd.8
index 5e070de..30e009e 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
-.\" $Id$
+.\" $FreeBSD$
.\"
.Dd December 11, 1993
.Dt REGISTERD 8
diff --git a/eBones/libexec/rkinitd/krb.c b/eBones/libexec/rkinitd/krb.c
index 23734db..48cf4a9 100644
--- a/eBones/libexec/rkinitd/krb.c
+++ b/eBones/libexec/rkinitd/krb.c
@@ -1,13 +1,13 @@
/*
- * $Id: krb.c,v 1.1 1993/07/29 22:45:19 dglo Exp gibbs $
- * $Source: /usr/src/eBones/rkinitd/RCS/krb.c,v $
- * $Author: dglo $
+ * $FreeBSD$
+ * $Source: /home/ncvs/src/eBones/libexec/rkinitd/krb.c,v $
+ * $Author: gibbs $
*
* This file contains all of the kerberos part of rkinitd.
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$Id: krb.c,v 1.1 1993/07/29 22:45:19 dglo Exp gibbs $";
+static char *rcsid = "$FreeBSD$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
diff --git a/eBones/libexec/rkinitd/rkinitd.c b/eBones/libexec/rkinitd/rkinitd.c
index 7244149..6c8408f 100644
--- a/eBones/libexec/rkinitd/rkinitd.c
+++ b/eBones/libexec/rkinitd/rkinitd.c
@@ -1,13 +1,13 @@
/*
- * $Id: rkinitd.c,v 1.1 1993/12/10 18:54:19 dglo Exp gibbs $
- * $Source: /usr/src/eBones/rkinitd/RCS/rkinitd.c,v $
- * $Author: dglo $
+ * $FreeBSD$
+ * $Source: /home/ncvs/src/eBones/libexec/rkinitd/rkinitd.c,v $
+ * $Author: gibbs $
*
* This is the main source file for rkinit
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$Id: rkinitd.c,v 1.1 1993/12/10 18:54:19 dglo Exp gibbs $";
+static char *rcsid = "$FreeBSD$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
diff --git a/eBones/libexec/rkinitd/rkinitd.h b/eBones/libexec/rkinitd/rkinitd.h
index 1a65cba..58bfc12 100644
--- a/eBones/libexec/rkinitd/rkinitd.h
+++ b/eBones/libexec/rkinitd/rkinitd.h
@@ -1,7 +1,7 @@
/*
- * $Id: rkinitd.h,v 1.1 1993/12/10 19:02:10 dglo Exp gibbs $
- * $Source: /usr/src/eBones/rkinitd/RCS/rkinitd.h,v $
- * $Author: dglo $
+ * $FreeBSD$
+ * $Source: /home/ncvs/src/eBones/libexec/rkinitd/rkinitd.h,v $
+ * $Author: gibbs $
*
* 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 = "$Id: rkinitd.h,v 1.1 1993/12/10 19:02:10 dglo Exp gibbs $";
+static char *rcsid_rkinitd_h = "$FreeBSD$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#ifdef __STDC__
diff --git a/eBones/libexec/rkinitd/rpc.c b/eBones/libexec/rkinitd/rpc.c
index 97d4f9f..a391ebc 100644
--- a/eBones/libexec/rkinitd/rpc.c
+++ b/eBones/libexec/rkinitd/rpc.c
@@ -1,13 +1,13 @@
/*
- * $Id: rpc.c,v 1.1 1993/12/10 18:59:29 dglo Exp gibbs $
- * $Source: /usr/src/eBones/rkinitd/RCS/rpc.c,v $
- * $Author: dglo $
+ * $FreeBSD$
+ * $Source: /home/ncvs/src/eBones/libexec/rkinitd/rpc.c,v $
+ * $Author: gibbs $
*
* This file contains the network parts of the rkinit server.
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$Id: rpc.c,v 1.1 1993/12/10 18:59:29 dglo Exp gibbs $";
+static char *rcsid = "$FreeBSD$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
diff --git a/eBones/libexec/rkinitd/util.c b/eBones/libexec/rkinitd/util.c
index 2081205..4b288a2 100644
--- a/eBones/libexec/rkinitd/util.c
+++ b/eBones/libexec/rkinitd/util.c
@@ -1,13 +1,13 @@
/*
- * $Id: util.c,v 1.1 1993/12/10 18:59:29 dglo Exp gibbs $
- * $Source: /usr/src/eBones/rkinitd/RCS/util.c,v $
- * $Author: dglo $
+ * $FreeBSD$
+ * $Source: /home/ncvs/src/eBones/libexec/rkinitd/util.c,v $
+ * $Author: gibbs $
*
* This file contains general rkinit server utilities.
*/
#if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsid = "$Id: util.c,v 1.1 1993/12/10 18:59:29 dglo Exp gibbs $";
+static char *rcsid = "$FreeBSD$";
#endif /* lint || SABER || LOCORE || RCS_HDRS */
#include <stdio.h>
diff --git a/eBones/libexec/telnetd/Makefile b/eBones/libexec/telnetd/Makefile
index c0c82ee..cd0434d 100644
--- a/eBones/libexec/telnetd/Makefile
+++ b/eBones/libexec/telnetd/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 12/15/93
-# $Id$
+# $FreeBSD$
# 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 8151fa0..def0796 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
-.\" $Id$
+.\" $FreeBSD$
.\"
.Dd June 1, 1994
.Dt TELNETD 8
OpenPOWER on IntegriCloud