diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
commit | a3ac5dbadb5694f6713891634647a7cef4553c0f (patch) | |
tree | fbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin')
268 files changed, 383 insertions, 144 deletions
diff --git a/bin/Makefile b/bin/Makefile index 91e2ce7ea62..18049e194e2 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.4 1996/06/23 14:18:58 deraadt Exp $ # $NetBSD: Makefile,v 1.12 1995/03/21 02:08:51 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 SUBDIR= cat chmod chio cp csh date dd df domainname echo ed expr hostname \ kill ln ls md5 mkdir mt mv pax ps pwd rcp rm rmail rmdir sh sleep \ diff --git a/bin/Makefile.inc b/bin/Makefile.inc index 5909afe6703..ba75b2e4b76 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.2 1996/06/23 14:18:59 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.7 1995/03/21 02:08:54 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 BINDIR?= /bin LDSTATIC= -static diff --git a/bin/cat/Makefile b/bin/cat/Makefile index a77bc1b722a..aacdfa1f67f 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:01 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/04/23 10:07:18 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= cat diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index bbcee6741ee..4c9433b8e11 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: cat.1,v 1.2 1996/06/23 14:19:01 deraadt Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 diff --git a/bin/cat/cat.c b/bin/cat/cat.c index 2f23cc3c61e..f677785ec7d 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cat.c,v 1.2 1996/06/23 14:19:02 deraadt Exp $ */ /* $NetBSD: cat.c,v 1.11 1995/09/07 06:12:54 jtc Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; #else -static char rcsid[] = "$NetBSD: cat.c,v 1.11 1995/09/07 06:12:54 jtc Exp $"; +static char rcsid[] = "$OpenBSD: cat.c,v 1.2 1996/06/23 14:19:02 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 1b33823eeca..615d9109d12 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:03 deraadt Exp $ # $NetBSD: Makefile,v 1.1.1.1 1996/04/03 00:34:39 thorpej Exp $ PROG= chio diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index eeb7cfe7773..01b60e9e9c5 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: chio.1,v 1.2 1996/06/23 14:19:03 deraadt Exp $ .\" $NetBSD: chio.1,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 2b381c199c5..a808f9a7a14 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -1,3 +1,4 @@ +/* $OpenBSD: chio.c,v 1.2 1996/06/23 14:19:04 deraadt Exp $ */ /* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* diff --git a/bin/chio/defs.h b/bin/chio/defs.h index 0ed17d1f664..e6e1249ceb2 100644 --- a/bin/chio/defs.h +++ b/bin/chio/defs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: defs.h,v 1.2 1996/06/23 14:19:05 deraadt Exp $ */ /* $NetBSD: defs.h,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h index 650279d4c76..6a14ee112ea 100644 --- a/bin/chio/pathnames.h +++ b/bin/chio/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:19:05 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index eee50579238..c82e27239d2 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:06 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:02:06 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= chmod diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 36428880344..48e1bb30a1a 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: chmod.1,v 1.2 1996/06/23 14:19:06 deraadt Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 85f89749437..620dade7597 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -1,3 +1,4 @@ +/* $OpenBSD: chmod.c,v 1.2 1996/06/23 14:19:07 deraadt Exp $ */ /* $NetBSD: chmod.c,v 1.12 1995/03/21 09:02:09 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #else -static char rcsid[] = "$NetBSD: chmod.c,v 1.12 1995/03/21 09:02:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: chmod.c,v 1.2 1996/06/23 14:19:07 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/cp/Makefile b/bin/cp/Makefile index bf00a99de8e..60702c5bdca 100644 --- a/bin/cp/Makefile +++ b/bin/cp/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:08 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/21 09:02:11 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= cp SRCS= cp.c utils.c diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index fd742e6d677..750e1fcc54a 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: cp.1,v 1.2 1996/06/23 14:19:09 deraadt Exp $ .\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 diff --git a/bin/cp/cp.c b/bin/cp/cp.c index 3fade36500c..86d2657fd43 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cp.c,v 1.2 1996/06/23 14:19:09 deraadt Exp $ */ /* $NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)cp.c 8.5 (Berkeley) 4/29/95"; #else -static char rcsid[] = "$NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $"; +static char rcsid[] = "$OpenBSD: cp.c,v 1.2 1996/06/23 14:19:09 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/cp/extern.h b/bin/cp/extern.h index ec7b1df40f9..812c0bb50cd 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:19:10 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/21 09:02:16 cgd Exp $ */ /*- diff --git a/bin/cp/utils.c b/bin/cp/utils.c index e4461a5e5af..2242e4c5796 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -1,3 +1,4 @@ +/* $OpenBSD: utils.c,v 1.2 1996/06/23 14:19:10 deraadt Exp $ */ /* $NetBSD: utils.c,v 1.4 1995/08/02 07:17:02 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; #else -static char rcsid[] = "$NetBSD: utils.c,v 1.4 1995/08/02 07:17:02 jtc Exp $"; +static char rcsid[] = "$OpenBSD: utils.c,v 1.2 1996/06/23 14:19:10 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 303d72e3e5b..86967a994c4 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:11 deraadt Exp $ # $NetBSD: Makefile,v 1.9 1995/03/21 09:02:21 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 # # C Shell with process control; VM/UNIX VAX Makefile # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria diff --git a/bin/csh/USD.doc/Makefile b/bin/csh/USD.doc/Makefile index 8a04f4fe18f..4cd9f20d913 100644 --- a/bin/csh/USD.doc/Makefile +++ b/bin/csh/USD.doc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:35 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/21 09:03:31 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 8/14/93 DIR= usd/04.csh SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g diff --git a/bin/csh/USD.doc/csh.1 b/bin/csh/USD.doc/csh.1 index 65038d882c5..72e2a967aa4 100644 --- a/bin/csh/USD.doc/csh.1 +++ b/bin/csh/USD.doc/csh.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.1,v 1.2 1996/06/23 14:19:35 deraadt Exp $ .\" $NetBSD: csh.1,v 1.3 1995/03/21 09:03:33 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2 index 2551f6910f9..d5ccf9aa797 100644 --- a/bin/csh/USD.doc/csh.2 +++ b/bin/csh/USD.doc/csh.2 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.2,v 1.2 1996/06/23 14:19:36 deraadt Exp $ .\" $NetBSD: csh.2,v 1.3 1995/03/21 09:03:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3 index 9b85e8316e7..25ca82b6448 100644 --- a/bin/csh/USD.doc/csh.3 +++ b/bin/csh/USD.doc/csh.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.3,v 1.2 1996/06/23 14:19:37 deraadt Exp $ .\" $NetBSD: csh.3,v 1.3 1995/03/21 09:03:38 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.4 b/bin/csh/USD.doc/csh.4 index 21c0f841255..e57535207e9 100644 --- a/bin/csh/USD.doc/csh.4 +++ b/bin/csh/USD.doc/csh.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.4,v 1.2 1996/06/23 14:19:39 deraadt Exp $ .\" $NetBSD: csh.4,v 1.3 1995/03/21 09:03:39 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.a b/bin/csh/USD.doc/csh.a index cae935750b8..68cbc6147b9 100644 --- a/bin/csh/USD.doc/csh.a +++ b/bin/csh/USD.doc/csh.a @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.a,v 1.2 1996/06/23 14:19:40 deraadt Exp $ .\" $NetBSD: csh.a,v 1.3 1995/03/21 09:03:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/csh.g b/bin/csh/USD.doc/csh.g index 58d24e1db1c..fbe9c248e03 100644 --- a/bin/csh/USD.doc/csh.g +++ b/bin/csh/USD.doc/csh.g @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.g,v 1.2 1996/06/23 14:19:40 deraadt Exp $ .\" $NetBSD: csh.g,v 1.3 1995/03/21 09:03:42 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/USD.doc/tabs b/bin/csh/USD.doc/tabs index bf34b12fe28..5e9a89b58f2 100644 --- a/bin/csh/USD.doc/tabs +++ b/bin/csh/USD.doc/tabs @@ -1,3 +1,4 @@ +.\" $OpenBSD: tabs,v 1.2 1996/06/23 14:19:41 deraadt Exp $ .\" $NetBSD: tabs,v 1.3 1995/03/21 09:03:45 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/bin/csh/alloc.c b/bin/csh/alloc.c index 068905bfbea..1b3bc03f77a 100644 --- a/bin/csh/alloc.c +++ b/bin/csh/alloc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: alloc.c,v 1.2 1996/06/23 14:19:12 deraadt Exp $ */ /* $NetBSD: alloc.c,v 1.6 1995/03/21 09:02:23 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)alloc.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: alloc.c,v 1.6 1995/03/21 09:02:23 cgd Exp $"; +static char rcsid[] = "$OpenBSD: alloc.c,v 1.2 1996/06/23 14:19:12 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/char.c b/bin/csh/char.c index 94a56d87ac7..b8af36fa07c 100644 --- a/bin/csh/char.c +++ b/bin/csh/char.c @@ -1,3 +1,4 @@ +/* $OpenBSD: char.c,v 1.2 1996/06/23 14:19:12 deraadt Exp $ */ /* $NetBSD: char.c,v 1.6 1995/03/21 09:02:26 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: char.c,v 1.6 1995/03/21 09:02:26 cgd Exp $"; +static char rcsid[] = "$OpenBSD: char.c,v 1.2 1996/06/23 14:19:12 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/char.h b/bin/csh/char.h index 8312ff989c9..eaeb2672381 100644 --- a/bin/csh/char.h +++ b/bin/csh/char.h @@ -1,3 +1,4 @@ +/* $OpenBSD: char.h,v 1.2 1996/06/23 14:19:13 deraadt Exp $ */ /* $NetBSD: char.h,v 1.6 1995/03/21 09:02:29 cgd Exp $ */ /*- diff --git a/bin/csh/const.c b/bin/csh/const.c index c45e6d16691..27375771b55 100644 --- a/bin/csh/const.c +++ b/bin/csh/const.c @@ -1,3 +1,4 @@ +/* $OpenBSD: const.c,v 1.2 1996/06/23 14:19:13 deraadt Exp $ */ /* $NetBSD: const.c,v 1.6 1995/03/21 09:02:31 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)const.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: const.c,v 1.6 1995/03/21 09:02:31 cgd Exp $"; +static char rcsid[] = "$OpenBSD: const.c,v 1.2 1996/06/23 14:19:13 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 431ef5112e5..f7e0ca3fd7a 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: csh.1,v 1.2 1996/06/23 14:19:15 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 diff --git a/bin/csh/csh.c b/bin/csh/csh.c index 2b16b599811..cd3b7c3e878 100644 --- a/bin/csh/csh.c +++ b/bin/csh/csh.c @@ -1,3 +1,4 @@ +/* $OpenBSD: csh.c,v 1.2 1996/06/23 14:19:16 deraadt Exp $ */ /* $NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93"; #else -static char rcsid[] = "$NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: csh.c,v 1.2 1996/06/23 14:19:16 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/csh.h b/bin/csh/csh.h index e8d7749e1e0..b0dc2a28d3f 100644 --- a/bin/csh/csh.h +++ b/bin/csh/csh.h @@ -1,3 +1,4 @@ +/* $OpenBSD: csh.h,v 1.2 1996/06/23 14:19:16 deraadt Exp $ */ /* $NetBSD: csh.h,v 1.9 1995/03/21 09:02:40 cgd Exp $ */ /*- diff --git a/bin/csh/dir.c b/bin/csh/dir.c index 3d361f184cd..56c199cce5e 100644 --- a/bin/csh/dir.c +++ b/bin/csh/dir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.c,v 1.2 1996/06/23 14:19:17 deraadt Exp $ */ /* $NetBSD: dir.c,v 1.9 1995/03/21 09:02:42 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)dir.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: dir.c,v 1.9 1995/03/21 09:02:42 cgd Exp $"; +static char rcsid[] = "$OpenBSD: dir.c,v 1.2 1996/06/23 14:19:17 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/dir.h b/bin/csh/dir.h index d22b8b3cf20..d9fed20242a 100644 --- a/bin/csh/dir.h +++ b/bin/csh/dir.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.h,v 1.2 1996/06/23 14:19:18 deraadt Exp $ */ /* $NetBSD: dir.h,v 1.6 1995/03/21 09:02:44 cgd Exp $ */ /*- diff --git a/bin/csh/dol.c b/bin/csh/dol.c index 991a61364dc..ca2502b7c0e 100644 --- a/bin/csh/dol.c +++ b/bin/csh/dol.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dol.c,v 1.2 1996/06/23 14:19:18 deraadt Exp $ */ /* $NetBSD: dol.c,v 1.8 1995/09/27 00:38:38 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)dol.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: dol.c,v 1.8 1995/09/27 00:38:38 jtc Exp $"; +static char rcsid[] = "$OpenBSD: dol.c,v 1.2 1996/06/23 14:19:18 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/err.c b/bin/csh/err.c index 2db13da357e..278cc8e3aab 100644 --- a/bin/csh/err.c +++ b/bin/csh/err.c @@ -1,3 +1,4 @@ +/* $OpenBSD: err.c,v 1.2 1996/06/23 14:19:19 deraadt Exp $ */ /* $NetBSD: err.c,v 1.6 1995/03/21 09:02:47 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: err.c,v 1.6 1995/03/21 09:02:47 cgd Exp $"; +static char rcsid[] = "$OpenBSD: err.c,v 1.2 1996/06/23 14:19:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/exec.c b/bin/csh/exec.c index fda9bac24d1..8bb1d9c5481 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exec.c,v 1.2 1996/06/23 14:19:20 deraadt Exp $ */ /* $NetBSD: exec.c,v 1.8 1995/05/23 19:47:16 christos Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)exec.c 8.3 (Berkeley) 5/23/95"; #else -static char rcsid[] = "$NetBSD: exec.c,v 1.8 1995/05/23 19:47:16 christos Exp $"; +static char rcsid[] = "$OpenBSD: exec.c,v 1.2 1996/06/23 14:19:20 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/exp.c b/bin/csh/exp.c index aab07dad37d..17e809bccc7 100644 --- a/bin/csh/exp.c +++ b/bin/csh/exp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exp.c,v 1.2 1996/06/23 14:19:20 deraadt Exp $ */ /* $NetBSD: exp.c,v 1.6 1995/03/21 09:02:51 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: exp.c,v 1.6 1995/03/21 09:02:51 cgd Exp $"; +static char rcsid[] = "$OpenBSD: exp.c,v 1.2 1996/06/23 14:19:20 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/extern.h b/bin/csh/extern.h index 755e433afa4..e062a1ddce6 100644 --- a/bin/csh/extern.h +++ b/bin/csh/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:19:21 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.7 1995/03/21 14:51:58 mycroft Exp $ */ /*- diff --git a/bin/csh/file.c b/bin/csh/file.c index 91e81c761e5..0e99bdb2912 100644 --- a/bin/csh/file.c +++ b/bin/csh/file.c @@ -1,3 +1,4 @@ +/* $OpenBSD: file.c,v 1.2 1996/06/23 14:19:22 deraadt Exp $ */ /* $NetBSD: file.c,v 1.10 1995/03/21 18:35:39 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)file.c 8.2 (Berkeley) 3/19/94"; #else -static char rcsid[] = "$NetBSD: file.c,v 1.10 1995/03/21 18:35:39 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: file.c,v 1.2 1996/06/23 14:19:22 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/func.c b/bin/csh/func.c index 78d4751b6c2..a3ea67116e3 100644 --- a/bin/csh/func.c +++ b/bin/csh/func.c @@ -1,3 +1,4 @@ +/* $OpenBSD: func.c,v 1.3 1996/06/23 14:19:22 deraadt Exp $ */ /* $NetBSD: func.c,v 1.11 1996/02/09 02:28:29 christos Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)func.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: func.c,v 1.11 1996/02/09 02:28:29 christos Exp $"; +static char rcsid[] = "$OpenBSD: func.c,v 1.3 1996/06/23 14:19:22 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/glob.c b/bin/csh/glob.c index 1d9cadec71b..9dc7f9daf24 100644 --- a/bin/csh/glob.c +++ b/bin/csh/glob.c @@ -1,3 +1,4 @@ +/* $OpenBSD: glob.c,v 1.2 1996/06/23 14:19:23 deraadt Exp $ */ /* $NetBSD: glob.c,v 1.10 1995/03/21 09:03:01 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)glob.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: glob.c,v 1.10 1995/03/21 09:03:01 cgd Exp $"; +static char rcsid[] = "$OpenBSD: glob.c,v 1.2 1996/06/23 14:19:23 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/hist.c b/bin/csh/hist.c index ad449f9341f..b58bba91804 100644 --- a/bin/csh/hist.c +++ b/bin/csh/hist.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hist.c,v 1.2 1996/06/23 14:19:24 deraadt Exp $ */ /* $NetBSD: hist.c,v 1.7 1995/03/21 18:35:44 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: hist.c,v 1.7 1995/03/21 18:35:44 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: hist.c,v 1.2 1996/06/23 14:19:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/init.c b/bin/csh/init.c index bfd033e6a23..b6819e0c0c0 100644 --- a/bin/csh/init.c +++ b/bin/csh/init.c @@ -1,3 +1,4 @@ +/* $OpenBSD: init.c,v 1.2 1996/06/23 14:19:24 deraadt Exp $ */ /* $NetBSD: init.c,v 1.6 1995/03/21 09:03:05 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: init.c,v 1.6 1995/03/21 09:03:05 cgd Exp $"; +static char rcsid[] = "$OpenBSD: init.c,v 1.2 1996/06/23 14:19:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/lex.c b/bin/csh/lex.c index 3e8d47b395e..9273d67c95f 100644 --- a/bin/csh/lex.c +++ b/bin/csh/lex.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lex.c,v 1.2 1996/06/23 14:19:25 deraadt Exp $ */ /* $NetBSD: lex.c,v 1.9 1995/09/27 00:38:46 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)lex.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: lex.c,v 1.9 1995/09/27 00:38:46 jtc Exp $"; +static char rcsid[] = "$OpenBSD: lex.c,v 1.2 1996/06/23 14:19:25 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/misc.c b/bin/csh/misc.c index f9d4d7bbdb4..dec792e01c0 100644 --- a/bin/csh/misc.c +++ b/bin/csh/misc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: misc.c,v 1.2 1996/06/23 14:19:26 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.6 1995/03/21 09:03:09 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: misc.c,v 1.6 1995/03/21 09:03:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/23 14:19:26 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/parse.c b/bin/csh/parse.c index ffe1619cd76..cc318bd6eb0 100644 --- a/bin/csh/parse.c +++ b/bin/csh/parse.c @@ -1,3 +1,4 @@ +/* $OpenBSD: parse.c,v 1.2 1996/06/23 14:19:26 deraadt Exp $ */ /* $NetBSD: parse.c,v 1.6 1995/03/21 09:03:10 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: parse.c,v 1.6 1995/03/21 09:03:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: parse.c,v 1.2 1996/06/23 14:19:26 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/pathnames.h b/bin/csh/pathnames.h index 9443a7cb43c..2ce50d8e563 100644 --- a/bin/csh/pathnames.h +++ b/bin/csh/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:19:27 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/21 09:03:13 cgd Exp $ */ /* diff --git a/bin/csh/printf.c b/bin/csh/printf.c index f27561ec1fb..fdcd5b3c50d 100644 --- a/bin/csh/printf.c +++ b/bin/csh/printf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: printf.c,v 1.2 1996/06/23 14:19:27 deraadt Exp $ */ /* $NetBSD: printf.c,v 1.6 1995/03/21 09:03:15 cgd Exp $ */ /* @@ -45,7 +46,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; #else -static char rcsid[] = "$NetBSD: printf.c,v 1.6 1995/03/21 09:03:15 cgd Exp $"; +static char rcsid[] = "$OpenBSD: printf.c,v 1.2 1996/06/23 14:19:27 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/proc.c b/bin/csh/proc.c index a46065bbb46..200d59e1963 100644 --- a/bin/csh/proc.c +++ b/bin/csh/proc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: proc.c,v 1.2 1996/06/23 14:19:28 deraadt Exp $ */ /* $NetBSD: proc.c,v 1.9 1995/04/29 23:21:33 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)proc.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: proc.c,v 1.9 1995/04/29 23:21:33 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: proc.c,v 1.2 1996/06/23 14:19:28 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/proc.h b/bin/csh/proc.h index a15115fd71f..7a9d3721164 100644 --- a/bin/csh/proc.h +++ b/bin/csh/proc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: proc.h,v 1.2 1996/06/23 14:19:29 deraadt Exp $ */ /* $NetBSD: proc.h,v 1.7 1995/04/29 23:21:35 mycroft Exp $ */ /*- diff --git a/bin/csh/sem.c b/bin/csh/sem.c index 053bd5bc40b..57e934ecd70 100644 --- a/bin/csh/sem.c +++ b/bin/csh/sem.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sem.c,v 1.2 1996/06/23 14:19:29 deraadt Exp $ */ /* $NetBSD: sem.c,v 1.9 1995/09/27 00:38:50 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)sem.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: sem.c,v 1.9 1995/09/27 00:38:50 jtc Exp $"; +static char rcsid[] = "$OpenBSD: sem.c,v 1.2 1996/06/23 14:19:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/set.c b/bin/csh/set.c index 0e318cbe6b8..536195188ae 100644 --- a/bin/csh/set.c +++ b/bin/csh/set.c @@ -1,3 +1,4 @@ +/* $OpenBSD: set.c,v 1.2 1996/06/23 14:19:30 deraadt Exp $ */ /* $NetBSD: set.c,v 1.8 1995/03/21 18:35:52 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: set.c,v 1.8 1995/03/21 18:35:52 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: set.c,v 1.2 1996/06/23 14:19:30 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/str.c b/bin/csh/str.c index ecb21e5c20b..e525129e2dd 100644 --- a/bin/csh/str.c +++ b/bin/csh/str.c @@ -1,3 +1,4 @@ +/* $OpenBSD: str.c,v 1.2 1996/06/23 14:19:31 deraadt Exp $ */ /* $NetBSD: str.c,v 1.6 1995/03/21 09:03:24 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)str.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: str.c,v 1.6 1995/03/21 09:03:24 cgd Exp $"; +static char rcsid[] = "$OpenBSD: str.c,v 1.2 1996/06/23 14:19:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/time.c b/bin/csh/time.c index 709c48e15ab..fb5855909ac 100644 --- a/bin/csh/time.c +++ b/bin/csh/time.c @@ -1,3 +1,4 @@ +/* $OpenBSD: time.c,v 1.2 1996/06/23 14:19:31 deraadt Exp $ */ /* $NetBSD: time.c,v 1.7 1995/03/21 13:55:25 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: time.c,v 1.7 1995/03/21 13:55:25 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: time.c,v 1.2 1996/06/23 14:19:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/date/Makefile b/bin/date/Makefile index 46e098b185a..34f232fb639 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:42 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/21 09:03:47 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= date SRCS= date.c netdate.c diff --git a/bin/date/date.c b/bin/date/date.c index 1a85fa5d0df..58bd4ef0f95 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -1,3 +1,4 @@ +/* $OpenBSD: date.c,v 1.2 1996/06/23 14:19:42 deraadt Exp $ */ /* $NetBSD: date.c,v 1.11 1995/09/07 06:21:05 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: date.c,v 1.11 1995/09/07 06:21:05 jtc Exp $"; +static char rcsid[] = "$OpenBSD: date.c,v 1.2 1996/06/23 14:19:42 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/date/extern.h b/bin/date/extern.h index c0d7fbe5163..53a9ba68276 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:19:43 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/21 09:03:52 cgd Exp $ */ /*- diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 50595436d28..6c51040f255 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -1,3 +1,4 @@ +/* $OpenBSD: netdate.c,v 1.2 1996/06/23 14:19:43 deraadt Exp $ */ /* $NetBSD: netdate.c,v 1.10 1995/09/07 06:21:06 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)netdate.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: netdate.c,v 1.10 1995/09/07 06:21:06 jtc Exp $"; +static char rcsid[] = "$OpenBSD: netdate.c,v 1.2 1996/06/23 14:19:43 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/Makefile b/bin/dd/Makefile index a77ff56ed7f..055046edf2c 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:44 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/03/21 09:03:58 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c diff --git a/bin/dd/args.c b/bin/dd/args.c index 97ed5bd60a4..6a4d98283e2 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -1,3 +1,4 @@ +/* $OpenBSD: args.c,v 1.4 1996/06/23 14:19:45 deraadt Exp $ */ /* $NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $"; +static char rcsid[] = "$OpenBSD: args.c,v 1.4 1996/06/23 14:19:45 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/conv.c b/bin/dd/conv.c index ecb5c6a931d..bd3f3f4efbc 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conv.c,v 1.3 1996/06/23 14:19:46 deraadt Exp $ */ /* $NetBSD: conv.c,v 1.6 1996/02/20 19:29:02 jtc Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: conv.c,v 1.6 1996/02/20 19:29:02 jtc Exp $"; +static char rcsid[] = "$OpenBSD: conv.c,v 1.3 1996/06/23 14:19:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index 680232dfcce..e2c90720d08 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conv_tab.c,v 1.3 1996/06/23 14:19:46 deraadt Exp $ */ /* $NetBSD: conv_tab.c,v 1.7 1996/02/20 19:29:03 jtc Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: conv_tab.c,v 1.7 1996/02/20 19:29:03 jtc Exp $"; +static char rcsid[] = "$OpenBSD: conv_tab.c,v 1.3 1996/06/23 14:19:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index f237454fe34..fc80262a689 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dd.1,v 1.2 1996/06/23 14:19:47 deraadt Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 0abf7a31599..0af46589149 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dd.c,v 1.3 1996/06/23 14:19:47 deraadt Exp $ */ /* $NetBSD: dd.c,v 1.6 1996/02/20 19:29:06 jtc Exp $ */ /*- @@ -47,7 +48,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: dd.c,v 1.6 1996/02/20 19:29:06 jtc Exp $"; +static char rcsid[] = "$OpenBSD: dd.c,v 1.3 1996/06/23 14:19:47 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/dd.h b/bin/dd/dd.h index ecfb7a991ca..f89b2c85366 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dd.h,v 1.2 1996/06/23 14:19:48 deraadt Exp $ */ /* $NetBSD: dd.h,v 1.4 1995/03/21 09:04:08 cgd Exp $ */ /*- diff --git a/bin/dd/extern.h b/bin/dd/extern.h index 6af8999fe60..448265b53fb 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.3 1996/06/23 14:19:48 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.7 1996/02/20 19:29:07 jtc Exp $ */ /*- diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 09d5bf96ea1..666e10e1174 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: misc.c,v 1.2 1996/06/23 14:19:49 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.4 1995/03/21 09:04:10 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: misc.c,v 1.4 1995/03/21 09:04:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/23 14:19:49 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/dd/position.c b/bin/dd/position.c index 01b9a3fd4f6..ca2612d2960 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -1,3 +1,4 @@ +/* $OpenBSD: position.c,v 1.2 1996/06/23 14:19:49 deraadt Exp $ */ /* $NetBSD: position.c,v 1.4 1995/03/21 09:04:12 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: position.c,v 1.4 1995/03/21 09:04:12 cgd Exp $"; +static char rcsid[] = "$OpenBSD: position.c,v 1.2 1996/06/23 14:19:49 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/df/Makefile b/bin/df/Makefile index 164bab04d60..a07eb37e972 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:50 deraadt Exp $ # $NetBSD: Makefile,v 1.9 1995/03/21 09:04:14 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 4/1/94 PROG= df BINGRP= operator diff --git a/bin/df/df.1 b/bin/df/df.1 index efda2690dd3..b6a06195c78 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: df.1,v 1.3 1996/06/23 14:19:51 deraadt Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 diff --git a/bin/df/df.c b/bin/df/df.c index a07523400a1..0a8aae6ecbe 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -1,3 +1,4 @@ +/* $OpenBSD: df.c,v 1.3 1996/06/23 14:19:51 deraadt Exp $ */ /* $NetBSD: df.c,v 1.21.2.1 1995/11/01 00:06:11 jtc Exp $ */ /* @@ -48,7 +49,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)df.c 8.7 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: df.c,v 1.21.2.1 1995/11/01 00:06:11 jtc Exp $"; +static char rcsid[] = "$OpenBSD: df.c,v 1.3 1996/06/23 14:19:51 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile index f05139489db..227ad27f4c4 100644 --- a/bin/domainname/Makefile +++ b/bin/domainname/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:52 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/03/21 09:04:19 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= domainname diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1 index 5ac918cf504..f5f09adc7cb 100644 --- a/bin/domainname/domainname.1 +++ b/bin/domainname/domainname.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: domainname.1,v 1.2 1996/06/23 14:19:53 deraadt Exp $ .\" $NetBSD: domainname.1,v 1.7 1995/07/25 19:36:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1988, 1990, 1993 diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c index a0b557703b1..6c83a779c16 100644 --- a/bin/domainname/domainname.c +++ b/bin/domainname/domainname.c @@ -1,3 +1,4 @@ +/* $OpenBSD: domainname.c,v 1.2 1996/06/23 14:19:54 deraadt Exp $ */ /* $NetBSD: domainname.c,v 1.7 1995/03/21 09:04:22 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: domainname.c,v 1.7 1995/03/21 09:04:22 cgd Exp $"; +static char rcsid[] = "$OpenBSD: domainname.c,v 1.2 1996/06/23 14:19:54 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/echo/Makefile b/bin/echo/Makefile index 2a7b3c12422..8de9a4c8256 100644 --- a/bin/echo/Makefile +++ b/bin/echo/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:55 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:04:24 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= echo diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index 47abbf531e3..60b67da8129 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: echo.1,v 1.2 1996/06/23 14:19:55 deraadt Exp $ .\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 diff --git a/bin/echo/echo.c b/bin/echo/echo.c index a2ef2b8a4bd..72dd9aac56d 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -1,3 +1,4 @@ +/* $OpenBSD: echo.c,v 1.2 1996/06/23 14:19:56 deraadt Exp $ */ /* $NetBSD: echo.c,v 1.6 1995/03/21 09:04:27 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: echo.c,v 1.6 1995/03/21 09:04:27 cgd Exp $"; +static char rcsid[] = "$OpenBSD: echo.c,v 1.2 1996/06/23 14:19:56 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/Makefile b/bin/ed/Makefile index b0dfe0bf61f..e5f2060c144 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.4 1996/06/23 14:19:57 deraadt Exp $ # $NetBSD: Makefile,v 1.24 1995/03/21 09:04:30 cgd Exp $ PROG= ed diff --git a/bin/ed/POSIX b/bin/ed/POSIX index f88def98356..cd76d9ea5a9 100644 --- a/bin/ed/POSIX +++ b/bin/ed/POSIX @@ -1,3 +1,4 @@ +$OpenBSD: POSIX,v 1.2 1996/06/23 14:19:57 deraadt Exp $ $NetBSD: POSIX,v 1.9 1995/03/21 09:04:32 cgd Exp $ This version of ed(1) is not strictly POSIX compliant, as described in diff --git a/bin/ed/README b/bin/ed/README index 285bc13d0ff..6be47b2c44b 100644 --- a/bin/ed/README +++ b/bin/ed/README @@ -1,3 +1,4 @@ +$OpenBSD: README,v 1.2 1996/06/23 14:19:58 deraadt Exp $ $NetBSD: README,v 1.9 1995/03/21 09:04:33 cgd Exp $ ed is an 8-bit-clean, POSIX-compliant line editor. It should work with diff --git a/bin/ed/buf.c b/bin/ed/buf.c index f90bc4f7fde..ac6aecf9a2e 100644 --- a/bin/ed/buf.c +++ b/bin/ed/buf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: buf.c,v 1.2 1996/06/23 14:19:58 deraadt Exp $ */ /* $NetBSD: buf.c,v 1.15 1995/04/23 10:07:28 cgd Exp $ */ /* buf.c: This file contains the scratch-file buffer rountines for the @@ -32,7 +33,7 @@ #if 0 static char *rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp"; #else -static char rcsid[] = "$NetBSD: buf.c,v 1.15 1995/04/23 10:07:28 cgd Exp $"; +static char rcsid[] = "$OpenBSD: buf.c,v 1.2 1996/06/23 14:19:58 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c index da8dfdf13c9..133b5f20303 100644 --- a/bin/ed/cbc.c +++ b/bin/ed/cbc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cbc.c,v 1.2 1996/06/23 14:19:59 deraadt Exp $ */ /* $NetBSD: cbc.c,v 1.9 1995/03/21 09:04:36 cgd Exp $ */ /* cbc.c: This file contains the encryption routines for the ed line editor */ @@ -43,7 +44,7 @@ #if 0 static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp"; #else -static char rcsid[] = "$NetBSD: cbc.c,v 1.9 1995/03/21 09:04:36 cgd Exp $"; +static char rcsid[] = "$OpenBSD: cbc.c,v 1.2 1996/06/23 14:19:59 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 95ca8eeaf1d..0f800555733 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ed.1,v 1.2 1996/06/23 14:20:00 deraadt Exp $ .\" $NetBSD: ed.1,v 1.13 1995/03/21 09:04:38 cgd Exp $ .\" .TH ED 1 "21 May 1993" diff --git a/bin/ed/ed.h b/bin/ed/ed.h index 6ae2ed2d398..0e67781ab3f 100644 --- a/bin/ed/ed.h +++ b/bin/ed/ed.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ed.h,v 1.2 1996/06/23 14:20:00 deraadt Exp $ */ /* $NetBSD: ed.h,v 1.23 1995/03/21 09:04:40 cgd Exp $ */ /* ed.h: type and constant definitions for the ed editor. */ diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c index f0d0857c6ac..736637994c1 100644 --- a/bin/ed/glbl.c +++ b/bin/ed/glbl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: glbl.c,v 1.2 1996/06/23 14:20:01 deraadt Exp $ */ /* $NetBSD: glbl.c,v 1.2 1995/03/21 09:04:41 cgd Exp $ */ /* glob.c: This file contains the global command routines for the ed line @@ -32,7 +33,7 @@ #if 0 static char *rcsid = "@(#)glob.c,v 1.1 1994/02/01 00:34:40 alm Exp"; #else -static char rcsid[] = "$NetBSD: glbl.c,v 1.2 1995/03/21 09:04:41 cgd Exp $"; +static char rcsid[] = "$OpenBSD: glbl.c,v 1.2 1996/06/23 14:20:01 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/io.c b/bin/ed/io.c index 597ddc74c23..a05e96a3a9e 100644 --- a/bin/ed/io.c +++ b/bin/ed/io.c @@ -1,3 +1,4 @@ +/* $OpenBSD: io.c,v 1.2 1996/06/23 14:20:02 deraadt Exp $ */ /* $NetBSD: io.c,v 1.2 1995/03/21 09:04:43 cgd Exp $ */ /* io.c: This file contains the i/o routines for the ed line editor */ @@ -31,7 +32,7 @@ #if 0 static char *rcsid = "@(#)io.c,v 1.1 1994/02/01 00:34:41 alm Exp"; #else -static char rcsid[] = "$NetBSD: io.c,v 1.2 1995/03/21 09:04:43 cgd Exp $"; +static char rcsid[] = "$OpenBSD: io.c,v 1.2 1996/06/23 14:20:02 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/main.c b/bin/ed/main.c index d7c527357a2..8033267425e 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.2 1996/06/23 14:20:02 deraadt Exp $ */ /* $NetBSD: main.c,v 1.3 1995/03/21 09:04:44 cgd Exp $ */ /* main.c: This file contains the main control and user-interface routines @@ -38,7 +39,7 @@ char *copyright = #if 0 static char *rcsid = "@(#)main.c,v 1.1 1994/02/01 00:34:42 alm Exp"; #else -static char rcsid[] = "$NetBSD: main.c,v 1.3 1995/03/21 09:04:44 cgd Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.2 1996/06/23 14:20:02 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/re.c b/bin/ed/re.c index 5ba51849ba8..93534bd9a9e 100644 --- a/bin/ed/re.c +++ b/bin/ed/re.c @@ -1,3 +1,4 @@ +/* $OpenBSD: re.c,v 1.2 1996/06/23 14:20:03 deraadt Exp $ */ /* $NetBSD: re.c,v 1.14 1995/03/21 09:04:48 cgd Exp $ */ /* re.c: This file contains the regular expression interface routines for @@ -32,7 +33,7 @@ #if 0 static char *rcsid = "@(#)re.c,v 1.6 1994/02/01 00:34:43 alm Exp"; #else -static char rcsid[] = "$NetBSD: re.c,v 1.14 1995/03/21 09:04:48 cgd Exp $"; +static char rcsid[] = "$OpenBSD: re.c,v 1.2 1996/06/23 14:20:03 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/sub.c b/bin/ed/sub.c index d5e32abe796..71fb8ef6007 100644 --- a/bin/ed/sub.c +++ b/bin/ed/sub.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sub.c,v 1.2 1996/06/23 14:20:04 deraadt Exp $ */ /* $NetBSD: sub.c,v 1.4 1995/03/21 09:04:50 cgd Exp $ */ /* sub.c: This file contains the substitution routines for the ed @@ -32,7 +33,7 @@ #if 0 static char *rcsid = "@(#)sub.c,v 1.1 1994/02/01 00:34:44 alm Exp"; #else -static char rcsid[] = "$NetBSD: sub.c,v 1.4 1995/03/21 09:04:50 cgd Exp $"; +static char rcsid[] = "$OpenBSD: sub.c,v 1.2 1996/06/23 14:20:04 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index 5f0dc3d55de..de3e737f7fb 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:05 deraadt Exp $ # $NetBSD: Makefile,v 1.11 1995/03/21 09:05:14 cgd Exp $ SHELL= /bin/sh diff --git a/bin/ed/test/README b/bin/ed/test/README index 73d7f2ee084..f57271af515 100644 --- a/bin/ed/test/README +++ b/bin/ed/test/README @@ -1,3 +1,4 @@ +$OpenBSD: README,v 1.2 1996/06/23 14:20:06 deraadt Exp $ $NetBSD: README,v 1.8 1995/03/21 09:05:18 cgd Exp $ The files in this directory with suffixes `.t', `.d', `.r' and `.err' are diff --git a/bin/ed/test/TODO b/bin/ed/test/TODO index c516d1eb809..a119709bf7a 100644 --- a/bin/ed/test/TODO +++ b/bin/ed/test/TODO @@ -1,3 +1,4 @@ +$OpenBSD: TODO,v 1.2 1996/06/23 14:20:06 deraadt Exp $ $NetBSD: TODO,v 1.3 1995/03/21 09:05:20 cgd Exp $ Some missing tests: diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh index 86a19b18d89..cb7a3cc811f 100644 --- a/bin/ed/test/ckscripts.sh +++ b/bin/ed/test/ckscripts.sh @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: ckscripts.sh,v 1.2 1996/06/23 14:20:07 deraadt Exp $ # $NetBSD: ckscripts.sh,v 1.9 1995/04/23 10:07:34 cgd Exp $ # # This script runs the .ed scripts generated by mkscripts.sh diff --git a/bin/ed/test/mkscripts.sh b/bin/ed/test/mkscripts.sh index 5e1a09527b8..2bf9b213235 100644 --- a/bin/ed/test/mkscripts.sh +++ b/bin/ed/test/mkscripts.sh @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: mkscripts.sh,v 1.2 1996/06/23 14:20:08 deraadt Exp $ # $NetBSD: mkscripts.sh,v 1.10 1995/04/23 10:07:36 cgd Exp $ # # This script generates ed test scripts (.ed) from .t files diff --git a/bin/ed/undo.c b/bin/ed/undo.c index 8a30a9110f2..dbb0fdebe09 100644 --- a/bin/ed/undo.c +++ b/bin/ed/undo.c @@ -1,3 +1,4 @@ +/* $OpenBSD: undo.c,v 1.2 1996/06/23 14:20:04 deraadt Exp $ */ /* $NetBSD: undo.c,v 1.2 1995/03/21 09:04:52 cgd Exp $ */ /* undo.c: This file contains the undo routines for the ed line editor */ @@ -31,7 +32,7 @@ #if 0 static char *rcsid = "@(#)undo.c,v 1.1 1994/02/01 00:34:44 alm Exp"; #else -static char rcsid[] = "$NetBSD: undo.c,v 1.2 1995/03/21 09:04:52 cgd Exp $"; +static char rcsid[] = "$OpenBSD: undo.c,v 1.2 1996/06/23 14:20:04 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 029c1c51155..e17e3f286d9 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:09 deraadt Exp $ # $NetBSD: Makefile,v 1.11 1995/03/21 09:05:33 cgd Exp $ PROG= expr diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 00c05b2d786..037f7beb218 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: expr.1,v 1.2 1996/06/23 14:20:09 deraadt Exp $ .\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. diff --git a/bin/expr/expr.c b/bin/expr/expr.c index b15e5fb9241..14538ee5b87 100644 --- a/bin/expr/expr.c +++ b/bin/expr/expr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: expr.c,v 1.3 1996/06/23 14:20:10 deraadt Exp $ */ /* $NetBSD: expr.c,v 1.3.6.1 1996/06/04 20:41:47 cgd Exp $ */ /* diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index 4175f642f78..453d50b8a2a 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:10 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:05:45 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= hostname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index 45dd1aae929..ce1e2e516b3 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: hostname.1,v 1.2 1996/06/23 14:20:11 deraadt Exp $ .\" $NetBSD: hostname.1,v 1.11 1995/09/07 06:28:39 jtc Exp $ .\" .\" Copyright (c) 1983, 1988, 1990, 1993 diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 2f3f3b46a0b..51f930abd57 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hostname.c,v 1.2 1996/06/23 14:20:12 deraadt Exp $ */ /* $NetBSD: hostname.c,v 1.10 1995/09/07 06:28:40 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)hostname.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: hostname.c,v 1.10 1995/09/07 06:28:40 jtc Exp $"; +static char rcsid[] = "$OpenBSD: hostname.c,v 1.2 1996/06/23 14:20:12 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/kill/Makefile b/bin/kill/Makefile index 74de9e3962e..f8aebecc70e 100644 --- a/bin/kill/Makefile +++ b/bin/kill/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:12 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:05:53 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= kill diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index 6ecf4f0d23e..a872c02819c 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: kill.1,v 1.2 1996/06/23 14:20:13 deraadt Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 diff --git a/bin/kill/kill.c b/bin/kill/kill.c index cbf9a413052..dc16479b85f 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -1,3 +1,4 @@ +/* $OpenBSD: kill.c,v 1.2 1996/06/23 14:20:14 deraadt Exp $ */ /* $NetBSD: kill.c,v 1.11 1995/09/07 06:30:27 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: kill.c,v 1.11 1995/09/07 06:30:27 jtc Exp $"; +static char rcsid[] = "$OpenBSD: kill.c,v 1.2 1996/06/23 14:20:14 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 765ae82b31d..80740a98891 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:14 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/21 09:06:05 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 5/31/93 PROG= ln MAN= ln.1 symlink.7 diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 978a8e6b605..925a7c7cb82 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ln.1,v 1.2 1996/06/23 14:20:15 deraadt Exp $ .\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 854e6be2eb9..0071e5d7fb0 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ln.c,v 1.2 1996/06/23 14:20:16 deraadt Exp $ */ /* $NetBSD: ln.c,v 1.10 1995/03/21 09:06:10 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; #else -static char rcsid[] = "$NetBSD: ln.c,v 1.10 1995/03/21 09:06:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: ln.c,v 1.2 1996/06/23 14:20:16 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index be2bc18860a..85ad7beeae5 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -1,3 +1,4 @@ +.\" $OpenBSD: symlink.7,v 1.3 1996/06/23 14:20:16 deraadt Exp $ .\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 7d4df687133..20a160063a7 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:17 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1995/03/21 09:06:18 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/2/93 PROG= ls SRCS= cmp.c stat_flags.c ls.c print.c util.c diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index df493bc5527..3ac4f52ad3c 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cmp.c,v 1.2 1996/06/23 14:20:18 deraadt Exp $ */ /* $NetBSD: cmp.c,v 1.8 1995/03/21 09:06:20 cgd Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: cmp.c,v 1.8 1995/03/21 09:06:20 cgd Exp $"; +static char rcsid[] = "$OpenBSD: cmp.c,v 1.2 1996/06/23 14:20:18 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 431037a7c68..8cf45e32dee 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:20:18 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.5 1995/03/21 09:06:24 cgd Exp $ */ /*- diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 445b32ddddc..4f4b06d0728 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ls.1,v 1.3 1996/06/23 14:20:19 deraadt Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 2fc2ef8d43b..215c2d8ea9f 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ls.c,v 1.3 1996/06/23 14:20:19 deraadt Exp $ */ /* $NetBSD: ls.c,v 1.16 1996/02/14 05:58:53 jtc Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ls.c 8.7 (Berkeley) 8/5/94"; #else -static char rcsid[] = "$NetBSD: ls.c,v 1.16 1996/02/14 05:58:53 jtc Exp $"; +static char rcsid[] = "$OpenBSD: ls.c,v 1.3 1996/06/23 14:20:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 0feaaaef592..1257a392aa8 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ls.h,v 1.2 1996/06/23 14:20:20 deraadt Exp $ */ /* $NetBSD: ls.h,v 1.7 1995/03/21 09:06:33 cgd Exp $ */ /* diff --git a/bin/ls/print.c b/bin/ls/print.c index f647fcd97c4..e24578995df 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -1,3 +1,4 @@ +/* $OpenBSD: print.c,v 1.2 1996/06/23 14:20:20 deraadt Exp $ */ /* $NetBSD: print.c,v 1.14 1995/09/07 06:43:00 jtc Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)print.c 8.5 (Berkeley) 7/28/94"; #else -static char rcsid[] = "$NetBSD: print.c,v 1.14 1995/09/07 06:43:00 jtc Exp $"; +static char rcsid[] = "$OpenBSD: print.c,v 1.2 1996/06/23 14:20:20 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/stat_flags.c b/bin/ls/stat_flags.c index 7ba8f41586e..01fe36384df 100644 --- a/bin/ls/stat_flags.c +++ b/bin/ls/stat_flags.c @@ -1,3 +1,4 @@ +/* $OpenBSD: stat_flags.c,v 1.2 1996/06/23 14:20:21 deraadt Exp $ */ /* $NetBSD: stat_flags.c,v 1.5 1995/09/07 06:43:01 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)stat_flags.c 8.2 (Berkeley) 7/28/94"; #else -static char rcsid[] = "$NetBSD: stat_flags.c,v 1.5 1995/09/07 06:43:01 jtc Exp $"; +static char rcsid[] = "$OpenBSD: stat_flags.c,v 1.2 1996/06/23 14:20:21 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/util.c b/bin/ls/util.c index 764c283695c..0914d2f8df0 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -1,3 +1,4 @@ +/* $OpenBSD: util.c,v 1.2 1996/06/23 14:20:22 deraadt Exp $ */ /* $NetBSD: util.c,v 1.12 1995/09/07 06:43:02 jtc Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)util.c 8.5 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: util.c,v 1.12 1995/09/07 06:43:02 jtc Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.2 1996/06/23 14:20:22 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile index 5af9b1845f5..5440bb2d0e0 100644 --- a/bin/mkdir/Makefile +++ b/bin/mkdir/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:22 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 07:28:51 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= mkdir diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 4f28e0b4da4..f9dee8d0124 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mkdir.1,v 1.2 1996/06/23 14:20:23 deraadt Exp $ .\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index 03439d1800e..c4a2d4179f7 100644 --- a/bin/mkdir/mkdir.c +++ b/bin/mkdir/mkdir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mkdir.c,v 1.2 1996/06/23 14:20:24 deraadt Exp $ */ /* $NetBSD: mkdir.c,v 1.14 1995/06/25 21:59:21 mycroft Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94"; #else -static char rcsid[] = "$NetBSD: mkdir.c,v 1.14 1995/06/25 21:59:21 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: mkdir.c,v 1.2 1996/06/23 14:20:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 7bc33022031..e3c533602da 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:25 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:06:48 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 4/2/94 PROG= mv diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index d9ea288954a..85260d7e4f1 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mv.1,v 1.2 1996/06/23 14:20:25 deraadt Exp $ .\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 diff --git a/bin/mv/mv.c b/bin/mv/mv.c index a85dd9084c5..d00fd7cf491 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mv.c,v 1.2 1996/06/23 14:20:26 deraadt Exp $ */ /* $NetBSD: mv.c,v 1.9 1995/03/21 09:06:52 cgd Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: mv.c,v 1.9 1995/03/21 09:06:52 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mv.c,v 1.2 1996/06/23 14:20:26 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h index c612fd0278e..79ee253a501 100644 --- a/bin/mv/pathnames.h +++ b/bin/mv/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:20:26 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/21 09:06:55 cgd Exp $ */ /* diff --git a/bin/pax/Makefile b/bin/pax/Makefile index 4492ef3a1e8..40347b32ffd 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:27 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/03/21 09:07:02 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 # To install on versions prior to BSD 4.4 the following may have to be # defined with CFLAGS += diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index b3178bcce91..35d1adbdfab 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ar_io.c,v 1.4 1996/06/23 14:20:28 deraadt Exp $ */ /* $NetBSD: ar_io.c,v 1.5 1996/03/26 23:54:13 mrg Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: ar_io.c,v 1.5 1996/03/26 23:54:13 mrg Exp $"; +static char rcsid[] = "$OpenBSD: ar_io.c,v 1.4 1996/06/23 14:20:28 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index 8e955da3c5a..b248fef1f16 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ar_subs.c,v 1.3 1996/06/23 14:20:29 deraadt Exp $ */ /* $NetBSD: ar_subs.c,v 1.5 1995/03/21 09:07:06 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: ar_subs.c,v 1.5 1995/03/21 09:07:06 cgd Exp $"; +static char rcsid[] = "$OpenBSD: ar_subs.c,v 1.3 1996/06/23 14:20:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 2f8cbc6152c..c4bbe04c51c 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: buf_subs.c,v 1.3 1996/06/23 14:20:30 deraadt Exp $ */ /* $NetBSD: buf_subs.c,v 1.5 1995/03/21 09:07:08 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: buf_subs.c,v 1.5 1995/03/21 09:07:08 cgd Exp $"; +static char rcsid[] = "$OpenBSD: buf_subs.c,v 1.3 1996/06/23 14:20:30 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/cache.c b/bin/pax/cache.c index b55af6e38c8..b64be94b3af 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cache.c,v 1.3 1996/06/23 14:20:30 deraadt Exp $ */ /* $NetBSD: cache.c,v 1.4 1995/03/21 09:07:10 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: cache.c,v 1.4 1995/03/21 09:07:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: cache.c,v 1.3 1996/06/23 14:20:30 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 7d79c54f8a9..01283ef9e59 100644 --- a/bin/pax/cache.h +++ b/bin/pax/cache.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cache.h,v 1.2 1996/06/23 14:20:31 deraadt Exp $ */ /* $NetBSD: cache.h,v 1.3 1995/03/21 09:07:12 cgd Exp $ */ /*- diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index 44caa1595d0..c4a4fb792dc 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cpio.c,v 1.3 1996/06/23 14:20:31 deraadt Exp $ */ /* $NetBSD: cpio.c,v 1.5 1995/03/21 09:07:13 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: cpio.c,v 1.5 1995/03/21 09:07:13 cgd Exp $"; +static char rcsid[] = "$OpenBSD: cpio.c,v 1.3 1996/06/23 14:20:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h index f90463cb472..811f8f3778a 100644 --- a/bin/pax/cpio.h +++ b/bin/pax/cpio.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cpio.h,v 1.2 1996/06/23 14:20:32 deraadt Exp $ */ /* $NetBSD: cpio.h,v 1.3 1995/03/21 09:07:15 cgd Exp $ */ /*- diff --git a/bin/pax/extern.h b/bin/pax/extern.h index 6c7497daeec..85b4f758383 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.4 1996/06/23 14:20:33 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.5 1996/03/26 23:54:16 mrg Exp $ */ /*- diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 3727e0fc1ee..b5451991f6d 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: file_subs.c,v 1.3 1996/06/23 14:20:33 deraadt Exp $ */ /* $NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $"; +static char rcsid[] = "$OpenBSD: file_subs.c,v 1.3 1996/06/23 14:20:33 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 0f320bd03d2..b1785b78119 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ftree.c,v 1.3 1996/06/23 14:20:34 deraadt Exp $ */ /* $NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $"; +static char rcsid[] = "$OpenBSD: ftree.c,v 1.3 1996/06/23 14:20:34 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h index 180c70f4c43..2c38171d6ff 100644 --- a/bin/pax/ftree.h +++ b/bin/pax/ftree.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ftree.h,v 1.2 1996/06/23 14:20:35 deraadt Exp $ */ /* $NetBSD: ftree.h,v 1.3 1995/03/21 09:07:23 cgd Exp $ */ /*- diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 11e4d339b9f..e4a6c15736e 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: gen_subs.c,v 1.3 1996/06/23 14:20:35 deraadt Exp $ */ /* $NetBSD: gen_subs.c,v 1.5 1995/03/21 09:07:26 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: gen_subs.c,v 1.5 1995/03/21 09:07:26 cgd Exp $"; +static char rcsid[] = "$OpenBSD: gen_subs.c,v 1.3 1996/06/23 14:20:35 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/getoldopt.c b/bin/pax/getoldopt.c index 1a8291a1265..3d5af2f00fe 100644 --- a/bin/pax/getoldopt.c +++ b/bin/pax/getoldopt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: getoldopt.c,v 1.2 1996/06/23 14:20:36 deraadt Exp $ */ /* $NetBSD: getoldopt.c,v 1.3 1995/03/21 09:07:28 cgd Exp $ */ /* @@ -10,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: getoldopt.c,v 1.3 1995/03/21 09:07:28 cgd Exp $"; +static char rcsid[] = "$OpenBSD: getoldopt.c,v 1.2 1996/06/23 14:20:36 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/bin/pax/options.c b/bin/pax/options.c index 4baad296a2b..25d4fb26478 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -1,3 +1,4 @@ +/* $OpenBSD: options.c,v 1.6 1996/06/23 14:20:36 deraadt Exp $ */ /* $NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $"; +static char rcsid[] = "$OpenBSD: options.c,v 1.6 1996/06/23 14:20:36 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/options.h b/bin/pax/options.h index 4d1c4bed0d5..d45f54afb87 100644 --- a/bin/pax/options.h +++ b/bin/pax/options.h @@ -1,3 +1,4 @@ +/* $OpenBSD: options.h,v 1.2 1996/06/23 14:20:37 deraadt Exp $ */ /* $NetBSD: options.h,v 1.3 1995/03/21 09:07:32 cgd Exp $ */ /*- diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index 631ce50d757..92b11c2447f 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pat_rep.c,v 1.3 1996/06/23 14:20:38 deraadt Exp $ */ /* $NetBSD: pat_rep.c,v 1.4 1995/03/21 09:07:33 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: pat_rep.c,v 1.4 1995/03/21 09:07:33 cgd Exp $"; +static char rcsid[] = "$OpenBSD: pat_rep.c,v 1.3 1996/06/23 14:20:38 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index 324a5b509de..b41f1e12fc4 100644 --- a/bin/pax/pat_rep.h +++ b/bin/pax/pat_rep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pat_rep.h,v 1.2 1996/06/23 14:20:38 deraadt Exp $ */ /* $NetBSD: pat_rep.h,v 1.3 1995/03/21 09:07:35 cgd Exp $ */ /*- diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 93791e15564..6e1c96e509b 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pax.1,v 1.3 1996/06/23 14:20:39 deraadt Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. diff --git a/bin/pax/pax.c b/bin/pax/pax.c index db593b7911a..f54cdb71df7 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pax.c,v 1.4 1996/06/23 14:20:39 deraadt Exp $ */ /* $NetBSD: pax.c,v 1.5 1996/03/26 23:54:20 mrg Exp $ */ /*- @@ -47,7 +48,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: pax.c,v 1.5 1996/03/26 23:54:20 mrg Exp $"; +static char rcsid[] = "$OpenBSD: pax.c,v 1.4 1996/06/23 14:20:39 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 1ca81280365..9d08286c7eb 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pax.h,v 1.3 1996/06/23 14:20:40 deraadt Exp $ */ /* $NetBSD: pax.h,v 1.3 1995/03/21 09:07:41 cgd Exp $ */ /*- diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index 7d7a949772a..8069ccb6013 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sel_subs.c,v 1.3 1996/06/23 14:20:41 deraadt Exp $ */ /* $NetBSD: sel_subs.c,v 1.5 1995/03/21 09:07:42 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: sel_subs.c,v 1.5 1995/03/21 09:07:42 cgd Exp $"; +static char rcsid[] = "$OpenBSD: sel_subs.c,v 1.3 1996/06/23 14:20:41 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index 0d003da733f..fc86e9dfa23 100644 --- a/bin/pax/sel_subs.h +++ b/bin/pax/sel_subs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: sel_subs.h,v 1.2 1996/06/23 14:20:41 deraadt Exp $ */ /* $NetBSD: sel_subs.h,v 1.3 1995/03/21 09:07:44 cgd Exp $ */ /*- diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 18008a2bc16..281d51b644e 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tables.c,v 1.3 1996/06/23 14:20:42 deraadt Exp $ */ /* $NetBSD: tables.c,v 1.4 1995/03/21 09:07:45 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: tables.c,v 1.4 1995/03/21 09:07:45 cgd Exp $"; +static char rcsid[] = "$OpenBSD: tables.c,v 1.3 1996/06/23 14:20:42 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/tables.h b/bin/pax/tables.h index cd472864fdb..1d9c8130ba6 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -1,3 +1,4 @@ +/* $OpenBSD: tables.h,v 1.2 1996/06/23 14:20:43 deraadt Exp $ */ /* $NetBSD: tables.h,v 1.3 1995/03/21 09:07:47 cgd Exp $ */ /*- diff --git a/bin/pax/tar.c b/bin/pax/tar.c index 46a800ae2a9..31eb919ec4e 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tar.c,v 1.3 1996/06/23 14:20:43 deraadt Exp $ */ /* $NetBSD: tar.c,v 1.5 1995/03/21 09:07:49 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: tar.c,v 1.5 1995/03/21 09:07:49 cgd Exp $"; +static char rcsid[] = "$OpenBSD: tar.c,v 1.3 1996/06/23 14:20:43 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/pax/tar.h b/bin/pax/tar.h index e6b6de95dc6..73ae8e096ad 100644 --- a/bin/pax/tar.h +++ b/bin/pax/tar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: tar.h,v 1.2 1996/06/23 14:20:44 deraadt Exp $ */ /* $NetBSD: tar.h,v 1.3 1995/03/21 09:07:51 cgd Exp $ */ /*- diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index 865558dd11c..ee84b54cf83 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tty_subs.c,v 1.3 1996/06/23 14:20:44 deraadt Exp $ */ /* $NetBSD: tty_subs.c,v 1.5 1995/03/21 09:07:52 cgd Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: tty_subs.c,v 1.5 1995/03/21 09:07:52 cgd Exp $"; +static char rcsid[] = "$OpenBSD: tty_subs.c,v 1.3 1996/06/23 14:20:44 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ps/Makefile b/bin/ps/Makefile index ebf58129f2b..18aea9eee10 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:20:48 deraadt Exp $ # $NetBSD: Makefile,v 1.15 1995/05/21 13:38:25 mycroft Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/2/93 PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c diff --git a/bin/ps/extern.h b/bin/ps/extern.h index 00b5d236083..7a16ce37bc4 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:20:48 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.10 1995/05/21 13:38:27 mycroft Exp $ */ /*- diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index f9a2c271ab6..db64d2e18ba 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: fmt.c,v 1.2 1996/06/23 14:20:49 deraadt Exp $ */ + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 8ff2ebeb90b..1b1c95fa115 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -1,3 +1,4 @@ +/* $OpenBSD: keyword.c,v 1.3 1996/06/23 14:20:49 deraadt Exp $ */ /* $NetBSD: keyword.c,v 1.12.6.1 1996/05/30 21:25:13 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: keyword.c,v 1.12.6.1 1996/05/30 21:25:13 cgd Exp $"; +static char rcsid[] = "$OpenBSD: keyword.c,v 1.3 1996/06/23 14:20:49 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index dc4751a289f..ff402f10829 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -1,3 +1,4 @@ +/* $OpenBSD: nlist.c,v 1.2 1996/06/23 14:20:50 deraadt Exp $ */ /* $NetBSD: nlist.c,v 1.11 1995/03/21 09:08:03 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: nlist.c,v 1.11 1995/03/21 09:08:03 cgd Exp $"; +static char rcsid[] = "$OpenBSD: nlist.c,v 1.2 1996/06/23 14:20:50 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ps/print.c b/bin/ps/print.c index 5f3635875dd..807e6bde0a6 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -1,3 +1,4 @@ +/* $OpenBSD: print.c,v 1.2 1996/06/23 14:20:50 deraadt Exp $ */ /* $NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #else -static char rcsid[] = "$NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $"; +static char rcsid[] = "$OpenBSD: print.c,v 1.2 1996/06/23 14:20:50 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 2b720051bad..3b8eba517ba 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ps.1,v 1.3 1996/06/23 14:20:51 deraadt Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 8e116161eac..80719fe7ff4 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ps.c,v 1.3 1996/06/23 14:20:51 deraadt Exp $ */ /* $NetBSD: ps.c,v 1.15 1995/05/18 20:33:25 mycroft Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: ps.c,v 1.15 1995/05/18 20:33:25 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: ps.c,v 1.3 1996/06/23 14:20:51 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ps/ps.h b/bin/ps/ps.h index 1fd65a84006..289cffca3ed 100644 --- a/bin/ps/ps.h +++ b/bin/ps/ps.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ps.h,v 1.2 1996/06/23 14:20:52 deraadt Exp $ */ /* $NetBSD: ps.h,v 1.11 1995/09/29 21:57:03 cgd Exp $ */ /*- diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index afb456425ae..34a86cbbcb3 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:53 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:08:15 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= pwd diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 611a19983bb..b58bead376c 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pwd.1,v 1.2 1996/06/23 14:20:53 deraadt Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index 5f33e3c3cf3..f196be8e4a3 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pwd.c,v 1.2 1996/06/23 14:20:54 deraadt Exp $ */ /* $NetBSD: pwd.c,v 1.7 1995/03/21 09:08:18 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94"; #else -static char rcsid[] = "$NetBSD: pwd.c,v 1.7 1995/03/21 09:08:18 cgd Exp $"; +static char rcsid[] = "$OpenBSD: pwd.c,v 1.2 1996/06/23 14:20:54 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index b6ca5655cfe..2a98263e8b9 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:20:55 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/23 08:46:35 mycroft Exp $ -# @(#)Makefile 8.1 (Berkeley) 7/19/93 PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index b2d1e573348..1464a191a07 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:20:55 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.2 1995/03/21 08:19:01 cgd Exp $ */ /*- diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index 04d1fb66cab..bc2daa0d8d4 100644 --- a/bin/rcp/pathnames.h +++ b/bin/rcp/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:20:56 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.5 1995/03/21 08:19:03 cgd Exp $ */ /* diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index df4bc026795..5ff750bc0ef 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rcp.1,v 1.2 1996/06/23 14:20:56 deraadt Exp $ .\" $NetBSD: rcp.1,v 1.6 1995/07/25 19:37:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 diff --git a/bin/rcp/util.c b/bin/rcp/util.c index 81991f60e79..1aac3b8be62 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -1,3 +1,4 @@ +/* $OpenBSD: util.c,v 1.2 1996/06/23 14:20:57 deraadt Exp $ */ /* $NetBSD: util.c,v 1.2 1995/03/21 08:19:08 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: util.c,v 1.2 1995/03/21 08:19:08 cgd Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.2 1996/06/23 14:20:57 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/rm/Makefile b/bin/rm/Makefile index e4759870891..b1c5a10f304 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:58 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/21 09:08:20 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rm diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 8083c8d2600..a4ae9425b06 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rm.1,v 1.2 1996/06/23 14:20:59 deraadt Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 3ed91f469d7..194e3849b28 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rm.c,v 1.2 1996/06/23 14:20:59 deraadt Exp $ */ /* $NetBSD: rm.c,v 1.19 1995/09/07 06:48:50 jtc Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)rm.c 8.8 (Berkeley) 4/27/95"; #else -static char rcsid[] = "$NetBSD: rm.c,v 1.19 1995/09/07 06:48:50 jtc Exp $"; +static char rcsid[] = "$OpenBSD: rm.c,v 1.2 1996/06/23 14:20:59 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index a9b6602a1da..48e6706c80e 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:00 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/21 07:08:15 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rmail MAN= rmail.8 diff --git a/bin/rmail/rmail.8 b/bin/rmail/rmail.8 index e1b607211b2..45544f997ed 100644 --- a/bin/rmail/rmail.8 +++ b/bin/rmail/rmail.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rmail.8,v 1.2 1996/06/23 14:21:01 deraadt Exp $ .\" $NetBSD: rmail.8,v 1.8 1995/03/21 07:08:21 cgd Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index 31dcaff902f..4d264055ded 100644 --- a/bin/rmail/rmail.c +++ b/bin/rmail/rmail.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rmail.c,v 1.2 1996/06/23 14:21:01 deraadt Exp $ */ /* $NetBSD: rmail.c,v 1.8 1995/09/07 06:51:50 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)rmail.c 8.3 (Berkeley) 5/15/95"; #else -static char rcsid[] = "$NetBSD: rmail.c,v 1.8 1995/09/07 06:51:50 jtc Exp $"; +static char rcsid[] = "$OpenBSD: rmail.c,v 1.2 1996/06/23 14:21:01 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index 661da1cd926..d54d18f4143 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:02 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:08:27 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rmdir diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index da980f52687..0169365c700 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rmdir.1,v 1.2 1996/06/23 14:21:03 deraadt Exp $ .\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index 5be55e9a3ab..bdf206c6d7b 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rmdir.c,v 1.2 1996/06/23 14:21:04 deraadt Exp $ */ /* $NetBSD: rmdir.c,v 1.13 1995/03/21 09:08:31 cgd Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: rmdir.c,v 1.13 1995/03/21 09:08:31 cgd Exp $"; +static char rcsid[] = "$OpenBSD: rmdir.c,v 1.2 1996/06/23 14:21:04 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/Makefile b/bin/sh/Makefile index d84a34cabf4..59f71f6fdd5 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.4 1996/06/23 14:21:05 deraadt Exp $ # $NetBSD: Makefile,v 1.23 1996/02/18 12:29:18 mycroft Exp $ -# @(#)Makefile 8.4 (Berkeley) 5/5/95 PROG= sh SRCS= alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \ diff --git a/bin/sh/TOUR b/bin/sh/TOUR index df043be5c42..27592163509 100644 --- a/bin/sh/TOUR +++ b/bin/sh/TOUR @@ -1,3 +1,4 @@ +# $OpenBSD: TOUR,v 1.2 1996/06/23 14:21:05 deraadt Exp $ # $NetBSD: TOUR,v 1.7 1995/05/11 21:28:38 christos Exp $ # @(#)TOUR 8.1 (Berkeley) 5/31/93 diff --git a/bin/sh/alias.c b/bin/sh/alias.c index ad824d1b36b..7ac0327ce53 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -1,3 +1,4 @@ +/* $OpenBSD: alias.c,v 1.2 1996/06/23 14:21:06 deraadt Exp $ */ /* $NetBSD: alias.c,v 1.6 1995/05/11 21:28:40 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: alias.c,v 1.6 1995/05/11 21:28:40 christos Exp $"; +static char rcsid[] = "$OpenBSD: alias.c,v 1.2 1996/06/23 14:21:06 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/alias.h b/bin/sh/alias.h index 85bdbad6969..03f636939e6 100644 --- a/bin/sh/alias.h +++ b/bin/sh/alias.h @@ -1,3 +1,4 @@ +/* $OpenBSD: alias.h,v 1.2 1996/06/23 14:21:07 deraadt Exp $ */ /* $NetBSD: alias.h,v 1.4 1995/05/11 21:28:42 christos Exp $ */ /*- diff --git a/bin/sh/arith.h b/bin/sh/arith.h index d71dd6c367d..32a95a14ad7 100644 --- a/bin/sh/arith.h +++ b/bin/sh/arith.h @@ -1,3 +1,4 @@ +/* $OpenBSD: arith.h,v 1.2 1996/06/23 14:21:07 deraadt Exp $ */ /* $NetBSD: arith.h,v 1.1 1995/05/11 21:28:44 christos Exp $ */ /*- diff --git a/bin/sh/arith.y b/bin/sh/arith.y index d35c5ac5f01..a5e832d1f48 100644 --- a/bin/sh/arith.y +++ b/bin/sh/arith.y @@ -1,3 +1,4 @@ +/* $OpenBSD: arith.y,v 1.2 1996/06/23 14:21:08 deraadt Exp $ */ %token ARITH_NUM ARITH_LPAREN ARITH_RPAREN %left ARITH_OR @@ -95,7 +96,7 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } #if 0 static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95"; #else -static char sccsid[] = "$NetBSD: arith.y,v 1.6 1995/05/11 21:28:45 christos Exp $"; +static char sccsid[] = "$OpenBSD: arith.y,v 1.2 1996/06/23 14:21:08 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l index 451453ce2f4..8141a7ca48b 100644 --- a/bin/sh/arith_lex.l +++ b/bin/sh/arith_lex.l @@ -1,4 +1,5 @@ %{ +/* $OpenBSD: arith_lex.l,v 1.2 1996/06/23 14:21:08 deraadt Exp $ */ /* $NetBSD: arith_lex.l,v 1.5 1995/05/11 21:28:46 christos Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95"; #else -static char sccsid[] = "$NetBSD: arith_lex.l,v 1.5 1995/05/11 21:28:46 christos Exp $"; +static char sccsid[] = "$OpenBSD: arith_lex.l,v 1.2 1996/06/23 14:21:08 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index e027c685497..9061ea52dc7 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bltin.h,v 1.2 1996/06/23 14:21:40 deraadt Exp $ */ /* $NetBSD: bltin.h,v 1.7 1995/03/21 09:10:46 cgd Exp $ */ /*- diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1 index 2b3dccd1a6f..71949968f95 100644 --- a/bin/sh/bltin/echo.1 +++ b/bin/sh/bltin/echo.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: echo.1,v 1.2 1996/06/23 14:21:41 deraadt Exp $ .\" $NetBSD: echo.1,v 1.7 1995/03/21 09:10:48 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 2a9edb11978..31f3cc51ebe 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -1,3 +1,4 @@ +/* $OpenBSD: echo.c,v 1.2 1996/06/23 14:21:41 deraadt Exp $ */ /* $NetBSD: echo.c,v 1.7 1995/03/21 09:10:49 cgd Exp $ */ /*- diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def index de129bb873c..f7bf8bb8e30 100644 --- a/bin/sh/builtins.def +++ b/bin/sh/builtins.def @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: builtins.def,v 1.2 1996/06/23 14:21:09 deraadt Exp $ # $NetBSD: builtins.def,v 1.12 1995/05/11 21:28:48 christos Exp $ # # Copyright (c) 1991, 1993 diff --git a/bin/sh/cd.c b/bin/sh/cd.c index 08a08bbf34e..b00266ad4a7 100644 --- a/bin/sh/cd.c +++ b/bin/sh/cd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cd.c,v 1.6 1996/06/23 14:21:09 deraadt Exp $ */ /* $NetBSD: cd.c,v 1.15 1996/03/01 01:58:58 jtc Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)cd.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: cd.c,v 1.15 1996/03/01 01:58:58 jtc Exp $"; +static char rcsid[] = "$OpenBSD: cd.c,v 1.6 1996/06/23 14:21:09 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/cd.h b/bin/sh/cd.h index 9226f096faa..9fc61fa1f25 100644 --- a/bin/sh/cd.h +++ b/bin/sh/cd.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cd.h,v 1.2 1996/06/23 14:21:10 deraadt Exp $ */ /* $NetBSD: cd.h,v 1.1 1995/11/19 23:27:40 christos Exp $ */ /*- diff --git a/bin/sh/error.c b/bin/sh/error.c index 093986b0541..489f00f0fee 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -1,3 +1,4 @@ +/* $OpenBSD: error.c,v 1.2 1996/06/23 14:21:10 deraadt Exp $ */ /* $NetBSD: error.c,v 1.14 1995/05/11 21:28:51 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: error.c,v 1.14 1995/05/11 21:28:51 christos Exp $"; +static char rcsid[] = "$OpenBSD: error.c,v 1.2 1996/06/23 14:21:10 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/error.h b/bin/sh/error.h index b8e999dc3a8..4e7435887e4 100644 --- a/bin/sh/error.h +++ b/bin/sh/error.h @@ -1,3 +1,4 @@ +/* $OpenBSD: error.h,v 1.2 1996/06/23 14:21:11 deraadt Exp $ */ /* $NetBSD: error.h,v 1.8 1995/05/11 21:28:53 christos Exp $ */ /*- diff --git a/bin/sh/eval.h b/bin/sh/eval.h index 58b05807254..8de880e939e 100644 --- a/bin/sh/eval.h +++ b/bin/sh/eval.h @@ -1,3 +1,4 @@ +/* $OpenBSD: eval.h,v 1.2 1996/06/23 14:21:12 deraadt Exp $ */ /* $NetBSD: eval.h,v 1.9 1995/09/11 17:05:43 christos Exp $ */ /*- diff --git a/bin/sh/exec.c b/bin/sh/exec.c index 461f8cc40e2..b96a7dd77a8 100644 --- a/bin/sh/exec.c +++ b/bin/sh/exec.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exec.c,v 1.2 1996/06/23 14:21:12 deraadt Exp $ */ /* $NetBSD: exec.c,v 1.17 1995/06/09 01:53:50 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)exec.c 8.4 (Berkeley) 6/8/95"; #else -static char rcsid[] = "$NetBSD: exec.c,v 1.17 1995/06/09 01:53:50 christos Exp $"; +static char rcsid[] = "$OpenBSD: exec.c,v 1.2 1996/06/23 14:21:12 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/exec.h b/bin/sh/exec.h index ac1b0a98551..24e99746f83 100644 --- a/bin/sh/exec.h +++ b/bin/sh/exec.h @@ -1,3 +1,4 @@ +/* $OpenBSD: exec.h,v 1.2 1996/06/23 14:21:13 deraadt Exp $ */ /* $NetBSD: exec.h,v 1.9 1995/06/09 01:53:53 christos Exp $ */ /*- diff --git a/bin/sh/expand.c b/bin/sh/expand.c index 2877a73a5f2..c3a43e3bcfd 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -1,3 +1,4 @@ +/* $OpenBSD: expand.c,v 1.3 1996/06/23 14:21:13 deraadt Exp $ */ /* $NetBSD: expand.c,v 1.20 1996/02/12 15:11:41 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)expand.c 8.5 (Berkeley) 5/15/95"; #else -static char rcsid[] = "$NetBSD: expand.c,v 1.20 1996/02/12 15:11:41 christos Exp $"; +static char rcsid[] = "$OpenBSD: expand.c,v 1.3 1996/06/23 14:21:13 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/expand.h b/bin/sh/expand.h index a4dde985e57..403925e36a7 100644 --- a/bin/sh/expand.h +++ b/bin/sh/expand.h @@ -1,3 +1,4 @@ +/* $OpenBSD: expand.h,v 1.2 1996/06/23 14:21:14 deraadt Exp $ */ /* $NetBSD: expand.h,v 1.8 1995/05/11 21:29:08 christos Exp $ */ /*- diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv index 667f846e08a..3813a3a1d28 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -1,3 +1,4 @@ +# $OpenBSD: cmv,v 1.2 1996/06/23 14:21:42 deraadt Exp $ # $NetBSD: cmv,v 1.7 1995/05/11 21:31:05 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index 68bb317bb7a..25a52f5bfa4 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -1,3 +1,4 @@ +# $OpenBSD: dirs,v 1.2 1996/06/23 14:21:43 deraadt Exp $ # $NetBSD: dirs,v 1.7 1995/05/11 21:31:08 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/funcs/kill b/bin/sh/funcs/kill index 75b0180bff7..c22886220f3 100644 --- a/bin/sh/funcs/kill +++ b/bin/sh/funcs/kill @@ -1,3 +1,4 @@ +# $OpenBSD: kill,v 1.2 1996/06/23 14:21:43 deraadt Exp $ # $NetBSD: kill,v 1.7 1995/05/11 21:31:10 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login index 7ae08b2b037..1f119042751 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -1,3 +1,4 @@ +# $OpenBSD: login,v 1.2 1996/06/23 14:21:44 deraadt Exp $ # $NetBSD: login,v 1.7 1995/05/11 21:31:11 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index 796a4f184e8..0e597f9bc80 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -1,3 +1,4 @@ +# $OpenBSD: newgrp,v 1.2 1996/06/23 14:21:44 deraadt Exp $ # $NetBSD: newgrp,v 1.7 1995/05/11 21:31:12 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index b2b65d5c2aa..de75ed296f5 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -1,3 +1,4 @@ +# $OpenBSD: popd,v 1.2 1996/06/23 14:21:45 deraadt Exp $ # $NetBSD: popd,v 1.7 1995/05/11 21:31:13 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/funcs/pushd b/bin/sh/funcs/pushd index b3930380c99..295d3236085 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -1,3 +1,4 @@ +# $OpenBSD: pushd,v 1.2 1996/06/23 14:21:46 deraadt Exp $ # $NetBSD: pushd,v 1.7 1995/05/11 21:31:15 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/funcs/suspend b/bin/sh/funcs/suspend index 8a4197dfef8..6230a0af953 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -1,3 +1,4 @@ +# $OpenBSD: suspend,v 1.2 1996/06/23 14:21:46 deraadt Exp $ # $NetBSD: suspend,v 1.7 1995/05/11 21:31:17 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 3213fe5ba7d..49d2ddb978c 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -1,3 +1,4 @@ +/* $OpenBSD: histedit.c,v 1.2 1996/06/23 14:21:15 deraadt Exp $ */ /* $NetBSD: histedit.c,v 1.8 1995/05/11 21:29:12 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)histedit.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: histedit.c,v 1.8 1995/05/11 21:29:12 christos Exp $"; +static char rcsid[] = "$OpenBSD: histedit.c,v 1.2 1996/06/23 14:21:15 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/init.h b/bin/sh/init.h index 3252aec7330..6ff740606e8 100644 --- a/bin/sh/init.h +++ b/bin/sh/init.h @@ -1,3 +1,4 @@ +/* $OpenBSD: init.h,v 1.2 1996/06/23 14:21:15 deraadt Exp $ */ /* $NetBSD: init.h,v 1.8 1995/05/11 21:29:14 christos Exp $ */ /*- diff --git a/bin/sh/input.c b/bin/sh/input.c index b4a26794c0a..ad8eb2cc14c 100644 --- a/bin/sh/input.c +++ b/bin/sh/input.c @@ -1,3 +1,4 @@ +/* $OpenBSD: input.c,v 1.3 1996/06/23 14:21:16 deraadt Exp $ */ /* $NetBSD: input.c,v 1.19 1995/10/19 04:14:37 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)input.c 8.3 (Berkeley) 6/9/95"; #else -static char rcsid[] = "$NetBSD: input.c,v 1.19 1995/10/19 04:14:37 christos Exp $"; +static char rcsid[] = "$OpenBSD: input.c,v 1.3 1996/06/23 14:21:16 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/input.h b/bin/sh/input.h index 92bff914f4b..3d041c93444 100644 --- a/bin/sh/input.h +++ b/bin/sh/input.h @@ -1,3 +1,4 @@ +/* $OpenBSD: input.h,v 1.2 1996/06/23 14:21:16 deraadt Exp $ */ /* $NetBSD: input.h,v 1.8 1995/05/11 21:29:16 christos Exp $ */ /*- diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 39c9d580699..428c99f0750 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: jobs.c,v 1.2 1996/06/23 14:21:17 deraadt Exp $ */ /* $NetBSD: jobs.c,v 1.17 1995/07/04 16:26:45 pk Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: jobs.c,v 1.17 1995/07/04 16:26:45 pk Exp $"; +static char rcsid[] = "$OpenBSD: jobs.c,v 1.2 1996/06/23 14:21:17 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h index 940286f91f1..d4868c8a418 100644 --- a/bin/sh/jobs.h +++ b/bin/sh/jobs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: jobs.h,v 1.2 1996/06/23 14:21:18 deraadt Exp $ */ /* $NetBSD: jobs.h,v 1.8 1995/05/11 21:29:19 christos Exp $ */ /*- diff --git a/bin/sh/machdep.h b/bin/sh/machdep.h index c9452eb455d..991520171d5 100644 --- a/bin/sh/machdep.h +++ b/bin/sh/machdep.h @@ -1,3 +1,4 @@ +/* $OpenBSD: machdep.h,v 1.2 1996/06/23 14:21:18 deraadt Exp $ */ /* $NetBSD: machdep.h,v 1.8 1995/05/11 21:29:21 christos Exp $ */ /*- diff --git a/bin/sh/mail.c b/bin/sh/mail.c index 001c77dbc0f..294fa180f1d 100644 --- a/bin/sh/mail.c +++ b/bin/sh/mail.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mail.c,v 1.2 1996/06/23 14:21:19 deraadt Exp $ */ /* $NetBSD: mail.c,v 1.9 1995/05/11 21:29:22 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)mail.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: mail.c,v 1.9 1995/05/11 21:29:22 christos Exp $"; +static char rcsid[] = "$OpenBSD: mail.c,v 1.2 1996/06/23 14:21:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/mail.h b/bin/sh/mail.h index e8df3cfaf58..8f836a327fa 100644 --- a/bin/sh/mail.h +++ b/bin/sh/mail.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mail.h,v 1.2 1996/06/23 14:21:19 deraadt Exp $ */ /* $NetBSD: mail.h,v 1.8 1995/05/11 21:29:23 christos Exp $ */ /*- diff --git a/bin/sh/main.c b/bin/sh/main.c index 5c75cff3196..a4c6a67eb73 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.4 1996/06/23 14:21:20 deraadt Exp $ */ /* $NetBSD: main.c,v 1.23 1995/11/19 23:27:42 christos Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.7 (Berkeley) 7/19/95"; #else -static char rcsid[] = "$NetBSD: main.c,v 1.23 1995/11/19 23:27:42 christos Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.4 1996/06/23 14:21:20 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/main.h b/bin/sh/main.h index bfe88becff3..5d25aadff34 100644 --- a/bin/sh/main.h +++ b/bin/sh/main.h @@ -1,3 +1,4 @@ +/* $OpenBSD: main.h,v 1.2 1996/06/23 14:21:20 deraadt Exp $ */ /* $NetBSD: main.h,v 1.8 1995/05/11 21:29:27 christos Exp $ */ /*- diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index 95413253c59..61c1c4fbb63 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: memalloc.c,v 1.3 1996/06/23 14:21:21 deraadt Exp $ */ /* $NetBSD: memalloc.c,v 1.17 1996/05/20 14:49:32 cgd Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: memalloc.c,v 1.17 1996/05/20 14:49:32 cgd Exp $"; +static char rcsid[] = "$OpenBSD: memalloc.c,v 1.3 1996/06/23 14:21:21 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/memalloc.h b/bin/sh/memalloc.h index eb0abe41330..837f1ed3aed 100644 --- a/bin/sh/memalloc.h +++ b/bin/sh/memalloc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: memalloc.h,v 1.2 1996/06/23 14:21:21 deraadt Exp $ */ /* $NetBSD: memalloc.h,v 1.10 1995/05/11 21:29:31 christos Exp $ */ /*- diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index 983296a5c1f..8b483e92e3c 100644 --- a/bin/sh/miscbltin.c +++ b/bin/sh/miscbltin.c @@ -1,3 +1,4 @@ +/* $OpenBSD: miscbltin.c,v 1.2 1996/06/23 14:21:22 deraadt Exp $ */ /* $NetBSD: miscbltin.c,v 1.15 1995/06/12 19:44:16 jtc Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)miscbltin.c 8.4 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: miscbltin.c,v 1.15 1995/06/12 19:44:16 jtc Exp $"; +static char rcsid[] = "$OpenBSD: miscbltin.c,v 1.2 1996/06/23 14:21:22 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/mkbuiltins b/bin/sh/mkbuiltins index 345d68bb59d..a79f8a3a40e 100644 --- a/bin/sh/mkbuiltins +++ b/bin/sh/mkbuiltins @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: mkbuiltins,v 1.2 1996/06/23 14:21:22 deraadt Exp $ # $NetBSD: mkbuiltins,v 1.12 1995/05/11 21:29:33 christos Exp $ # # Copyright (c) 1991, 1993 diff --git a/bin/sh/mkinit.c b/bin/sh/mkinit.c index b2bfbc02d98..8a5df1ff9d0 100644 --- a/bin/sh/mkinit.c +++ b/bin/sh/mkinit.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mkinit.c,v 1.3 1996/06/23 14:21:23 deraadt Exp $ */ /* $NetBSD: mkinit.c,v 1.14 1996/02/18 12:29:21 mycroft Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mkinit.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: mkinit.c,v 1.14 1996/02/18 12:29:21 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: mkinit.c,v 1.3 1996/06/23 14:21:23 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/mknodes.c b/bin/sh/mknodes.c index 259631df377..ddf3dc2b2e3 100644 --- a/bin/sh/mknodes.c +++ b/bin/sh/mknodes.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mknodes.c,v 1.2 1996/06/23 14:21:24 deraadt Exp $ */ /* $NetBSD: mknodes.c,v 1.11 1995/05/11 21:29:36 christos Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mknodes.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: mknodes.c,v 1.11 1995/05/11 21:29:36 christos Exp $"; +static char rcsid[] = "$OpenBSD: mknodes.c,v 1.2 1996/06/23 14:21:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/mksyntax.c b/bin/sh/mksyntax.c index 5b17e5fa1ac..947e7090a99 100644 --- a/bin/sh/mksyntax.c +++ b/bin/sh/mksyntax.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mksyntax.c,v 1.2 1996/06/23 14:21:24 deraadt Exp $ */ /* $NetBSD: mksyntax.c,v 1.11 1995/05/11 21:29:37 christos Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mksyntax.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: mksyntax.c,v 1.11 1995/05/11 21:29:37 christos Exp $"; +static char rcsid[] = "$OpenBSD: mksyntax.c,v 1.2 1996/06/23 14:21:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/mktokens b/bin/sh/mktokens index 739240eacca..d0fdda452ac 100644 --- a/bin/sh/mktokens +++ b/bin/sh/mktokens @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: mktokens,v 1.2 1996/06/23 14:21:25 deraadt Exp $ # $NetBSD: mktokens,v 1.7 1995/05/11 21:29:38 christos Exp $ # # Copyright (c) 1991, 1993 diff --git a/bin/sh/myhistedit.h b/bin/sh/myhistedit.h index 47b568c6dd3..6fc9459eca8 100644 --- a/bin/sh/myhistedit.h +++ b/bin/sh/myhistedit.h @@ -1,3 +1,4 @@ +/* $OpenBSD: myhistedit.h,v 1.2 1996/06/23 14:21:25 deraadt Exp $ */ /* $NetBSD: myhistedit.h,v 1.4 1995/05/11 21:29:40 christos Exp $ */ /*- diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 6fde5228c56..49178a9cb6b 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mystring.c,v 1.2 1996/06/23 14:21:26 deraadt Exp $ */ /* $NetBSD: mystring.c,v 1.10 1995/05/11 21:29:41 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)mystring.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: mystring.c,v 1.10 1995/05/11 21:29:41 christos Exp $"; +static char rcsid[] = "$OpenBSD: mystring.c,v 1.2 1996/06/23 14:21:26 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/mystring.h b/bin/sh/mystring.h index 50e67411a68..8739724ecc6 100644 --- a/bin/sh/mystring.h +++ b/bin/sh/mystring.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mystring.h,v 1.2 1996/06/23 14:21:27 deraadt Exp $ */ /* $NetBSD: mystring.h,v 1.9 1995/05/11 21:29:42 christos Exp $ */ /*- diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat index ff921663581..1bdfa5a9927 100644 --- a/bin/sh/nodes.c.pat +++ b/bin/sh/nodes.c.pat @@ -1,3 +1,4 @@ +/* $OpenBSD: nodes.c.pat,v 1.2 1996/06/23 14:21:27 deraadt Exp $ */ /* $NetBSD: nodes.c.pat,v 1.7 1995/05/11 21:29:43 christos Exp $ */ /*- diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes index cab5e027f11..41e95c8f54f 100644 --- a/bin/sh/nodetypes +++ b/bin/sh/nodetypes @@ -1,3 +1,4 @@ +# $OpenBSD: nodetypes,v 1.2 1996/06/23 14:21:28 deraadt Exp $ # $NetBSD: nodetypes,v 1.8 1995/05/11 21:29:44 christos Exp $ # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. diff --git a/bin/sh/options.c b/bin/sh/options.c index 788852bb2d7..6132bb00254 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -1,3 +1,4 @@ +/* $OpenBSD: options.c,v 1.2 1996/06/23 14:21:28 deraadt Exp $ */ /* $NetBSD: options.c,v 1.14 1995/05/11 21:29:46 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: options.c,v 1.14 1995/05/11 21:29:46 christos Exp $"; +static char rcsid[] = "$OpenBSD: options.c,v 1.2 1996/06/23 14:21:28 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/options.h b/bin/sh/options.h index 944dba34629..abc9d7ac770 100644 --- a/bin/sh/options.h +++ b/bin/sh/options.h @@ -1,3 +1,4 @@ +/* $OpenBSD: options.h,v 1.2 1996/06/23 14:21:29 deraadt Exp $ */ /* $NetBSD: options.h,v 1.8 1995/05/11 21:29:48 christos Exp $ */ /*- diff --git a/bin/sh/output.c b/bin/sh/output.c index 1512893e43e..49e7a85408e 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -1,3 +1,4 @@ +/* $OpenBSD: output.c,v 1.2 1996/06/23 14:21:30 deraadt Exp $ */ /* $NetBSD: output.c,v 1.15 1995/09/14 16:19:06 jtc Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: output.c,v 1.15 1995/09/14 16:19:06 jtc Exp $"; +static char rcsid[] = "$OpenBSD: output.c,v 1.2 1996/06/23 14:21:30 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/output.h b/bin/sh/output.h index bd76286c92b..be89552710c 100644 --- a/bin/sh/output.h +++ b/bin/sh/output.h @@ -1,3 +1,4 @@ +/* $OpenBSD: output.h,v 1.2 1996/06/23 14:21:30 deraadt Exp $ */ /* $NetBSD: output.h,v 1.11 1995/05/11 21:29:53 christos Exp $ */ /*- diff --git a/bin/sh/parser.h b/bin/sh/parser.h index 1b4fe23cc30..9ad22f8a71d 100644 --- a/bin/sh/parser.h +++ b/bin/sh/parser.h @@ -1,3 +1,4 @@ +/* $OpenBSD: parser.h,v 1.2 1996/06/23 14:21:31 deraadt Exp $ */ /* $NetBSD: parser.h,v 1.10 1995/05/11 21:30:02 christos Exp $ */ /*- diff --git a/bin/sh/redir.c b/bin/sh/redir.c index 7426209ffd6..94b43609fb6 100644 --- a/bin/sh/redir.c +++ b/bin/sh/redir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: redir.c,v 1.2 1996/06/23 14:21:31 deraadt Exp $ */ /* $NetBSD: redir.c,v 1.12 1995/05/11 21:30:10 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)redir.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: redir.c,v 1.12 1995/05/11 21:30:10 christos Exp $"; +static char rcsid[] = "$OpenBSD: redir.c,v 1.2 1996/06/23 14:21:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/redir.h b/bin/sh/redir.h index ea329e7028e..3e6883ab513 100644 --- a/bin/sh/redir.h +++ b/bin/sh/redir.h @@ -1,3 +1,4 @@ +/* $OpenBSD: redir.h,v 1.2 1996/06/23 14:21:32 deraadt Exp $ */ /* $NetBSD: redir.h,v 1.9 1995/05/11 21:30:13 christos Exp $ */ /*- diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index e038811db76..eb8d701f6a2 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: sh.1,v 1.2 1996/06/23 14:21:32 deraadt Exp $ .\" $NetBSD: sh.1,v 1.15 1995/05/11 21:30:18 christos Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/bin/sh/shell.h b/bin/sh/shell.h index 5419e330c1d..2074af9d85a 100644 --- a/bin/sh/shell.h +++ b/bin/sh/shell.h @@ -1,3 +1,4 @@ +/* $OpenBSD: shell.h,v 1.4 1996/06/23 14:21:33 deraadt Exp $ */ /* $NetBSD: shell.h,v 1.9 1996/03/01 01:59:00 jtc Exp $ */ /*- diff --git a/bin/sh/show.c b/bin/sh/show.c index 3ca9b1e157f..e9246b8975b 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -1,3 +1,4 @@ +/* $OpenBSD: show.c,v 1.2 1996/06/23 14:21:34 deraadt Exp $ */ /* $NetBSD: show.c,v 1.11 1995/05/11 21:30:24 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: show.c,v 1.11 1995/05/11 21:30:24 christos Exp $"; +static char rcsid[] = "$OpenBSD: show.c,v 1.2 1996/06/23 14:21:34 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/show.h b/bin/sh/show.h index 7ea6803ebe0..60537fa6b1e 100644 --- a/bin/sh/show.h +++ b/bin/sh/show.h @@ -1,3 +1,4 @@ +/* $OpenBSD: show.h,v 1.2 1996/06/23 14:21:34 deraadt Exp $ */ /* $NetBSD: show.h,v 1.1 1995/05/11 21:30:27 christos Exp $ */ /*- diff --git a/bin/sh/trap.c b/bin/sh/trap.c index 836ce976414..a30a525a023 100644 --- a/bin/sh/trap.c +++ b/bin/sh/trap.c @@ -1,3 +1,4 @@ +/* $OpenBSD: trap.c,v 1.2 1996/06/23 14:21:35 deraadt Exp $ */ /* $NetBSD: trap.c,v 1.15 1995/06/07 04:16:57 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95"; #else -static char rcsid[] = "$NetBSD: trap.c,v 1.15 1995/06/07 04:16:57 christos Exp $"; +static char rcsid[] = "$OpenBSD: trap.c,v 1.2 1996/06/23 14:21:35 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/trap.h b/bin/sh/trap.h index 64abb12b420..c464817c5a9 100644 --- a/bin/sh/trap.h +++ b/bin/sh/trap.h @@ -1,3 +1,4 @@ +/* $OpenBSD: trap.h,v 1.2 1996/06/23 14:21:36 deraadt Exp $ */ /* $NetBSD: trap.h,v 1.10 1995/06/07 04:17:00 christos Exp $ */ /*- diff --git a/bin/sh/var.c b/bin/sh/var.c index 9e0a4c46819..668e3e68815 100644 --- a/bin/sh/var.c +++ b/bin/sh/var.c @@ -1,3 +1,4 @@ +/* $OpenBSD: var.c,v 1.2 1996/06/23 14:21:36 deraadt Exp $ */ /* $NetBSD: var.c,v 1.13 1995/05/11 21:30:39 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: var.c,v 1.13 1995/05/11 21:30:39 christos Exp $"; +static char rcsid[] = "$OpenBSD: var.c,v 1.2 1996/06/23 14:21:36 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/sh/var.h b/bin/sh/var.h index 496b9788108..a7cd07bd712 100644 --- a/bin/sh/var.h +++ b/bin/sh/var.h @@ -1,3 +1,4 @@ +/* $OpenBSD: var.h,v 1.2 1996/06/23 14:21:37 deraadt Exp $ */ /* $NetBSD: var.h,v 1.9 1995/05/11 21:30:44 christos Exp $ */ /*- diff --git a/bin/sleep/Makefile b/bin/sleep/Makefile index 8bc1da9bd53..bab50beb862 100644 --- a/bin/sleep/Makefile +++ b/bin/sleep/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:47 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:11:08 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= sleep diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index fd8073cb25d..591c33586b1 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: sleep.1,v 1.2 1996/06/23 14:21:48 deraadt Exp $ .\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c index d03fad6e948..910fa412e9a 100644 --- a/bin/sleep/sleep.c +++ b/bin/sleep/sleep.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sleep.c,v 1.2 1996/06/23 14:21:48 deraadt Exp $ */ /* $NetBSD: sleep.c,v 1.8 1995/03/21 09:11:11 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)sleep.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: sleep.c,v 1.8 1995/03/21 09:11:11 cgd Exp $"; +static char rcsid[] = "$OpenBSD: sleep.c,v 1.2 1996/06/23 14:21:48 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 27c2b0c7cd3..5104a6b85e3 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:49 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1995/03/21 09:11:13 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index 650d1caf0a2..d704a11d747 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cchar.c,v 1.3 1996/06/23 14:21:50 deraadt Exp $ */ /* $NetBSD: cchar.c,v 1.10 1996/05/07 18:20:05 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: cchar.c,v 1.10 1996/05/07 18:20:05 jtc Exp $"; +static char rcsid[] = "$OpenBSD: cchar.c,v 1.3 1996/06/23 14:21:50 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/extern.h b/bin/stty/extern.h index 064cb5e0677..939422807ee 100644 --- a/bin/stty/extern.h +++ b/bin/stty/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.3 1996/06/23 14:21:50 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.8 1996/05/07 18:20:06 jtc Exp $ */ /*- diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index 4f866b0d2b5..6010624b730 100644 --- a/bin/stty/gfmt.c +++ b/bin/stty/gfmt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: gfmt.c,v 1.3 1996/06/23 14:21:50 deraadt Exp $ */ /* $NetBSD: gfmt.c,v 1.10 1996/05/07 18:20:08 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)gfmt.c 8.6 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: gfmt.c,v 1.10 1996/05/07 18:20:08 jtc Exp $"; +static char rcsid[] = "$OpenBSD: gfmt.c,v 1.3 1996/06/23 14:21:50 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/key.c b/bin/stty/key.c index 2758fd399ba..f6f05988c8f 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -1,3 +1,4 @@ +/* $OpenBSD: key.c,v 1.3 1996/06/23 14:21:51 deraadt Exp $ */ /* $NetBSD: key.c,v 1.11 1995/09/07 06:57:11 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)key.c 8.4 (Berkeley) 2/20/95"; #else -static char rcsid[] = "$NetBSD: key.c,v 1.11 1995/09/07 06:57:11 jtc Exp $"; +static char rcsid[] = "$OpenBSD: key.c,v 1.3 1996/06/23 14:21:51 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/modes.c b/bin/stty/modes.c index 18acbccc93a..1c4cc17428d 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -1,3 +1,4 @@ +/* $OpenBSD: modes.c,v 1.3 1996/06/23 14:21:51 deraadt Exp $ */ /* $NetBSD: modes.c,v 1.9 1996/05/07 18:20:09 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: modes.c,v 1.9 1996/05/07 18:20:09 jtc Exp $"; +static char rcsid[] = "$OpenBSD: modes.c,v 1.3 1996/06/23 14:21:51 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/print.c b/bin/stty/print.c index 524a709cea9..08e376243f0 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -1,3 +1,4 @@ +/* $OpenBSD: print.c,v 1.3 1996/06/23 14:21:52 deraadt Exp $ */ /* $NetBSD: print.c,v 1.11 1996/05/07 18:20:10 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #else -static char rcsid[] = "$NetBSD: print.c,v 1.11 1996/05/07 18:20:10 jtc Exp $"; +static char rcsid[] = "$OpenBSD: print.c,v 1.3 1996/06/23 14:21:52 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 9cd1f3906c8..4771724a85c 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: stty.1,v 1.3 1996/06/23 14:21:52 deraadt Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 14814551e8b..e8520affe4f 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -1,3 +1,4 @@ +/* $OpenBSD: stty.c,v 1.2 1996/06/23 14:21:53 deraadt Exp $ */ /* $NetBSD: stty.c,v 1.11 1995/03/21 09:11:30 cgd Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: stty.c,v 1.11 1995/03/21 09:11:30 cgd Exp $"; +static char rcsid[] = "$OpenBSD: stty.c,v 1.2 1996/06/23 14:21:53 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/stty.h b/bin/stty/stty.h index a72d7503a71..1a4d5dd7b65 100644 --- a/bin/stty/stty.h +++ b/bin/stty/stty.h @@ -1,3 +1,4 @@ +/* $OpenBSD: stty.h,v 1.3 1996/06/23 14:21:53 deraadt Exp $ */ /* $NetBSD: stty.h,v 1.7 1996/05/07 18:20:11 jtc Exp $ */ /*- diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 08d6a716797..918d1d227c6 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:54 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/21 09:11:33 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= sync MAN= sync.8 diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index b18028381ef..bf92c1f88fe 100644 --- a/bin/sync/sync.8 +++ b/bin/sync/sync.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: sync.8,v 1.2 1996/06/23 14:21:55 deraadt Exp $ .\" $NetBSD: sync.8,v 1.6 1995/03/21 09:11:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 9b0e6f1476e..9aee2e31fc1 100644 --- a/bin/sync/sync.c +++ b/bin/sync/sync.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sync.c,v 1.2 1996/06/23 14:21:55 deraadt Exp $ */ /* $NetBSD: sync.c,v 1.7 1995/03/21 09:11:37 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: sync.c,v 1.7 1995/03/21 09:11:37 cgd Exp $"; +static char rcsid[] = "$OpenBSD: sync.c,v 1.2 1996/06/23 14:21:55 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/test/Makefile b/bin/test/Makefile index 6905c4b38b7..994f82825d6 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:56 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 07:03:50 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= test SRCS= test.c diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index 672e1a0bd5e..fd13b41b546 100644 --- a/bin/test/TEST.csh +++ b/bin/test/TEST.csh @@ -1,3 +1,4 @@ +# $OpenBSD: TEST.csh,v 1.2 1996/06/23 14:21:57 deraadt Exp $ # $NetBSD: TEST.csh,v 1.2 1995/03/21 07:03:59 cgd Exp $ # @(#)TEST.csh 5.2 (Berkeley) 4/30/93 diff --git a/bin/test/test.1 b/bin/test/test.1 index f1961ab9ef2..b39808839ae 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: test.1,v 1.3 1996/06/23 14:21:57 deraadt Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 diff --git a/bin/test/test.c b/bin/test/test.c index 844c0f0db16..4014964d5b7 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: test.c,v 1.2 1996/06/23 14:21:58 deraadt Exp $ */ /* $NetBSD: test.c,v 1.15 1995/03/21 07:04:06 cgd Exp $ */ /* @@ -11,7 +12,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: test.c,v 1.15 1995/03/21 07:04:06 cgd Exp $"; +static char rcsid[] = "$OpenBSD: test.c,v 1.2 1996/06/23 14:21:58 deraadt Exp $"; #endif #include <sys/types.h> |