summaryrefslogtreecommitdiff
path: root/libexec/rlogind
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-28 19:34:36 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-28 19:34:36 +0000
commit20b46180bc742f3850de362018712c14e5666062 (patch)
tree43a7cdbcb08aaafc20effe8b11c2e219635e61b6 /libexec/rlogind
parent8b4ee0567126b76c17a3aea24f11e116260516d7 (diff)
$OpenBSD$
Diffstat (limited to 'libexec/rlogind')
-rw-r--r--libexec/rlogind/Makefile3
-rw-r--r--libexec/rlogind/pathnames.h3
-rw-r--r--libexec/rlogind/rlogind.82
-rw-r--r--libexec/rlogind/rlogind.c4
4 files changed, 7 insertions, 5 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index 1bd5fc8fe67..f86e9a15f86 100644
--- a/libexec/rlogind/Makefile
+++ b/libexec/rlogind/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.4 2000/09/03 18:41:14 espie Exp $
+# $OpenBSD: Makefile,v 1.5 2001/01/28 19:34:31 niklas Exp $
PROG= rlogind
SRCS= rlogind.c
diff --git a/libexec/rlogind/pathnames.h b/libexec/rlogind/pathnames.h
index fceb3f19649..ff54fe91a24 100644
--- a/libexec/rlogind/pathnames.h
+++ b/libexec/rlogind/pathnames.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: pathnames.h,v 1.2 2001/01/28 19:34:31 niklas Exp $*/
+
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -31,7 +33,6 @@
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 8.1 (Berkeley) 6/4/93
- * $Id: pathnames.h,v 1.1 1995/10/18 08:43:20 deraadt Exp $
*/
#include <paths.h>
diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8
index 5f133594dee..dcd8c5da0ff 100644
--- a/libexec/rlogind/rlogind.8
+++ b/libexec/rlogind/rlogind.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: rlogind.8,v 1.7 2001/01/28 19:34:31 niklas Exp $
.\" Copyright (c) 1983, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rlogind.8 8.1 (Berkeley) 6/4/93
-.\" $Id: rlogind.8,v 1.6 2000/10/30 17:46:13 aaron Exp $
.\"
.Dd June 4, 1993
.Dt RLOGIND 8
diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c
index 57458e25856..4ea1f079b0c 100644
--- a/libexec/rlogind/rlogind.c
+++ b/libexec/rlogind/rlogind.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: rlogind.c,v 1.27 2001/01/28 19:34:31 niklas Exp $ */
+
/*-
* Copyright (c) 1983, 1988, 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -39,7 +41,7 @@ static char copyright[] =
#ifndef lint
/* from: static char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93"; */
-static char *rcsid = "$Id: rlogind.c,v 1.26 2001/01/19 18:01:03 deraadt Exp $";
+static char *rcsid = "$OpenBSD: rlogind.c,v 1.27 2001/01/28 19:34:31 niklas Exp $";
#endif /* not lint */
/*