summaryrefslogtreecommitdiff
path: root/libexec/rshd
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/rshd
parent8b4ee0567126b76c17a3aea24f11e116260516d7 (diff)
$OpenBSD$
Diffstat (limited to 'libexec/rshd')
-rw-r--r--libexec/rshd/Makefile3
-rw-r--r--libexec/rshd/rshd.82
-rw-r--r--libexec/rshd/rshd.c4
3 files changed, 5 insertions, 4 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index 34ceca9eb50..b3d671fdef3 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.5 2000/09/03 18:41:15 espie Exp $
+# $OpenBSD: Makefile,v 1.6 2001/01/28 19:34:32 niklas Exp $
PROG= rshd
SRCS= rshd.c
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8
index aa0717e38bd..51c4d1ad404 100644
--- a/libexec/rshd/rshd.8
+++ b/libexec/rshd/rshd.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: rshd.8,v 1.10 2001/01/28 19:34:32 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: @(#)rshd.8 8.1 (Berkeley) 6/4/93
-.\" $Id: rshd.8,v 1.9 2000/10/30 17:46:18 aaron Exp $
.\"
.Dd June 4, 1993
.Dt RSHD 8
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c
index e84669aa169..33d57572714 100644
--- a/libexec/rshd/rshd.c
+++ b/libexec/rshd/rshd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: rshd.c,v 1.35 2001/01/28 19:34:32 niklas Exp $ */
+
/*-
* Copyright (c) 1988, 1989, 1992, 1993, 1994
* The Regents of the University of California. All rights reserved.
@@ -39,7 +41,7 @@ static char copyright[] =
#ifndef lint
/* from: static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; */
-static char *rcsid = "$Id: rshd.c,v 1.34 2000/11/10 17:45:43 itojun Exp $";
+static char *rcsid = "$OpenBSD: rshd.c,v 1.35 2001/01/28 19:34:32 niklas Exp $";
#endif /* not lint */
/*