From 20b46180bc742f3850de362018712c14e5666062 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sun, 28 Jan 2001 19:34:36 +0000 Subject: $OpenBSD$ --- libexec/rlogind/Makefile | 3 +-- libexec/rlogind/pathnames.h | 3 ++- libexec/rlogind/rlogind.8 | 2 +- libexec/rlogind/rlogind.c | 4 +++- 4 files changed, 7 insertions(+), 5 deletions(-) (limited to 'libexec/rlogind') 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 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 */ /* -- cgit v1.2.3