diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/rsh | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r-- | usr.bin/rsh/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/rsh/pathnames.h | 2 | ||||
-rw-r--r-- | usr.bin/rsh/rsh.1 | 2 | ||||
-rw-r--r-- | usr.bin/rsh/rsh.c | 6 |
4 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index 1938ebdd89b..c9958fe03ab 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.6 (Berkeley) 9/27/90 -# $Id: Makefile,v 1.2 1995/12/16 22:20:35 tholo Exp $ +# $OpenBSD: Makefile,v 1.3 1996/06/26 05:38:48 deraadt Exp $ PROG= rsh SRCS= rsh.c diff --git a/usr.bin/rsh/pathnames.h b/usr.bin/rsh/pathnames.h index 0e2d92d36ce..2c6550ce4a4 100644 --- a/usr.bin/rsh/pathnames.h +++ b/usr.bin/rsh/pathnames.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:38:48 deraadt Exp $*/ /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -31,7 +32,6 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 5.2 (Berkeley) 4/9/90 - * $Id: pathnames.h,v 1.1 1995/10/18 08:46:03 deraadt Exp $ */ #define _PATH_RLOGIN "/usr/bin/rlogin" diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 4e9adce263c..3d55b47e491 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rsh.1,v 1.2 1996/06/26 05:38:49 deraadt Exp $ .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rsh.1 6.10 (Berkeley) 7/24/91 -.\" $Id: rsh.1,v 1.1 1995/10/18 08:46:03 deraadt Exp $ .\" .Dd July 24, 1991 .Dt RSH 1 diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index f80af10fa7a..4f490298e22 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -1,3 +1,5 @@ +/* $OpenBSD: rsh.c,v 1.4 1996/06/26 05:38:49 deraadt Exp $ */ + /*- * Copyright (c) 1983, 1990 The Regents of the University of California. * All rights reserved. @@ -39,12 +41,12 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ -static char rcsid[] = "$Id: rsh.c,v 1.3 1996/04/17 07:16:43 tholo Exp $"; +static char rcsid[] = "$OpenBSD: rsh.c,v 1.4 1996/06/26 05:38:49 deraadt Exp $"; #endif /* not lint */ /* * $Source: /cvs/OpenBSD/src/usr.bin/rsh/rsh.c,v $ - * $Header: /cvs/OpenBSD/src/usr.bin/rsh/rsh.c,v 1.3 1996/04/17 07:16:43 tholo Exp $ + * $Header: /cvs/OpenBSD/src/usr.bin/rsh/rsh.c,v 1.4 1996/06/26 05:38:49 deraadt Exp $ */ #include <sys/types.h> |