summaryrefslogtreecommitdiff
path: root/libexec/fingerd
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1997-01-20 21:01:28 +0000
committerthorpej <thorpej@NetBSD.org>1997-01-20 21:01:28 +0000
commit9fef925ff0b36a4add86f0fea2b738b1bf202169 (patch)
treec8d5794f48c9d1afd2836865ebad97e88210ef20 /libexec/fingerd
parent58cde8b551e7df3984147896626fafba32fe8169 (diff)
RCS ID police.
Diffstat (limited to 'libexec/fingerd')
-rw-r--r--libexec/fingerd/Makefile2
-rw-r--r--libexec/fingerd/fingerd.83
-rw-r--r--libexec/fingerd/fingerd.c9
-rw-r--r--libexec/fingerd/pathnames.h3
4 files changed, 12 insertions, 5 deletions
diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile
index 68231ce783b..329c6f3b92f 100644
--- a/libexec/fingerd/Makefile
+++ b/libexec/fingerd/Makefile
@@ -1,5 +1,5 @@
+# $NetBSD: Makefile,v 1.4 1997/01/20 21:01:28 thorpej Exp $
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.3 1994/12/22 10:26:54 cgd Exp $
PROG= fingerd
MAN= fingerd.8
diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8
index 7a3f3a9dc63..09b06fe4273 100644
--- a/libexec/fingerd/fingerd.8
+++ b/libexec/fingerd/fingerd.8
@@ -1,3 +1,5 @@
+.\" $NetBSD: fingerd.8,v 1.5 1997/01/20 21:01:29 thorpej Exp $
+.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -30,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fingerd.8 8.1 (Berkeley) 6/4/93
-.\" $Id: fingerd.8,v 1.4 1997/01/08 00:12:44 cjs Exp $
.\"
.Dd June 4, 1993
.Dt FINGERD 8
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c
index 35f6da54126..8a730dbd30c 100644
--- a/libexec/fingerd/fingerd.c
+++ b/libexec/fingerd/fingerd.c
@@ -1,3 +1,5 @@
+/* $NetBSD: fingerd.c,v 1.4 1997/01/20 21:01:30 thorpej Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -38,8 +40,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$Id: fingerd.c,v 1.3 1996/08/10 22:10:18 explorer Exp $";
+#if 0
+static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93";
+#else
+static char rcsid[] = "$NetBSD: fingerd.c,v 1.4 1997/01/20 21:01:30 thorpej Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>
diff --git a/libexec/fingerd/pathnames.h b/libexec/fingerd/pathnames.h
index bb65377e109..5baa8e083b3 100644
--- a/libexec/fingerd/pathnames.h
+++ b/libexec/fingerd/pathnames.h
@@ -1,3 +1,5 @@
+/* $NetBSD: pathnames.h,v 1.3 1997/01/20 21:01:31 thorpej Exp $ */
+
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
@@ -31,7 +33,6 @@
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 5.3 (Berkeley) 6/1/90
- * $Id: pathnames.h,v 1.2 1993/08/01 18:30:54 mycroft Exp $
*/
#define _PATH_FINGER "/usr/bin/finger"