diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
commit | ee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch) | |
tree | d0c5a8ce449174adb1446885a3852074d1bf406d | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
272 files changed, 373 insertions, 130 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index 21ab395c373..c248ec793fd 100644 --- a/sbin/Makefile.inc +++ b/sbin/Makefile.inc @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.2 1996/06/23 14:29:50 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.10 1995/03/18 14:54:22 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93 BINDIR?= /sbin LDSTATIC= -static diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index 4bf7cdbbf35..57761865178 100644 --- a/sbin/badsect/Makefile +++ b/sbin/badsect/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:29:53 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1995/03/18 14:54:24 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= badsect MAN= badsect.8 diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index a8f2337f5af..8660a5130c4 100644 --- a/sbin/badsect/badsect.8 +++ b/sbin/badsect/badsect.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: badsect.8,v 1.2 1996/06/23 14:29:54 deraadt Exp $ .\" $NetBSD: badsect.8,v 1.8 1995/03/18 14:54:27 cgd Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 6f25035163d..9a1a4773ff4 100644 --- a/sbin/badsect/badsect.c +++ b/sbin/badsect/badsect.c @@ -1,3 +1,4 @@ +/* $OpenBSD: badsect.c,v 1.2 1996/06/23 14:29:54 deraadt Exp $ */ /* $NetBSD: badsect.c,v 1.10 1995/03/18 14:54:28 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)badsect.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: badsect.c,v 1.10 1995/03/18 14:54:28 cgd Exp $"; +static char rcsid[] = "$OpenBSD: badsect.c,v 1.2 1996/06/23 14:29:54 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/bim/Makefile b/sbin/bim/Makefile index 6cba4236c9e..cdb64be1d6e 100644 --- a/sbin/bim/Makefile +++ b/sbin/bim/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:29:55 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1995/03/18 12:28:06 cgd Exp $ PROG = bim diff --git a/sbin/bim/bim.c b/sbin/bim/bim.c index a6db3148db2..5c8daecbc75 100644 --- a/sbin/bim/bim.c +++ b/sbin/bim/bim.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bim.c,v 1.2 1996/06/23 14:29:56 deraadt Exp $ */ /* $NetBSD: bim.c,v 1.4 1995/09/28 07:08:49 phil Exp $ */ /* diff --git a/sbin/bim/cmdtable.h b/sbin/bim/cmdtable.h index 5bfa1ba08a7..30a31af9f33 100644 --- a/sbin/bim/cmdtable.h +++ b/sbin/bim/cmdtable.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cmdtable.h,v 1.2 1996/06/23 14:29:56 deraadt Exp $ */ /* $NetBSD: cmdtable.h,v 1.2 1995/03/18 12:28:13 cgd Exp $ */ /* diff --git a/sbin/bim/command.c b/sbin/bim/command.c index 81ada226688..2fbb85442de 100644 --- a/sbin/bim/command.c +++ b/sbin/bim/command.c @@ -1,3 +1,4 @@ +/* $OpenBSD: command.c,v 1.2 1996/06/23 14:29:57 deraadt Exp $ */ /* $NetBSD: command.c,v 1.2 1995/03/18 12:28:15 cgd Exp $ */ /* diff --git a/sbin/bim/command.h b/sbin/bim/command.h index dc6bc23cf40..269efd7fd7b 100644 --- a/sbin/bim/command.h +++ b/sbin/bim/command.h @@ -1,3 +1,4 @@ +/* $OpenBSD: command.h,v 1.2 1996/06/23 14:29:57 deraadt Exp $ */ /* $NetBSD: command.h,v 1.2 1995/03/18 12:28:17 cgd Exp $ */ /* diff --git a/sbin/bim/images.h b/sbin/bim/images.h index fb5ab088533..70fa379dab7 100644 --- a/sbin/bim/images.h +++ b/sbin/bim/images.h @@ -1,3 +1,4 @@ +/* $OpenBSD: images.h,v 1.2 1996/06/23 14:29:58 deraadt Exp $ */ /* $NetBSD: images.h,v 1.2 1995/03/18 12:28:19 cgd Exp $ */ /* diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile index 13f6e1f9d63..b30a2f27983 100644 --- a/sbin/ccdconfig/Makefile +++ b/sbin/ccdconfig/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:29:59 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1996/05/16 07:11:17 thorpej Exp $ PROG= ccdconfig diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index 65f8d6bf398..2ae30195422 100644 --- a/sbin/clri/Makefile +++ b/sbin/clri/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:00 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 14:54:30 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= clri MAN= clri.8 diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index 5424cece4a3..29d1d523018 100644 --- a/sbin/clri/clri.8 +++ b/sbin/clri/clri.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: clri.8,v 1.2 1996/06/23 14:30:01 deraadt Exp $ .\" $NetBSD: clri.8,v 1.2 1995/03/18 14:54:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 025409d86f0..28df2238c45 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clri.c,v 1.2 1996/06/23 14:30:01 deraadt Exp $ */ /* $NetBSD: clri.c,v 1.9 1995/03/18 14:54:33 cgd Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; #else -static char rcsid[] = "$NetBSD: clri.c,v 1.9 1995/03/18 14:54:33 cgd Exp $"; +static char rcsid[] = "$OpenBSD: clri.c,v 1.2 1996/06/23 14:30:01 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/config_slot/Makefile b/sbin/config_slot/Makefile index 74e14e35e1f..9cddf17faa7 100644 --- a/sbin/config_slot/Makefile +++ b/sbin/config_slot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/04/29 13:07:01 hvozda Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:02 deraadt Exp $ SRCS = config_slot.c pcmcia_conf.c VPATH = ${.CURDIR}/../../sys/dev/pcmcia diff --git a/sbin/config_slot/config_slot.c b/sbin/config_slot/config_slot.c index a24c387eff9..aec51b85fd0 100644 --- a/sbin/config_slot/config_slot.c +++ b/sbin/config_slot/config_slot.c @@ -1,3 +1,5 @@ +/* $OpenBSD: config_slot.c,v 1.2 1996/06/23 14:30:02 deraadt Exp $ */ + /* * Copyright (c) 1993, 1994 Stefan Grefen. All rights reserved. * diff --git a/sbin/config_slot/read_conf.c b/sbin/config_slot/read_conf.c index 9e4a60cb569..333b93ac097 100644 --- a/sbin/config_slot/read_conf.c +++ b/sbin/config_slot/read_conf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: read_conf.c,v 1.2 1996/06/23 14:30:03 deraadt Exp $ */ + /* * Copyright (c) 1993, 1994 Stefan Grefen. All rights reserved. * diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index 1dcc22cd1c9..72e74ca7f37 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.5 @@ -1,3 +1,4 @@ +.\" $OpenBSD: disklabel.5,v 1.2 1996/06/23 14:30:04 deraadt Exp $ .\" $NetBSD: disklabel.5,v 1.3 1995/03/18 14:54:36 cgd Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 3a57dd377a5..3f6d82a2f84 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: disklabel.8,v 1.2 1996/06/23 14:30:05 deraadt Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 diff --git a/sbin/disklabel/dkcksum.c b/sbin/disklabel/dkcksum.c index 851a55a7e7d..834ff5c838c 100644 --- a/sbin/disklabel/dkcksum.c +++ b/sbin/disklabel/dkcksum.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dkcksum.c,v 1.2 1996/06/23 14:30:05 deraadt Exp $ */ /* $NetBSD: dkcksum.c,v 1.6 1995/03/18 14:54:42 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)dkcksum.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: dkcksum.c,v 1.6 1995/03/18 14:54:42 cgd Exp $"; +static char rcsid[] = "$OpenBSD: dkcksum.c,v 1.2 1996/06/23 14:30:05 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/disklabel/pathnames.h b/sbin/disklabel/pathnames.h index 2123e5ffe7c..ac7f49ad88f 100644 --- a/sbin/disklabel/pathnames.h +++ b/sbin/disklabel/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:30:06 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/18 14:54:43 cgd Exp $ */ /* diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index 939fc3d26cb..9dba2bc9436 100644 --- a/sbin/dmesg/Makefile +++ b/sbin/dmesg/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:07 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1995/03/18 14:54:45 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= dmesg MAN= dmesg.8 diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index e49d77215ba..0cacfe419de 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dmesg.8,v 1.2 1996/06/23 14:30:07 deraadt Exp $ .\" $NetBSD: dmesg.8,v 1.9 1995/03/18 14:54:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index be0c3638ea6..ad9e1385b67 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dmesg.c,v 1.2 1996/06/23 14:30:08 deraadt Exp $ */ /* $NetBSD: dmesg.c,v 1.8 1995/03/18 14:54:49 cgd Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: dmesg.c,v 1.8 1995/03/18 14:54:49 cgd Exp $"; +static char rcsid[] = "$OpenBSD: dmesg.c,v 1.2 1996/06/23 14:30:08 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index d49fef2b75a..a3a170e5fce 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:09 deraadt Exp $ # $NetBSD: Makefile,v 1.16 1995/03/18 14:54:53 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 # dump.h header file # itime.c reads /etc/dumpdates diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 37457a6a8e6..611efc43fe5 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dump.8,v 1.3 1996/06/23 14:30:09 deraadt Exp $ .\" $NetBSD: dump.8,v 1.14 1996/02/05 23:59:37 mrg Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h index e5a8224a58a..92570053bbc 100644 --- a/sbin/dump/dump.h +++ b/sbin/dump/dump.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dump.h,v 1.2 1996/06/23 14:30:10 deraadt Exp $ */ /* $NetBSD: dump.h,v 1.9 1995/03/18 14:54:57 cgd Exp $ */ /*- diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index 6972d956f91..5f68b30c17f 100644 --- a/sbin/dump/itime.c +++ b/sbin/dump/itime.c @@ -1,3 +1,4 @@ +/* $OpenBSD: itime.c,v 1.2 1996/06/23 14:30:11 deraadt Exp $ */ /* $NetBSD: itime.c,v 1.3 1995/03/18 14:55:01 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: itime.c,v 1.3 1995/03/18 14:55:01 cgd Exp $"; +static char rcsid[] = "$OpenBSD: itime.c,v 1.2 1996/06/23 14:30:11 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index ba1f0809405..dc2cd8f16e1 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: optr.c,v 1.4 1996/06/23 14:30:11 deraadt Exp $ */ /* $NetBSD: optr.c,v 1.4 1996/05/18 16:16:17 jtk Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)optr.c 8.2 (Berkeley) 1/6/94"; #else -static char rcsid[] = "$NetBSD: optr.c,v 1.4 1996/05/18 16:16:17 jtk Exp $"; +static char rcsid[] = "$OpenBSD: optr.c,v 1.4 1996/06/23 14:30:11 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index 1e4f5ceec35..59ca9fad5a9 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:30:12 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.8 1995/03/18 14:55:06 cgd Exp $ */ /* diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index 59ed514f537..64a78953944 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tape.c,v 1.2 1996/06/23 14:30:13 deraadt Exp $ */ /* $NetBSD: tape.c,v 1.7 1995/03/21 18:48:47 mycroft Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)tape.c 8.2 (Berkeley) 3/17/94"; #else -static char rcsid[] = "$NetBSD: tape.c,v 1.7 1995/03/21 18:48:47 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: tape.c,v 1.2 1996/06/23 14:30:13 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/dump/traverse.c b/sbin/dump/traverse.c index 5789e6d9ffd..0f23d9c81fa 100644 --- a/sbin/dump/traverse.c +++ b/sbin/dump/traverse.c @@ -1,3 +1,4 @@ +/* $OpenBSD: traverse.c,v 1.2 1996/06/23 14:30:13 deraadt Exp $ */ /* $NetBSD: traverse.c,v 1.14 1995/06/18 21:35:33 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)traverse.c 8.2 (Berkeley) 9/23/93"; #else -static char rcsid[] = "$NetBSD: traverse.c,v 1.14 1995/06/18 21:35:33 cgd Exp $"; +static char rcsid[] = "$OpenBSD: traverse.c,v 1.2 1996/06/23 14:30:13 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c index 0613246bddb..cca93eee63b 100644 --- a/sbin/dump/unctime.c +++ b/sbin/dump/unctime.c @@ -1,3 +1,4 @@ +/* $OpenBSD: unctime.c,v 1.2 1996/06/23 14:30:14 deraadt Exp $ */ /* $NetBSD: unctime.c,v 1.9 1995/03/18 14:55:11 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)unctime.c 8.2 (Berkeley) 6/14/94"; #else -static char rcsid[] = "$NetBSD: unctime.c,v 1.9 1995/03/18 14:55:11 cgd Exp $"; +static char rcsid[] = "$OpenBSD: unctime.c,v 1.2 1996/06/23 14:30:14 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 7441d5ba9e6..3f9443059a7 100644 --- a/sbin/dumpfs/Makefile +++ b/sbin/dumpfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:15 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 14:55:13 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= dumpfs MAN= dumpfs.8 diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 4d8e8d6a58b..78a275c9c64 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dumpfs.8,v 1.2 1996/06/23 14:30:15 deraadt Exp $ .\" $NetBSD: dumpfs.8,v 1.6 1995/03/18 14:55:14 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index cfd11276cbf..c330c8b022d 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dumpfs.c,v 1.4 1996/06/23 14:30:16 deraadt Exp $ */ /* $NetBSD: dumpfs.c,v 1.11 1996/01/09 21:23:36 pk Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)dumpfs.c 8.2 (Berkeley) 2/2/94"; #else -static char rcsid[] = "$NetBSD: dumpfs.c,v 1.11 1996/01/09 21:23:36 pk Exp $"; +static char rcsid[] = "$OpenBSD: dumpfs.c,v 1.4 1996/06/23 14:30:16 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/dumplfs/Makefile b/sbin/dumplfs/Makefile index b03c520e075..fbb6d2ea2d5 100644 --- a/sbin/dumplfs/Makefile +++ b/sbin/dumplfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:17 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/03/18 14:55:18 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/18/93 PROG= dumplfs SRCS= dumplfs.c lfs_cksum.c misc.c diff --git a/sbin/dumplfs/dumplfs.8 b/sbin/dumplfs/dumplfs.8 index 2edd8b1df6b..cc591ace05e 100644 --- a/sbin/dumplfs/dumplfs.8 +++ b/sbin/dumplfs/dumplfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: dumplfs.8,v 1.2 1996/06/23 14:30:17 deraadt Exp $ .\" $NetBSD: dumplfs.8,v 1.2 1995/03/18 14:55:19 cgd Exp $ .\" .\" Copyright (c) 1993 diff --git a/sbin/dumplfs/dumplfs.c b/sbin/dumplfs/dumplfs.c index c7764e2d1e8..0f0139a0865 100644 --- a/sbin/dumplfs/dumplfs.c +++ b/sbin/dumplfs/dumplfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dumplfs.c,v 1.4 1996/06/23 14:30:18 deraadt Exp $ */ /* $NetBSD: dumplfs.c,v 1.7 1995/12/14 22:36:34 thorpej Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)dumplfs.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: dumplfs.c,v 1.7 1995/12/14 22:36:34 thorpej Exp $"; +static char rcsid[] = "$OpenBSD: dumplfs.c,v 1.4 1996/06/23 14:30:18 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/dumplfs/extern.h b/sbin/dumplfs/extern.h index 572c4c956bc..b1941363838 100644 --- a/sbin/dumplfs/extern.h +++ b/sbin/dumplfs/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:30:19 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/18 14:55:22 cgd Exp $ */ /*- diff --git a/sbin/dumplfs/misc.c b/sbin/dumplfs/misc.c index 0ac2157eb02..b7196e727a4 100644 --- a/sbin/dumplfs/misc.c +++ b/sbin/dumplfs/misc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: misc.c,v 1.2 1996/06/23 14:30:19 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.3 1995/03/18 14:55:23 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: misc.c,v 1.3 1995/03/18 14:55:23 cgd Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/23 14:30:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/edlabel/Makefile b/sbin/edlabel/Makefile index 3ab7409467a..ad12f8bcf2c 100644 --- a/sbin/edlabel/Makefile +++ b/sbin/edlabel/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:20 deraadt Exp $ # $NetBSD: Makefile,v 1.1.1.1 1995/10/08 22:39:09 gwr Exp $ # edlabel (Edit Disk LABEL) diff --git a/sbin/edlabel/edlabel.c b/sbin/edlabel/edlabel.c index 5dbc78a2ba0..0623f490a32 100644 --- a/sbin/edlabel/edlabel.c +++ b/sbin/edlabel/edlabel.c @@ -1,3 +1,4 @@ +/* $OpenBSD: edlabel.c,v 1.3 1996/06/23 14:30:21 deraadt Exp $ */ /* $NetBSD: edlabel.c,v 1.1.1.1 1995/10/08 22:39:09 gwr Exp $ */ /* diff --git a/sbin/fastboot/Makefile b/sbin/fastboot/Makefile index cd61ddd9761..248fd59d3e3 100644 --- a/sbin/fastboot/Makefile +++ b/sbin/fastboot/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:22 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 14:55:27 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN= fastboot.8 MLINKS= fastboot.8 fasthalt.8 diff --git a/sbin/fastboot/fastboot.8 b/sbin/fastboot/fastboot.8 index 90996579426..c3078aa1c5f 100644 --- a/sbin/fastboot/fastboot.8 +++ b/sbin/fastboot/fastboot.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: fastboot.8,v 1.2 1996/06/23 14:30:22 deraadt Exp $ .\" $NetBSD: fastboot.8,v 1.6 1995/03/18 14:55:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 diff --git a/sbin/fastboot/fastboot.sh b/sbin/fastboot/fastboot.sh index 59094b5e5a4..6788d087fa9 100644 --- a/sbin/fastboot/fastboot.sh +++ b/sbin/fastboot/fastboot.sh @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: fastboot.sh,v 1.2 1996/06/23 14:30:23 deraadt Exp $ # $NetBSD: fastboot.sh,v 1.6 1995/04/23 10:33:03 cgd Exp $ # # Copyright (c) 1985, 1993 diff --git a/sbin/fastboot/fasthalt.sh b/sbin/fastboot/fasthalt.sh index a8089e331b4..63722d2ceeb 100644 --- a/sbin/fastboot/fasthalt.sh +++ b/sbin/fastboot/fasthalt.sh @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: fasthalt.sh,v 1.2 1996/06/23 14:30:24 deraadt Exp $ # $NetBSD: fasthalt.sh,v 1.6 1995/04/23 10:33:06 cgd Exp $ # # Copyright (c) 1988, 1993 diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 08b8fade554..d06db5a3ef7 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: fdisk.8,v 1.3 1996/06/23 14:30:24 deraadt Exp $ .\" $NetBSD: fdisk.8,v 1.8 1995/03/18 14:55:34 cgd Exp $ .\" .Dd April 4, 1993 diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index 6b9a9d086fb..0c1863fb1cb 100644 --- a/sbin/fsck_ffs/Makefile +++ b/sbin/fsck_ffs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:25 deraadt Exp $ # $NetBSD: Makefile,v 1.10 1995/03/18 14:55:39 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= fsck MAN= fsck.8 diff --git a/sbin/fsck_ffs/SMM.doc/0.t b/sbin/fsck_ffs/SMM.doc/0.t index b6598c0f817..1c41939d2db 100644 --- a/sbin/fsck_ffs/SMM.doc/0.t +++ b/sbin/fsck_ffs/SMM.doc/0.t @@ -1,3 +1,4 @@ +.\" $OpenBSD: 0.t,v 1.2 1996/06/23 14:30:36 deraadt Exp $ .\" $NetBSD: 0.t,v 1.2 1995/03/18 14:56:05 cgd Exp $ .\" .\" Copyright (c) 1986, 1993 diff --git a/sbin/fsck_ffs/SMM.doc/1.t b/sbin/fsck_ffs/SMM.doc/1.t index 91622cbe3e3..258aeba31b5 100644 --- a/sbin/fsck_ffs/SMM.doc/1.t +++ b/sbin/fsck_ffs/SMM.doc/1.t @@ -1,3 +1,4 @@ +.\" $OpenBSD: 1.t,v 1.2 1996/06/23 14:30:36 deraadt Exp $ .\" $NetBSD: 1.t,v 1.2 1995/03/18 14:56:06 cgd Exp $ .\" .\" Copyright (c) 1982, 1993 diff --git a/sbin/fsck_ffs/SMM.doc/2.t b/sbin/fsck_ffs/SMM.doc/2.t index a4abd91fe4a..99abe88af54 100644 --- a/sbin/fsck_ffs/SMM.doc/2.t +++ b/sbin/fsck_ffs/SMM.doc/2.t @@ -1,3 +1,4 @@ +.\" $OpenBSD: 2.t,v 1.2 1996/06/23 14:30:37 deraadt Exp $ .\" $NetBSD: 2.t,v 1.2 1995/03/18 14:56:08 cgd Exp $ .\" .\" Copyright (c) 1982, 1993 diff --git a/sbin/fsck_ffs/SMM.doc/3.t b/sbin/fsck_ffs/SMM.doc/3.t index a1db17b2d7c..5002e3e2d01 100644 --- a/sbin/fsck_ffs/SMM.doc/3.t +++ b/sbin/fsck_ffs/SMM.doc/3.t @@ -1,3 +1,4 @@ +.\" $OpenBSD: 3.t,v 1.2 1996/06/23 14:30:38 deraadt Exp $ .\" $NetBSD: 3.t,v 1.2 1995/03/18 14:56:10 cgd Exp $ .\" .\" Copyright (c) 1982, 1993 diff --git a/sbin/fsck_ffs/SMM.doc/4.t b/sbin/fsck_ffs/SMM.doc/4.t index 3045b3abb55..a071d2593ac 100644 --- a/sbin/fsck_ffs/SMM.doc/4.t +++ b/sbin/fsck_ffs/SMM.doc/4.t @@ -1,3 +1,4 @@ +.\" $OpenBSD: 4.t,v 1.2 1996/06/23 14:30:39 deraadt Exp $ .\" $NetBSD: 4.t,v 1.2 1995/03/18 14:56:12 cgd Exp $ .\" .\" Copyright (c) 1982, 1993 diff --git a/sbin/fsck_ffs/SMM.doc/Makefile b/sbin/fsck_ffs/SMM.doc/Makefile index d9988dc3b6c..6000fd3e54d 100644 --- a/sbin/fsck_ffs/SMM.doc/Makefile +++ b/sbin/fsck_ffs/SMM.doc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:39 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1995/03/18 14:56:15 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 DIR= smm/03.fsck_ffs SRCS= 0.t 1.t 2.t 3.t 4.t diff --git a/sbin/fsck_ffs/dir.c b/sbin/fsck_ffs/dir.c index 37a1fc3c904..e22fd4a3bea 100644 --- a/sbin/fsck_ffs/dir.c +++ b/sbin/fsck_ffs/dir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.c,v 1.2 1996/06/23 14:30:26 deraadt Exp $ */ /* $NetBSD: dir.c,v 1.17 1995/03/18 14:55:40 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)dir.c 8.5 (Berkeley) 12/8/94"; #else -static char rcsid[] = "$NetBSD: dir.c,v 1.17 1995/03/18 14:55:40 cgd Exp $"; +static char rcsid[] = "$OpenBSD: dir.c,v 1.2 1996/06/23 14:30:26 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/extern.h b/sbin/fsck_ffs/extern.h index dbc23a0eb16..fc8d21c7801 100644 --- a/sbin/fsck_ffs/extern.h +++ b/sbin/fsck_ffs/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:30:27 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.4 1995/04/12 21:24:07 mycroft Exp $ */ /* diff --git a/sbin/fsck_ffs/fsck.8 b/sbin/fsck_ffs/fsck.8 index 727f2767679..a24b69c729d 100644 --- a/sbin/fsck_ffs/fsck.8 +++ b/sbin/fsck_ffs/fsck.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: fsck.8,v 1.2 1996/06/23 14:30:27 deraadt Exp $ .\" $NetBSD: fsck.8,v 1.10 1995/07/12 01:49:16 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h index b112a6b1f49..2b6a72a3d1f 100644 --- a/sbin/fsck_ffs/fsck.h +++ b/sbin/fsck_ffs/fsck.h @@ -1,3 +1,4 @@ +/* $OpenBSD: fsck.h,v 1.2 1996/06/23 14:30:28 deraadt Exp $ */ /* $NetBSD: fsck.h,v 1.10 1995/04/12 21:24:09 mycroft Exp $ */ /* diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c index 393138d06aa..c38d7fe643e 100644 --- a/sbin/fsck_ffs/inode.c +++ b/sbin/fsck_ffs/inode.c @@ -1,3 +1,4 @@ +/* $OpenBSD: inode.c,v 1.6 1996/06/23 14:30:29 deraadt Exp $ */ /* $NetBSD: inode.c,v 1.18 1996/05/21 16:58:12 mycroft Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)inode.c 8.5 (Berkeley) 2/8/95"; #else -static char rcsid[] = "$NetBSD: inode.c,v 1.18 1996/05/21 16:58:12 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: inode.c,v 1.6 1996/06/23 14:30:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index 14facf56f69..d1e147a3caf 100644 --- a/sbin/fsck_ffs/main.c +++ b/sbin/fsck_ffs/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.4 1996/06/23 14:30:29 deraadt Exp $ */ /* $NetBSD: main.c,v 1.18.2.1 1995/11/01 00:06:18 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/23/94"; #else -static char rcsid[] = "$NetBSD: main.c,v 1.18.2.1 1995/11/01 00:06:18 jtc Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.4 1996/06/23 14:30:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index fc1b664856e..a90635409e7 100644 --- a/sbin/fsck_ffs/pass1.c +++ b/sbin/fsck_ffs/pass1.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass1.c,v 1.3 1996/06/23 14:30:30 deraadt Exp $ */ /* $NetBSD: pass1.c,v 1.14 1996/01/18 21:55:27 mycroft Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pass1.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: pass1.c,v 1.14 1996/01/18 21:55:27 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: pass1.c,v 1.3 1996/06/23 14:30:30 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c index de541f25329..084d7962a68 100644 --- a/sbin/fsck_ffs/pass1b.c +++ b/sbin/fsck_ffs/pass1b.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass1b.c,v 1.2 1996/06/23 14:30:31 deraadt Exp $ */ /* $NetBSD: pass1b.c,v 1.9 1995/03/18 14:55:51 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pass1b.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: pass1b.c,v 1.9 1995/03/18 14:55:51 cgd Exp $"; +static char rcsid[] = "$OpenBSD: pass1b.c,v 1.2 1996/06/23 14:30:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/pass2.c b/sbin/fsck_ffs/pass2.c index 07f82c5a234..e62c2b9fca4 100644 --- a/sbin/fsck_ffs/pass2.c +++ b/sbin/fsck_ffs/pass2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass2.c,v 1.3 1996/06/23 14:30:31 deraadt Exp $ */ /* $NetBSD: pass2.c,v 1.14 1996/05/21 15:32:16 mycroft Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pass2.c 8.6 (Berkeley) 10/27/94"; #else -static char rcsid[] = "$NetBSD: pass2.c,v 1.14 1996/05/21 15:32:16 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: pass2.c,v 1.3 1996/06/23 14:30:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/pass3.c b/sbin/fsck_ffs/pass3.c index a30c99210d4..2cfd61e9a00 100644 --- a/sbin/fsck_ffs/pass3.c +++ b/sbin/fsck_ffs/pass3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass3.c,v 1.2 1996/06/23 14:30:32 deraadt Exp $ */ /* $NetBSD: pass3.c,v 1.8 1995/03/18 14:55:54 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pass3.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: pass3.c,v 1.8 1995/03/18 14:55:54 cgd Exp $"; +static char rcsid[] = "$OpenBSD: pass3.c,v 1.2 1996/06/23 14:30:32 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index 0c3e9651ef9..bc8518fc547 100644 --- a/sbin/fsck_ffs/pass4.c +++ b/sbin/fsck_ffs/pass4.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass4.c,v 1.2 1996/06/23 14:30:32 deraadt Exp $ */ /* $NetBSD: pass4.c,v 1.9 1995/03/18 14:55:56 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pass4.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: pass4.c,v 1.9 1995/03/18 14:55:56 cgd Exp $"; +static char rcsid[] = "$OpenBSD: pass4.c,v 1.2 1996/06/23 14:30:32 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index f26d679c45e..42ad1c6b97e 100644 --- a/sbin/fsck_ffs/pass5.c +++ b/sbin/fsck_ffs/pass5.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass5.c,v 1.2 1996/06/23 14:30:33 deraadt Exp $ */ /* $NetBSD: pass5.c,v 1.14 1995/03/21 01:30:16 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pass5.c 8.6 (Berkeley) 11/30/94"; #else -static char rcsid[] = "$NetBSD: pass5.c,v 1.14 1995/03/21 01:30:16 cgd Exp $"; +static char rcsid[] = "$OpenBSD: pass5.c,v 1.2 1996/06/23 14:30:33 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/preen.c b/sbin/fsck_ffs/preen.c index 91ffee36ae5..7af281c5ead 100644 --- a/sbin/fsck_ffs/preen.c +++ b/sbin/fsck_ffs/preen.c @@ -1,3 +1,4 @@ +/* $OpenBSD: preen.c,v 1.4 1996/06/23 14:30:34 deraadt Exp $ */ /* $NetBSD: preen.c,v 1.12 1996/05/11 14:27:50 mycroft Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)preen.c 8.3 (Berkeley) 12/6/94"; #else -static char rcsid[] = "$NetBSD: preen.c,v 1.12 1996/05/11 14:27:50 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: preen.c,v 1.4 1996/06/23 14:30:34 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index e30dbd8bb04..2c569088947 100644 --- a/sbin/fsck_ffs/setup.c +++ b/sbin/fsck_ffs/setup.c @@ -1,3 +1,4 @@ +/* $OpenBSD: setup.c,v 1.3 1996/06/23 14:30:34 deraadt Exp $ */ /* $NetBSD: setup.c,v 1.25 1996/05/21 17:36:21 mycroft Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)setup.c 8.5 (Berkeley) 11/23/94"; #else -static char rcsid[] = "$NetBSD: setup.c,v 1.25 1996/05/21 17:36:21 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: setup.c,v 1.3 1996/06/23 14:30:34 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index 74d2db5be1d..b1071eaa86d 100644 --- a/sbin/fsck_ffs/utilities.c +++ b/sbin/fsck_ffs/utilities.c @@ -1,3 +1,4 @@ +/* $OpenBSD: utilities.c,v 1.2 1996/06/23 14:30:35 deraadt Exp $ */ /* $NetBSD: utilities.c,v 1.15 1995/04/23 10:33:09 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)utilities.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: utilities.c,v 1.15 1995/04/23 10:33:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: utilities.c,v 1.2 1996/06/23 14:30:35 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/fsck_msdos/Makefile b/sbin/fsck_msdos/Makefile index 1c394d0e16a..81c6fa8c5a3 100644 --- a/sbin/fsck_msdos/Makefile +++ b/sbin/fsck_msdos/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:40 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1996/05/14 17:39:26 ws Exp $ PROG= fsck_msdos diff --git a/sbin/fsck_msdos/boot.c b/sbin/fsck_msdos/boot.c index 17304504540..8b21fcad726 100644 --- a/sbin/fsck_msdos/boot.c +++ b/sbin/fsck_msdos/boot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: boot.c,v 1.2 1996/06/23 14:30:41 deraadt Exp $ */ /* $NetBSD: boot.c,v 1.1 1996/05/14 17:39:28 ws Exp $ */ /* @@ -34,7 +35,7 @@ #ifndef lint -static char rcsid[] = "$NetBSD: boot.c,v 1.1 1996/05/14 17:39:28 ws Exp $"; +static char rcsid[] = "$OpenBSD: boot.c,v 1.2 1996/06/23 14:30:41 deraadt Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdos/check.c b/sbin/fsck_msdos/check.c index 940157a0bd7..8e789062c9e 100644 --- a/sbin/fsck_msdos/check.c +++ b/sbin/fsck_msdos/check.c @@ -1,3 +1,4 @@ +/* $OpenBSD: check.c,v 1.3 1996/06/23 14:30:41 deraadt Exp $ */ /* $NetBSD: check.c,v 1.1.4.1 1996/05/31 18:41:33 jtc Exp $ */ /* @@ -34,7 +35,7 @@ #ifndef lint -static char rcsid[] = "$NetBSD: check.c,v 1.1.4.1 1996/05/31 18:41:33 jtc Exp $"; +static char rcsid[] = "$OpenBSD: check.c,v 1.3 1996/06/23 14:30:41 deraadt Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdos/dir.c b/sbin/fsck_msdos/dir.c index 6b06737747b..44010daf91d 100644 --- a/sbin/fsck_msdos/dir.c +++ b/sbin/fsck_msdos/dir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.c,v 1.3 1996/06/23 14:30:42 deraadt Exp $ */ /* $NetBSD: dir.c,v 1.1.4.1 1996/05/31 18:41:38 jtc Exp $ */ /* @@ -36,7 +37,7 @@ #ifndef lint -static char rcsid[] = "$NetBSD: dir.c,v 1.1.4.1 1996/05/31 18:41:38 jtc Exp $"; +static char rcsid[] = "$OpenBSD: dir.c,v 1.3 1996/06/23 14:30:42 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/sbin/fsck_msdos/dosfs.h b/sbin/fsck_msdos/dosfs.h index e94bb8b0a60..46b5c1cb6d3 100644 --- a/sbin/fsck_msdos/dosfs.h +++ b/sbin/fsck_msdos/dosfs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dosfs.h,v 1.3 1996/06/23 14:30:42 deraadt Exp $ */ /* $NetBSD: dosfs.h,v 1.1.4.1 1996/05/31 18:41:42 jtc Exp $ */ /* diff --git a/sbin/fsck_msdos/ext.h b/sbin/fsck_msdos/ext.h index ae019457ed4..ad490c04bad 100644 --- a/sbin/fsck_msdos/ext.h +++ b/sbin/fsck_msdos/ext.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ext.h,v 1.3 1996/06/23 14:30:43 deraadt Exp $ */ /* $NetBSD: ext.h,v 1.1.4.1 1996/05/31 18:41:45 jtc Exp $ */ /* diff --git a/sbin/fsck_msdos/fat.c b/sbin/fsck_msdos/fat.c index 830f5d44d48..5fb69df70e9 100644 --- a/sbin/fsck_msdos/fat.c +++ b/sbin/fsck_msdos/fat.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fat.c,v 1.3 1996/06/23 14:30:43 deraadt Exp $ */ /* $NetBSD: fat.c,v 1.1.4.1 1996/05/31 18:41:50 jtc Exp $ */ /* @@ -34,7 +35,7 @@ #ifndef lint -static char rcsid[] = "$NetBSD: fat.c,v 1.1.4.1 1996/05/31 18:41:50 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fat.c,v 1.3 1996/06/23 14:30:43 deraadt Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsck_msdos/fsck_msdos.8 b/sbin/fsck_msdos/fsck_msdos.8 index 127c4554316..ad781297351 100644 --- a/sbin/fsck_msdos/fsck_msdos.8 +++ b/sbin/fsck_msdos/fsck_msdos.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: fsck_msdos.8,v 1.2 1996/06/23 14:30:44 deraadt Exp $ .\" $NetBSD: fsck_msdos.8,v 1.1 1996/05/14 17:39:35 ws Exp $ .\" .\" Copyright (C) 1995 Wolfgang Solfrank diff --git a/sbin/fsck_msdos/main.c b/sbin/fsck_msdos/main.c index e786a9d76a3..4ee85d06814 100644 --- a/sbin/fsck_msdos/main.c +++ b/sbin/fsck_msdos/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.3 1996/06/23 14:30:45 deraadt Exp $ */ /* $NetBSD: main.c,v 1.1.4.1 1996/05/31 18:41:54 jtc Exp $ */ /* @@ -34,7 +35,7 @@ #ifndef lint -static char rcsid[] = "$NetBSD: main.c,v 1.1.4.1 1996/05/31 18:41:54 jtc Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.3 1996/06/23 14:30:45 deraadt Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 37fc709bf89..40fe48ee84e 100644 --- a/sbin/fsdb/Makefile +++ b/sbin/fsdb/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:45 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1996/04/08 21:03:06 jtc Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= fsdb MAN= fsdb.8 diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index cfc07b3fd2d..cc1bfba1073 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:46 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 14:56:21 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= ifconfig MAN= ifconfig.8 diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index d8de8a723a2..ef02d124a99 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ifconfig.8,v 1.3 1996/06/23 14:30:47 deraadt Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 3890ae21a81..3baa4283403 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ifconfig.c,v 1.3 1996/06/23 14:30:47 deraadt Exp $ */ /* $NetBSD: ifconfig.c,v 1.22 1996/01/04 20:11:20 pk Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static char rcsid[] = "$NetBSD: ifconfig.c,v 1.22 1996/01/04 20:11:20 pk Exp $"; +static char rcsid[] = "$OpenBSD: ifconfig.c,v 1.3 1996/06/23 14:30:47 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/init/Makefile b/sbin/init/Makefile index f6d820f721f..e339164db94 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,5 +1,4 @@ -# @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.2 1996/02/15 04:03:26 etheisen Exp $ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:48 deraadt Exp $ PROG= init MAN= init.8 diff --git a/sbin/init/NOTES b/sbin/init/NOTES index f6547d739dc..3919399beda 100644 --- a/sbin/init/NOTES +++ b/sbin/init/NOTES @@ -1,3 +1,4 @@ +$OpenBSD: NOTES,v 1.2 1996/06/23 14:30:49 deraadt Exp $ $NetBSD: NOTES,v 1.2 1995/03/18 14:56:29 cgd Exp $ POSIX and init: diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 13ebc69b55d..8bf682d79e5 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: init.8,v 1.2 1996/06/23 14:30:49 deraadt Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/init/init.c b/sbin/init/init.c index 96b3bc1caa2..5f95b1196ff 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -1,3 +1,4 @@ +/* $OpenBSD: init.c,v 1.3 1996/06/23 14:30:50 deraadt Exp $ */ /* $NetBSD: init.c,v 1.22 1996/05/15 23:29:33 jtc Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 7/15/93"; #else -static char rcsid[] = "$NetBSD: init.c,v 1.22 1996/05/15 23:29:33 jtc Exp $"; +static char rcsid[] = "$OpenBSD: init.c,v 1.3 1996/06/23 14:30:50 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/init/pathnames.h b/sbin/init/pathnames.h index 0076c391b91..63322e38f32 100644 --- a/sbin/init/pathnames.h +++ b/sbin/init/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:30:51 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.5 1995/03/18 14:56:35 cgd Exp $ */ /*- diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 4be887d4890..960e047452e 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:52 deraadt Exp $ + PROG= ipf MAN= ipf.1 ipf.4 ipf.5 SRCS= ipf.c parse.c opt.c diff --git a/sbin/ipf/ipf.1 b/sbin/ipf/ipf.1 index 59f8ea238e9..ee12382f59a 100644 --- a/sbin/ipf/ipf.1 +++ b/sbin/ipf/ipf.1 @@ -1,3 +1,5 @@ +.\" $OpenBSD: ipf.1,v 1.3 1996/06/23 14:30:52 deraadt Exp $ +.\" .TH IPF 1 .SH NAME ipf - alters packet filtering lists for IP packet input and ouput diff --git a/sbin/ipf/ipf.4 b/sbin/ipf/ipf.4 index 011e0a017d7..a355c08185c 100644 --- a/sbin/ipf/ipf.4 +++ b/sbin/ipf/ipf.4 @@ -1,3 +1,5 @@ +.\" $OpenBSD: ipf.4,v 1.3 1996/06/23 14:30:53 deraadt Exp $ +.\" .TH IPF 4 .SH NAME ipf - packet filtering kernel interface diff --git a/sbin/ipf/ipf.5 b/sbin/ipf/ipf.5 index 84f2023a800..00b1fdeff38 100644 --- a/sbin/ipf/ipf.5 +++ b/sbin/ipf/ipf.5 @@ -1,3 +1,5 @@ +.\" $OpenBSD: ipf.5,v 1.3 1996/06/23 14:30:53 deraadt Exp $ +.\" .LP .TH IPF 5 .SH NAME diff --git a/sbin/ipf/ipf.c b/sbin/ipf/ipf.c index af2a985b2ab..a688c99f0bd 100644 --- a/sbin/ipf/ipf.c +++ b/sbin/ipf/ipf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ipf.c,v 1.4 1996/06/23 14:30:54 deraadt Exp $ */ + /* * (C)opyright 1993,1994,1995 by Darren Reed. * diff --git a/sbin/ipf/ipf.h b/sbin/ipf/ipf.h index e0946b864c4..c17f64f3aa9 100644 --- a/sbin/ipf/ipf.h +++ b/sbin/ipf/ipf.h @@ -1,3 +1,5 @@ +/* $OpenBSD: ipf.h,v 1.4 1996/06/23 14:30:54 deraadt Exp $ */ + /* * (C)opyright 1993-1996 by Darren Reed. * diff --git a/sbin/ipf/opt.c b/sbin/ipf/opt.c index 3b475a4aec3..5f130386f99 100644 --- a/sbin/ipf/opt.c +++ b/sbin/ipf/opt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: opt.c,v 1.4 1996/06/23 14:30:55 deraadt Exp $ */ + /* * (C)opyright 1993,1994,1995 by Darren Reed. * diff --git a/sbin/ipf/parse.c b/sbin/ipf/parse.c index f3cf027a825..a6ecc2c5b73 100644 --- a/sbin/ipf/parse.c +++ b/sbin/ipf/parse.c @@ -1,3 +1,5 @@ +/* $OpenBSD: parse.c,v 1.4 1996/06/23 14:30:55 deraadt Exp $ */ + /* * (C)opyright 1993-1996 by Darren Reed. * diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index ba55b945e9e..17997b5c6d8 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:56 deraadt Exp $ + PROG= ipfstat MAN= ipfstat.8 SRCS= fils.c parse.c opt.c kmem.c diff --git a/sbin/ipfstat/fils.c b/sbin/ipfstat/fils.c index 7ad796e1681..96a1a7ac4d1 100644 --- a/sbin/ipfstat/fils.c +++ b/sbin/ipfstat/fils.c @@ -1,3 +1,5 @@ +/* $OpenBSD: fils.c,v 1.4 1996/06/23 14:30:57 deraadt Exp $ */ + /* * (C)opyright 1993-1996 by Darren Reed. * diff --git a/sbin/ipfstat/ipfstat.8 b/sbin/ipfstat/ipfstat.8 index 1b378541580..cea85d23d29 100644 --- a/sbin/ipfstat/ipfstat.8 +++ b/sbin/ipfstat/ipfstat.8 @@ -1,3 +1,5 @@ +.\" $OpenBSD: ipfstat.8,v 1.3 1996/06/23 14:30:57 deraadt Exp $ +.\" .LP .TH ipfstat 8 .SH NAME diff --git a/sbin/ipfstat/kmem.c b/sbin/ipfstat/kmem.c index 159ff8456a1..077715dbdb1 100644 --- a/sbin/ipfstat/kmem.c +++ b/sbin/ipfstat/kmem.c @@ -1,3 +1,5 @@ +/* $OpenBSD: kmem.c,v 1.3 1996/06/23 14:30:58 deraadt Exp $ */ + /* * (C)opyright 1993,1994,1995 by Darren Reed. * diff --git a/sbin/ipfstat/kmem.h b/sbin/ipfstat/kmem.h index dd6af9db495..413f6df30d3 100644 --- a/sbin/ipfstat/kmem.h +++ b/sbin/ipfstat/kmem.h @@ -1,3 +1,5 @@ +/* $OpenBSD: kmem.h,v 1.2 1996/06/23 14:30:58 deraadt Exp $ */ + /* * (C)opyright 1993,1994,1995 by Darren Reed. * diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile index 59e676674f5..3cf787dad31 100644 --- a/sbin/ipnat/Makefile +++ b/sbin/ipnat/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:59 deraadt Exp $ + PROG= ipnat MAN= ipnat.1 ipnat.4 ipnat.5 SRCS= ipnat.c kmem.c diff --git a/sbin/ipnat/ipnat.1 b/sbin/ipnat/ipnat.1 index b0ddc59a474..9320d1fbf2b 100644 --- a/sbin/ipnat/ipnat.1 +++ b/sbin/ipnat/ipnat.1 @@ -1,3 +1,5 @@ +.\" $OpenBSD: ipnat.1,v 1.2 1996/06/23 14:31:00 deraadt Exp $ +.\" .TH IPFNAT 1 .SH NAME ipnat - user interface to the NAT diff --git a/sbin/ipnat/ipnat.4 b/sbin/ipnat/ipnat.4 index 4962cf3df28..224249f405b 100644 --- a/sbin/ipnat/ipnat.4 +++ b/sbin/ipnat/ipnat.4 @@ -1,3 +1,5 @@ +.\" $OpenBSD: ipnat.4,v 1.2 1996/06/23 14:31:00 deraadt Exp $ +.\" .TH IPNAT 4 .SH NAME ipnat - Network Address Translation kernel interface diff --git a/sbin/ipnat/ipnat.5 b/sbin/ipnat/ipnat.5 index 51fdbee0def..bc59e55c154 100644 --- a/sbin/ipnat/ipnat.5 +++ b/sbin/ipnat/ipnat.5 @@ -1,3 +1,5 @@ +.\" $OpenBSD: ipnat.5,v 1.2 1996/06/23 14:31:01 deraadt Exp $ +.\" .LP .TH IPNAT 5 .SH NAME diff --git a/sbin/ipnat/ipnat.c b/sbin/ipnat/ipnat.c index 48d8c252172..c762ea84bfb 100644 --- a/sbin/ipnat/ipnat.c +++ b/sbin/ipnat/ipnat.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ipnat.c,v 1.2 1996/06/23 14:31:01 deraadt Exp $ */ + /* * (C)opyright 1993,1994,1995 by Darren Reed. * diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index 5f273f03dff..77f181cacf5 100644 --- a/sbin/mknod/Makefile +++ b/sbin/mknod/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:02 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 14:56:36 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= mknod MAN= mknod.8 diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index abc2786bae5..1e78961fdc2 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mknod.8,v 1.2 1996/06/23 14:31:03 deraadt Exp $ .\" $NetBSD: mknod.8,v 1.9 1995/08/10 23:47:32 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index b95de3d8b5d..dc70189e751 100644 --- a/sbin/mknod/mknod.c +++ b/sbin/mknod/mknod.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mknod.c,v 1.2 1996/06/23 14:31:03 deraadt Exp $ */ /* $NetBSD: mknod.c,v 1.8 1995/08/11 00:08:18 jtc Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mknod.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: mknod.c,v 1.8 1995/08/11 00:08:18 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mknod.c,v 1.2 1996/06/23 14:31:03 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile index 020980d59ac..19083372a72 100644 --- a/sbin/modload/Makefile +++ b/sbin/modload/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:04 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/18 14:56:41 cgd Exp $ # # Makefile for modload diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index 47196e26ea3..a84fef770c7 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: modload.8,v 1.2 1996/06/23 14:31:05 deraadt Exp $ .\" $NetBSD: modload.8,v 1.5 1995/03/18 14:56:43 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index ab55ff85b83..c554c3b64c3 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -1,3 +1,4 @@ +/* $OpenBSD: modload.c,v 1.4 1996/06/23 14:31:05 deraadt Exp $ */ /* $NetBSD: modload.c,v 1.13 1995/05/28 05:21:58 jtc Exp $ */ /* diff --git a/sbin/modload/pathnames.h b/sbin/modload/pathnames.h index a0c477760e5..e07a85e2d70 100644 --- a/sbin/modload/pathnames.h +++ b/sbin/modload/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:31:06 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.2 1995/03/18 14:56:46 cgd Exp $ */ #include <paths.h> diff --git a/sbin/modunload/Makefile b/sbin/modunload/Makefile index 7b71c20cf64..3f11858464a 100644 --- a/sbin/modunload/Makefile +++ b/sbin/modunload/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:07 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/18 14:56:48 cgd Exp $ # # Makefile for modunload diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index a6530353cd7..aed604859a9 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/modunload.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: modunload.8,v 1.3 1996/06/23 14:31:07 deraadt Exp $ .\" $NetBSD: modunload.8,v 1.3 1995/03/18 14:56:49 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou diff --git a/sbin/modunload/pathnames.h b/sbin/modunload/pathnames.h index 96b86f1343d..c9fcbdb27b0 100644 --- a/sbin/modunload/pathnames.h +++ b/sbin/modunload/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:31:08 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.2 1995/03/18 14:56:51 cgd Exp $ */ #include <paths.h> diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 23b05815ec5..9326efce97e 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:09 deraadt Exp $ # $NetBSD: Makefile,v 1.10 1995/07/12 03:45:09 cgd Exp $ -# @(#)Makefile 8.5 (Berkeley) 3/27/94 PROG= mount SRCS= mount.c getmntopts.c diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3 index c0b805d51cb..dc59ffd6430 100644 --- a/sbin/mount/getmntopts.3 +++ b/sbin/mount/getmntopts.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: getmntopts.3,v 1.2 1996/06/23 14:31:09 deraadt Exp $ .\" $NetBSD: getmntopts.3,v 1.2 1995/03/18 14:56:56 cgd Exp $ .\" .\" Copyright (c) 1994 diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index 2f2f57dee62..acb431ebb88 100644 --- a/sbin/mount/getmntopts.c +++ b/sbin/mount/getmntopts.c @@ -1,3 +1,4 @@ +/* $OpenBSD: getmntopts.c,v 1.2 1996/06/23 14:31:10 deraadt Exp $ */ /* $NetBSD: getmntopts.c,v 1.3 1995/03/18 14:56:58 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)getmntopts.c 8.1 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: getmntopts.c,v 1.3 1995/03/18 14:56:58 cgd Exp $"; +static char rcsid[] = "$OpenBSD: getmntopts.c,v 1.2 1996/06/23 14:31:10 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 619d552bad0..da6afa338c9 100644 --- a/sbin/mount/mntopts.h +++ b/sbin/mount/mntopts.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mntopts.h,v 1.2 1996/06/23 14:31:11 deraadt Exp $ */ /* $NetBSD: mntopts.h,v 1.3 1995/03/18 14:56:59 cgd Exp $ */ /*- diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index b104dff1c16..adf3a6e06c1 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount.8,v 1.2 1996/06/23 14:31:11 deraadt Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index c6755791646..e83efd55d22 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount.c,v 1.4 1996/06/23 14:31:12 deraadt Exp $ */ /* $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mount.c 8.19 (Berkeley) 4/19/94"; #else -static char rcsid[] = "$NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mount.c,v 1.4 1996/06/23 14:31:12 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount/pathnames.h b/sbin/mount/pathnames.h index d329ab44a4b..08508e109bf 100644 --- a/sbin/mount/pathnames.h +++ b/sbin/mount/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:31:12 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/18 14:57:06 cgd Exp $ */ /* diff --git a/sbin/mount_ados/Makefile b/sbin/mount_ados/Makefile index 233bf4dd6ba..194bee1c072 100644 --- a/sbin/mount_ados/Makefile +++ b/sbin/mount_ados/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:13 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/03/18 14:57:08 cgd Exp $ PROG= mount_ados diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8 index 7a36c9c74a7..3c4e0e07802 100644 --- a/sbin/mount_ados/mount_ados.8 +++ b/sbin/mount_ados/mount_ados.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_ados.8,v 1.2 1996/06/23 14:31:14 deraadt Exp $ .\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou diff --git a/sbin/mount_ados/mount_ados.c b/sbin/mount_ados/mount_ados.c index 06aa281a3e3..f68882feff7 100644 --- a/sbin/mount_ados/mount_ados.c +++ b/sbin/mount_ados/mount_ados.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_ados.c,v 1.3 1996/06/23 14:31:14 deraadt Exp $ */ /* $NetBSD: mount_ados.c,v 1.5 1996/04/13 01:30:59 jtc Exp $ */ /* @@ -31,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: mount_ados.c,v 1.5 1996/04/13 01:30:59 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_ados.c,v 1.3 1996/06/23 14:31:14 deraadt Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 58664c51d40..db407cfc27c 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:15 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/18 14:57:12 cgd Exp $ -# @(#)Makefile 8.3 (Berkeley) 3/27/94 PROG= mount_cd9660 SRCS= mount_cd9660.c getmntopts.c diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 222854d4ee8..6d67cb52c33 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_cd9660.8,v 1.2 1996/06/23 14:31:16 deraadt Exp $ .\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 0a7043faafd..b1ec2d8d550 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_cd9660.c,v 1.3 1996/06/23 14:31:16 deraadt Exp $ */ /* $NetBSD: mount_cd9660.c,v 1.3 1996/04/13 01:31:08 jtc Exp $ */ /* @@ -48,7 +49,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mount_cd9660.c 8.4 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_cd9660.c,v 1.3 1996/04/13 01:31:08 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_cd9660.c,v 1.3 1996/06/23 14:31:16 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_fdesc/Makefile b/sbin/mount_fdesc/Makefile index e5a7ea3799e..93561cd9131 100644 --- a/sbin/mount_fdesc/Makefile +++ b/sbin/mount_fdesc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:17 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/18 14:57:17 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 3/27/94 PROG= mount_fdesc SRCS= mount_fdesc.c getmntopts.c diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8 index 2de73b59a39..ba0b571cd38 100644 --- a/sbin/mount_fdesc/mount_fdesc.8 +++ b/sbin/mount_fdesc/mount_fdesc.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_fdesc.8,v 1.3 1996/06/23 14:31:18 deraadt Exp $ .\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 diff --git a/sbin/mount_fdesc/mount_fdesc.c b/sbin/mount_fdesc/mount_fdesc.c index 6179013a071..221ff6e1e2a 100644 --- a/sbin/mount_fdesc/mount_fdesc.c +++ b/sbin/mount_fdesc/mount_fdesc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_fdesc.c,v 1.3 1996/06/23 14:31:19 deraadt Exp $ */ /* $NetBSD: mount_fdesc.c,v 1.7 1996/04/13 01:31:15 jtc Exp $ */ /* @@ -47,7 +48,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_fdesc.c 8.2 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_fdesc.c,v 1.7 1996/04/13 01:31:15 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_fdesc.c,v 1.3 1996/06/23 14:31:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_ffs/Makefile b/sbin/mount_ffs/Makefile index 7528f230eb4..235e67eaba1 100644 --- a/sbin/mount_ffs/Makefile +++ b/sbin/mount_ffs/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:19 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1995/07/12 03:46:47 cgd Exp $ PROG= mount_ffs diff --git a/sbin/mount_ffs/mount_ffs.8 b/sbin/mount_ffs/mount_ffs.8 index 37fb37e0c43..3fd039c9a26 100644 --- a/sbin/mount_ffs/mount_ffs.8 +++ b/sbin/mount_ffs/mount_ffs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_ffs.8,v 1.3 1996/06/23 14:31:20 deraadt Exp $ .\" $NetBSD: mount_ffs.8,v 1.2 1996/02/05 06:33:47 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 diff --git a/sbin/mount_ffs/mount_ffs.c b/sbin/mount_ffs/mount_ffs.c index 1c9fcb98476..f88975e0226 100644 --- a/sbin/mount_ffs/mount_ffs.c +++ b/sbin/mount_ffs/mount_ffs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_ffs.c,v 1.4 1996/06/23 14:31:20 deraadt Exp $ */ /* $NetBSD: mount_ffs.c,v 1.3 1996/04/13 01:31:19 jtc Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mount_ufs.c 8.2 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_ffs.c,v 1.3 1996/04/13 01:31:19 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_ffs.c,v 1.4 1996/06/23 14:31:20 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_kernfs/Makefile b/sbin/mount_kernfs/Makefile index f339cdea41c..640cdce50b8 100644 --- a/sbin/mount_kernfs/Makefile +++ b/sbin/mount_kernfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:21 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/18 14:57:23 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 3/27/94 PROG= mount_kernfs SRCS= mount_kernfs.c getmntopts.c diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8 index 2ab14c322f5..03e0513feda 100644 --- a/sbin/mount_kernfs/mount_kernfs.8 +++ b/sbin/mount_kernfs/mount_kernfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_kernfs.8,v 1.3 1996/06/23 14:31:22 deraadt Exp $ .\" $NetBSD: mount_kernfs.8,v 1.6 1995/03/18 14:57:24 cgd Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 diff --git a/sbin/mount_kernfs/mount_kernfs.c b/sbin/mount_kernfs/mount_kernfs.c index 283c77c1d23..04af851fffc 100644 --- a/sbin/mount_kernfs/mount_kernfs.c +++ b/sbin/mount_kernfs/mount_kernfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_kernfs.c,v 1.3 1996/06/23 14:31:22 deraadt Exp $ */ /* $NetBSD: mount_kernfs.c,v 1.8 1996/04/13 05:35:39 cgd Exp $ */ /* @@ -47,7 +48,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_kernfs.c 8.2 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_kernfs.c,v 1.8 1996/04/13 05:35:39 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mount_kernfs.c,v 1.3 1996/06/23 14:31:22 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_lfs/Makefile b/sbin/mount_lfs/Makefile index 710ee2ac980..67493109780 100644 --- a/sbin/mount_lfs/Makefile +++ b/sbin/mount_lfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:23 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/18 14:57:29 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 3/27/94 PROG= mount_lfs SRCS= mount_lfs.c getmntopts.c diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8 index 2eb3b1d2ca1..84a14762796 100644 --- a/sbin/mount_lfs/mount_lfs.8 +++ b/sbin/mount_lfs/mount_lfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_lfs.8,v 1.2 1996/06/23 14:31:24 deraadt Exp $ .\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 diff --git a/sbin/mount_lfs/mount_lfs.c b/sbin/mount_lfs/mount_lfs.c index b46ce67444f..47dee48316d 100644 --- a/sbin/mount_lfs/mount_lfs.c +++ b/sbin/mount_lfs/mount_lfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_lfs.c,v 1.3 1996/06/23 14:31:24 deraadt Exp $ */ /* $NetBSD: mount_lfs.c,v 1.4 1996/04/13 05:35:44 cgd Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mount_lfs.c 8.3 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_lfs.c,v 1.4 1996/04/13 05:35:44 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mount_lfs.c,v 1.3 1996/06/23 14:31:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_lfs/pathnames.h b/sbin/mount_lfs/pathnames.h index 65d3822acee..cf529435e62 100644 --- a/sbin/mount_lfs/pathnames.h +++ b/sbin/mount_lfs/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:31:25 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.2 1995/03/18 14:57:33 cgd Exp $ */ /*- diff --git a/sbin/mount_msdos/Makefile b/sbin/mount_msdos/Makefile index d99bea09427..aed41cc62f2 100644 --- a/sbin/mount_msdos/Makefile +++ b/sbin/mount_msdos/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:26 deraadt Exp $ # $NetBSD: Makefile,v 1.9 1995/03/18 14:57:35 cgd Exp $ PROG= mount_msdos diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 0ecc4dc99e4..d3edb84a148 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_msdos.8,v 1.4 1996/06/23 14:31:26 deraadt Exp $ .\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou diff --git a/sbin/mount_msdos/mount_msdos.c b/sbin/mount_msdos/mount_msdos.c index fbd03990a9f..e7a701850cb 100644 --- a/sbin/mount_msdos/mount_msdos.c +++ b/sbin/mount_msdos/mount_msdos.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_msdos.c,v 1.5 1996/06/23 14:31:27 deraadt Exp $ */ /* $NetBSD: mount_msdos.c,v 1.14 1996/04/13 05:35:47 cgd Exp $ */ /* @@ -31,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: mount_msdos.c,v 1.14 1996/04/13 05:35:47 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mount_msdos.c,v 1.5 1996/06/23 14:31:27 deraadt Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/sbin/mount_null/Makefile b/sbin/mount_null/Makefile index e2070c61474..ba10fa41c1e 100644 --- a/sbin/mount_null/Makefile +++ b/sbin/mount_null/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:28 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/03/18 14:57:45 cgd Exp $ -# @(#)Makefile 8.3 (Berkeley) 3/27/94 PROG= mount_null SRCS= mount_null.c getmntopts.c diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 6490b1d1d0d..e21aceb810c 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_null.8,v 1.3 1996/06/23 14:31:28 deraadt Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c index 76f77190e9c..08b40c0351e 100644 --- a/sbin/mount_null/mount_null.c +++ b/sbin/mount_null/mount_null.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_null.c,v 1.3 1996/06/23 14:31:29 deraadt Exp $ */ /* $NetBSD: mount_null.c,v 1.3 1996/04/13 01:31:49 jtc Exp $ */ /* @@ -46,7 +47,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_null.c 8.5 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_null.c,v 1.3 1996/04/13 01:31:49 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_null.c,v 1.3 1996/06/23 14:31:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index de2db345861..6beda13e745 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:30 deraadt Exp $ # $NetBSD: Makefile,v 1.10 1995/03/18 14:57:50 cgd Exp $ -# @(#)Makefile 8.3 (Berkeley) 3/27/94 PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ diff --git a/sbin/mount_portal/activate.c b/sbin/mount_portal/activate.c index 172322d8fed..fd4f20a7bec 100644 --- a/sbin/mount_portal/activate.c +++ b/sbin/mount_portal/activate.c @@ -1,3 +1,4 @@ +/* $OpenBSD: activate.c,v 1.2 1996/06/23 14:31:30 deraadt Exp $ */ /* $NetBSD: activate.c,v 1.5 1995/04/23 10:33:18 cgd Exp $ */ /* diff --git a/sbin/mount_portal/conf.c b/sbin/mount_portal/conf.c index 6d5c6dedd1c..eebe5be573c 100644 --- a/sbin/mount_portal/conf.c +++ b/sbin/mount_portal/conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conf.c,v 1.2 1996/06/23 14:31:31 deraadt Exp $ */ /* $NetBSD: conf.c,v 1.4 1995/04/23 10:33:19 cgd Exp $ */ /* diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index acf3f07983d..5e08f606ba0 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_portal.8,v 1.2 1996/06/23 14:31:32 deraadt Exp $ .\" $NetBSD: mount_portal.8,v 1.6 1995/08/18 15:01:19 pk Exp $ .\" .\" Copyright (c) 1993, 1994 diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c index 4e2cc744ba9..18e5ef97538 100644 --- a/sbin/mount_portal/mount_portal.c +++ b/sbin/mount_portal/mount_portal.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_portal.c,v 1.3 1996/06/23 14:31:32 deraadt Exp $ */ /* $NetBSD: mount_portal.c,v 1.8 1996/04/13 01:31:54 jtc Exp $ */ /* @@ -46,7 +47,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_portal.c 8.4 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_portal.c,v 1.8 1996/04/13 01:31:54 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_portal.c,v 1.3 1996/06/23 14:31:32 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index 2d8527e20bb..a588b1e95a9 100644 --- a/sbin/mount_portal/pathnames.h +++ b/sbin/mount_portal/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:31:33 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.4 1995/04/23 10:33:21 cgd Exp $ */ /* diff --git a/sbin/mount_portal/portal.conf b/sbin/mount_portal/portal.conf index f93d7cf526c..539f4524f9a 100644 --- a/sbin/mount_portal/portal.conf +++ b/sbin/mount_portal/portal.conf @@ -1,3 +1,4 @@ +# $OpenBSD: portal.conf,v 1.2 1996/06/23 14:31:33 deraadt Exp $ # $NetBSD: portal.conf,v 1.3 1995/03/18 14:57:59 cgd Exp $ # from: Id: portal.conf,v 1.1 1992/05/27 06:50:13 jsp Exp # @(#)portal.conf 8.1 (Berkeley) 6/5/93 diff --git a/sbin/mount_portal/portald.h b/sbin/mount_portal/portald.h index 8627b93ab4b..0892e10e76c 100644 --- a/sbin/mount_portal/portald.h +++ b/sbin/mount_portal/portald.h @@ -1,3 +1,4 @@ +/* $OpenBSD: portald.h,v 1.2 1996/06/23 14:31:34 deraadt Exp $ */ /* $NetBSD: portald.h,v 1.4 1995/04/23 10:33:23 cgd Exp $ */ /* diff --git a/sbin/mount_portal/pt_conf.c b/sbin/mount_portal/pt_conf.c index 5893d5446e6..5a7992cef21 100644 --- a/sbin/mount_portal/pt_conf.c +++ b/sbin/mount_portal/pt_conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pt_conf.c,v 1.2 1996/06/23 14:31:35 deraadt Exp $ */ /* $NetBSD: pt_conf.c,v 1.4 1995/04/23 10:33:24 cgd Exp $ */ /* diff --git a/sbin/mount_portal/pt_exec.c b/sbin/mount_portal/pt_exec.c index bb5be186303..5c3272c3f8b 100644 --- a/sbin/mount_portal/pt_exec.c +++ b/sbin/mount_portal/pt_exec.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pt_exec.c,v 1.2 1996/06/23 14:31:35 deraadt Exp $ */ /* $NetBSD: pt_exec.c,v 1.4 1995/04/23 10:33:25 cgd Exp $ */ /* diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c index d21ada10128..eec22fc72b7 100644 --- a/sbin/mount_portal/pt_file.c +++ b/sbin/mount_portal/pt_file.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pt_file.c,v 1.2 1996/06/23 14:31:36 deraadt Exp $ */ /* $NetBSD: pt_file.c,v 1.7 1995/06/06 19:54:30 mycroft Exp $ */ /* diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index ee9b97fd68e..d7b85c63ea0 100644 --- a/sbin/mount_portal/pt_tcp.c +++ b/sbin/mount_portal/pt_tcp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pt_tcp.c,v 1.2 1996/06/23 14:31:36 deraadt Exp $ */ /* $NetBSD: pt_tcp.c,v 1.9 1995/05/21 15:33:22 mycroft Exp $ */ /* diff --git a/sbin/mount_procfs/Makefile b/sbin/mount_procfs/Makefile index 967ace67cd3..78917e4b647 100644 --- a/sbin/mount_procfs/Makefile +++ b/sbin/mount_procfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:37 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/18 14:58:08 cgd Exp $ -# @(#)Makefile 8.4 (Berkeley) 3/27/94 PROG= mount_procfs SRCS= mount_procfs.c getmntopts.c diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 552b617ed96..a4d01d2d3d6 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_procfs.8,v 1.2 1996/06/23 14:31:38 deraadt Exp $ .\" $NetBSD: mount_procfs.8,v 1.6 1995/03/18 14:58:10 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 diff --git a/sbin/mount_procfs/mount_procfs.c b/sbin/mount_procfs/mount_procfs.c index 777e93f57c5..55fa0bdf3ab 100644 --- a/sbin/mount_procfs/mount_procfs.c +++ b/sbin/mount_procfs/mount_procfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_procfs.c,v 1.3 1996/06/23 14:31:38 deraadt Exp $ */ /* $NetBSD: mount_procfs.c,v 1.7 1996/04/13 01:31:59 jtc Exp $ */ /* @@ -47,7 +48,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_procfs.c 8.3 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_procfs.c,v 1.7 1996/04/13 01:31:59 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_procfs.c,v 1.3 1996/06/23 14:31:38 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_umap/Makefile b/sbin/mount_umap/Makefile index e4540a0952f..804780191cf 100644 --- a/sbin/mount_umap/Makefile +++ b/sbin/mount_umap/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:39 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/03/18 14:58:14 cgd Exp $ -# @(#)Makefile 8.3 (Berkeley) 3/27/94 PROG= mount_umap SRCS= mount_umap.c getmntopts.c diff --git a/sbin/mount_umap/mount_umap.c b/sbin/mount_umap/mount_umap.c index 2fa2a6ade80..c1414b5c0fe 100644 --- a/sbin/mount_umap/mount_umap.c +++ b/sbin/mount_umap/mount_umap.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_umap.c,v 1.4 1996/06/23 14:31:40 deraadt Exp $ */ /* $NetBSD: mount_umap.c,v 1.5 1996/04/13 01:32:05 jtc Exp $ */ /* @@ -46,7 +47,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_umap.c 8.3 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_umap.c,v 1.5 1996/04/13 01:32:05 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_umap.c,v 1.4 1996/06/23 14:31:40 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mount_umap/umap_manual b/sbin/mount_umap/umap_manual index 48b98cd7f91..0ded71070b6 100644 --- a/sbin/mount_umap/umap_manual +++ b/sbin/mount_umap/umap_manual @@ -1,3 +1,4 @@ +% $OpenBSD: umap_manual,v 1.2 1996/06/23 14:31:41 deraadt Exp $ % $NetBSD: umap_manual,v 1.2 1995/03/18 14:58:19 cgd Exp $ \appendix diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile index 61473ea2fd8..e4e7bc8951a 100644 --- a/sbin/mount_union/Makefile +++ b/sbin/mount_union/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:42 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/03/18 14:58:21 cgd Exp $ -# @(#)Makefile 8.3 (Berkeley) 3/27/94 PROG= mount_union SRCS= mount_union.c getmntopts.c diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index 8378e74fc30..3f9ad2c6f1f 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mount_union.8,v 1.3 1996/06/23 14:31:42 deraadt Exp $ .\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $ .\" .\" Copyright (c) 1994 diff --git a/sbin/mount_union/mount_union.c b/sbin/mount_union/mount_union.c index 1c639b3b756..3a019a90ab6 100644 --- a/sbin/mount_union/mount_union.c +++ b/sbin/mount_union/mount_union.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_union.c,v 1.3 1996/06/23 14:31:43 deraadt Exp $ */ /* $NetBSD: mount_union.c,v 1.3 1996/04/13 01:32:11 jtc Exp $ */ /* @@ -46,7 +47,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_union.c 8.5 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$NetBSD: mount_union.c,v 1.3 1996/04/13 01:32:11 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mount_union.c,v 1.3 1996/06/23 14:31:43 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index 277be429e3c..f51056933b8 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:44 deraadt Exp $ # $NetBSD: Makefile,v 1.12 1995/05/11 23:15:05 cgd Exp $ -# @(#)Makefile 8.3 (Berkeley) 1/25/94 PROG= mountd MAN= exports.5 mountd.8 diff --git a/sbin/mountd/pathnames.h b/sbin/mountd/pathnames.h index fec13757222..4fb0e561ebf 100644 --- a/sbin/mountd/pathnames.h +++ b/sbin/mountd/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:31:44 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/18 14:58:35 cgd Exp $ */ /* diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index bf7d243f8a1..34cbb21f75a 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:31:45 deraadt Exp $ # $NetBSD: Makefile,v 1.10 1996/05/16 07:13:01 thorpej Exp $ -# @(#)Makefile 8.2 (Berkeley) 3/27/94 PROG= newfs SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 63a4ce86d24..e22b9a9d7ac 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mkfs.c,v 1.2 1996/06/23 14:31:46 deraadt Exp $ */ /* $NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)mkfs.c 8.3 (Berkeley) 2/3/94"; #else -static char rcsid[] = "$NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mkfs.c,v 1.2 1996/06/23 14:31:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 8f408bc899f..a995f43eebd 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: newfs.8,v 1.3 1996/06/23 14:31:46 deraadt Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 9f6cef21b1c..6026b34ac50 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: newfs.c,v 1.3 1996/06/23 14:31:47 deraadt Exp $ */ /* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)newfs.c 8.8 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $"; +static char rcsid[] = "$OpenBSD: newfs.c,v 1.3 1996/06/23 14:31:47 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/newfs_msdos/bootcode.asm b/sbin/newfs_msdos/bootcode.asm index 2451e0fe990..aeb253e413d 100644 --- a/sbin/newfs_msdos/bootcode.asm +++ b/sbin/newfs_msdos/bootcode.asm @@ -1,3 +1,4 @@ +;;; $OpenBSD: bootcode.asm,v 1.2 1996/06/23 14:31:48 deraadt Exp $ ;;; Hello emacs, this looks like -*- asm -*- code, doesn't it? ;;; ;;; This forms a simple dummy boot program for use with a tool to @@ -11,7 +12,6 @@ ;;; (This is written in as86 syntax. as86 is part of Bruce Evans' ;;; bcc package.) ;;; -;;; $Id: bootcode.asm,v 1.1 1996/06/10 06:37:12 deraadt Exp $ ;;; ;;; This code must be linked to address 0x7c00 in order to function ;;; correctly (the BIOS boot address). diff --git a/sbin/newfs_msdos/bootcode.h b/sbin/newfs_msdos/bootcode.h index 7b3f325f456..222ee79d229 100644 --- a/sbin/newfs_msdos/bootcode.h +++ b/sbin/newfs_msdos/bootcode.h @@ -1,3 +1,5 @@ +/* $OpenBSD: bootcode.h,v 1.2 1996/06/23 14:31:48 deraadt Exp $ */ + #ifndef BOOTCODE_H #define BOOTCODE_H 1 diff --git a/sbin/newfs_msdos/dosfs.h b/sbin/newfs_msdos/dosfs.h index f783718651c..1196dbfe6b8 100644 --- a/sbin/newfs_msdos/dosfs.h +++ b/sbin/newfs_msdos/dosfs.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: dosfs.h,v 1.2 1996/06/23 14:31:49 deraadt Exp $*/ /* * Copyright (c) 1995 Joerg Wunsch * @@ -29,7 +30,6 @@ /* * MS-DOS (FAT) file system structure definitions. * - * $Id: dosfs.h,v 1.1 1996/06/10 06:37:14 deraadt Exp $ */ #ifndef DOSFS_H diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 30ea85b145d..36d8b7642a4 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: newfs_msdos.8,v 1.2 1996/06/23 14:31:50 deraadt Exp $ .\" .\" Copyright (c) 1995, 1996 Joerg Wunsch .\" @@ -25,7 +26,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: newfs_msdos.8,v 1.1 1996/06/10 06:37:15 deraadt Exp $ .\" .Dd November 5, 1995 .Os diff --git a/sbin/newlfs/Makefile b/sbin/newlfs/Makefile index 929101505c5..855e504122e 100644 --- a/sbin/newlfs/Makefile +++ b/sbin/newlfs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:31:50 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1996/05/16 07:17:49 thorpej Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/18/93 PROG= newlfs SRCS= dkcksum.c lfs.c lfs_cksum.c misc.c newfs.c diff --git a/sbin/newlfs/config.h b/sbin/newlfs/config.h index 95e42174df2..dba63649d3c 100644 --- a/sbin/newlfs/config.h +++ b/sbin/newlfs/config.h @@ -1,3 +1,4 @@ +/* $OpenBSD: config.h,v 1.2 1996/06/23 14:31:51 deraadt Exp $ */ /* $NetBSD: config.h,v 1.2 1995/03/18 14:58:47 cgd Exp $ */ /*- diff --git a/sbin/newlfs/extern.h b/sbin/newlfs/extern.h index 72a94fd3244..c24531fe47f 100644 --- a/sbin/newlfs/extern.h +++ b/sbin/newlfs/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:31:52 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.2 1995/03/18 14:58:48 cgd Exp $ */ /*- diff --git a/sbin/newlfs/lfs.c b/sbin/newlfs/lfs.c index 393a809892a..45dc058b8ba 100644 --- a/sbin/newlfs/lfs.c +++ b/sbin/newlfs/lfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lfs.c,v 1.2 1996/06/23 14:31:52 deraadt Exp $ */ /* $NetBSD: lfs.c,v 1.8 1995/06/19 21:30:36 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)lfs.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: lfs.c,v 1.8 1995/06/19 21:30:36 cgd Exp $"; +static char rcsid[] = "$OpenBSD: lfs.c,v 1.2 1996/06/23 14:31:52 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/newlfs/misc.c b/sbin/newlfs/misc.c index 8e44e63d630..7691812a61f 100644 --- a/sbin/newlfs/misc.c +++ b/sbin/newlfs/misc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: misc.c,v 1.2 1996/06/23 14:31:53 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.2 1995/03/18 14:58:51 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: misc.c,v 1.2 1995/03/18 14:58:51 cgd Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/23 14:31:53 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/newlfs/newfs.c b/sbin/newlfs/newfs.c index 2668ff6cab0..dc6a08814c0 100644 --- a/sbin/newlfs/newfs.c +++ b/sbin/newlfs/newfs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: newfs.c,v 1.3 1996/06/23 14:31:54 deraadt Exp $ */ /* $NetBSD: newfs.c,v 1.5 1996/05/16 07:17:50 thorpej Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)newfs.c 8.3 (Berkeley) 4/22/94"; #else -static char rcsid[] = "$NetBSD: newfs.c,v 1.5 1996/05/16 07:17:50 thorpej Exp $"; +static char rcsid[] = "$OpenBSD: newfs.c,v 1.3 1996/06/23 14:31:54 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/newlfs/newlfs.8 b/sbin/newlfs/newlfs.8 index f987663b750..bcfb79115d2 100644 --- a/sbin/newlfs/newlfs.8 +++ b/sbin/newlfs/newlfs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: newlfs.8,v 1.2 1996/06/23 14:31:54 deraadt Exp $ .\" $NetBSD: newlfs.8,v 1.2 1995/03/18 14:58:54 cgd Exp $ .\" .\" Copyright (c) 1993 diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index 4326e4e5417..0a7e8a4f8cf 100644 --- a/sbin/nfsd/Makefile +++ b/sbin/nfsd/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:31:55 deraadt Exp $ # $NetBSD: Makefile,v 1.10 1995/03/18 14:58:57 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= nfsd MAN= nfsd.8 diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 909ba28edfa..8ee3fa45e34 100644 --- a/sbin/nfsiod/Makefile +++ b/sbin/nfsiod/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:56 deraadt Exp $ # $NetBSD: Makefile,v 1.9 1995/03/18 14:59:03 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= nfsiod MAN= nfsiod.8 diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 2a9772edd74..57c1402354b 100644 --- a/sbin/nfsiod/nfsiod.8 +++ b/sbin/nfsiod/nfsiod.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: nfsiod.8,v 1.2 1996/06/23 14:31:56 deraadt Exp $ .\" $NetBSD: nfsiod.8,v 1.6 1995/03/18 14:59:04 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile index 8d7dfa3dfec..a9b2d98bc64 100644 --- a/sbin/nologin/Makefile +++ b/sbin/nologin/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:57 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/03/18 14:59:08 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 4/22/94 MAN= nologin.8 diff --git a/sbin/nologin/nologin.8 b/sbin/nologin/nologin.8 index ebd7465554b..a904df7f439 100644 --- a/sbin/nologin/nologin.8 +++ b/sbin/nologin/nologin.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: nologin.8,v 1.2 1996/06/23 14:31:58 deraadt Exp $ .\" $NetBSD: nologin.8,v 1.3 1995/03/18 14:59:09 cgd Exp $ .\" .\" Copyright (c) 1993 diff --git a/sbin/nologin/nologin.sh b/sbin/nologin/nologin.sh index 1634b2a7166..af42ccb0900 100644 --- a/sbin/nologin/nologin.sh +++ b/sbin/nologin/nologin.sh @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: nologin.sh,v 1.2 1996/06/23 14:31:58 deraadt Exp $ # $NetBSD: nologin.sh,v 1.4 1995/04/23 10:33:30 cgd Exp $ # # Copyright (c) 1992, 1993 diff --git a/sbin/pcmcia_cntrl/Makefile b/sbin/pcmcia_cntrl/Makefile index a231297e9ae..764608d41c4 100644 --- a/sbin/pcmcia_cntrl/Makefile +++ b/sbin/pcmcia_cntrl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/04/29 13:07:04 hvozda Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:59 deraadt Exp $ SRCS = pcmcia_cntrl.c diff --git a/sbin/pcmcia_cntrl/pcmcia_cntrl.1 b/sbin/pcmcia_cntrl/pcmcia_cntrl.1 index 0ad4cadae2d..dab0d13533a 100644 --- a/sbin/pcmcia_cntrl/pcmcia_cntrl.1 +++ b/sbin/pcmcia_cntrl/pcmcia_cntrl.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pcmcia_cntrl.1,v 1.2 1996/06/23 14:32:00 deraadt Exp $ .\" Copyright (c) 1994 Stefan Grefen .\" All rights reserved. .\" @@ -33,7 +34,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)pwd.1 6.5 (Berkeley) 6/27/91 -.\" $Id: pcmcia_cntrl.1,v 1.1 1996/04/29 13:07:04 hvozda Exp $ .\" .Dd May 31, 1994 .Dt PWD 1 diff --git a/sbin/pcmcia_cntrl/pcmcia_cntrl.c b/sbin/pcmcia_cntrl/pcmcia_cntrl.c index e01e754177b..c37f5f50cb4 100644 --- a/sbin/pcmcia_cntrl/pcmcia_cntrl.c +++ b/sbin/pcmcia_cntrl/pcmcia_cntrl.c @@ -1,3 +1,5 @@ +/* $OpenBSD: pcmcia_cntrl.c,v 1.2 1996/06/23 14:32:00 deraadt Exp $ */ + /* * Copyright (c) 1993, 1994 Stefan Grefen. All rights reserved. * diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index e2897e8b563..acc7c4a3f74 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:01 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 14:59:13 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= ping MAN= ping.8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 07a5ebfef8f..58c75b7af4d 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ping.8,v 1.4 1996/06/23 14:32:02 deraadt Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 3bc8a50fb66..a800b58e197 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ping.c,v 1.3 1996/06/23 14:32:02 deraadt Exp $ */ /* $NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $"; +static char rcsid[] = "$OpenBSD: ping.c,v 1.3 1996/06/23 14:32:02 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index dc2b361ca6f..859f201b021 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:32:03 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1996/04/05 04:17:57 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= quotacheck SRCS= quotacheck.c preen.c diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index 447c6c9f5ed..3ca92029f48 100644 --- a/sbin/quotacheck/quotacheck.8 +++ b/sbin/quotacheck/quotacheck.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: quotacheck.8,v 1.2 1996/06/23 14:32:04 deraadt Exp $ .\" $NetBSD: quotacheck.8,v 1.4 1995/03/18 14:59:20 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index 08db8485bc9..9e3c9b3f9f7 100644 --- a/sbin/quotacheck/quotacheck.c +++ b/sbin/quotacheck/quotacheck.c @@ -1,3 +1,4 @@ +/* $OpenBSD: quotacheck.c,v 1.7 1996/06/23 14:32:05 deraadt Exp $ */ /* $NetBSD: quotacheck.c,v 1.12 1996/03/30 22:34:25 mark Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)quotacheck.c 8.3 (Berkeley) 1/29/94"; #else -static char rcsid[] = "$NetBSD: quotacheck.c,v 1.12 1996/03/30 22:34:25 mark Exp $"; +static char rcsid[] = "$OpenBSD: quotacheck.c,v 1.7 1996/06/23 14:32:05 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index 7c6f3df1637..901d5893f47 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:05 deraadt Exp $ # $NetBSD: Makefile,v 1.10 1995/08/08 20:46:21 gwr Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= reboot DPADD= ${LIBUTIL} diff --git a/sbin/reboot/boot_hp300.8 b/sbin/reboot/boot_hp300.8 index 13ef1773171..67b34d60388 100644 --- a/sbin/reboot/boot_hp300.8 +++ b/sbin/reboot/boot_hp300.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_hp300.8,v 1.2 1996/06/23 14:32:06 deraadt Exp $ .\" $NetBSD: boot_hp300.8,v 1.3 1995/04/23 10:33:34 cgd Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 4c5da288c19..c613f957f84 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_i386.8,v 1.2 1996/06/23 14:32:07 deraadt Exp $ .\" $NetBSD: boot_i386.8,v 1.3 1995/04/23 10:33:35 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 diff --git a/sbin/reboot/boot_mac68k.8 b/sbin/reboot/boot_mac68k.8 index e3c1dc8fc49..577f2350e16 100644 --- a/sbin/reboot/boot_mac68k.8 +++ b/sbin/reboot/boot_mac68k.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_mac68k.8,v 1.2 1996/06/23 14:32:07 deraadt Exp $ .\" $NetBSD: boot_mac68k.8,v 1.1 1995/07/02 02:09:52 briggs Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. diff --git a/sbin/reboot/boot_pmax.8 b/sbin/reboot/boot_pmax.8 index 7ddc3a34b2f..7828cd0ef7c 100644 --- a/sbin/reboot/boot_pmax.8 +++ b/sbin/reboot/boot_pmax.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_pmax.8,v 1.2 1996/06/23 14:32:08 deraadt Exp $ .\" $NetBSD: boot_pmax.8,v 1.1 1995/04/25 23:55:11 mellon Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. diff --git a/sbin/reboot/boot_sparc.8 b/sbin/reboot/boot_sparc.8 index d52a01169cf..789015ce8b4 100644 --- a/sbin/reboot/boot_sparc.8 +++ b/sbin/reboot/boot_sparc.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_sparc.8,v 1.2 1996/06/23 14:32:09 deraadt Exp $ .\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $ .\" .\" Copyright (c) 1992, 1993 diff --git a/sbin/reboot/boot_sun3.8 b/sbin/reboot/boot_sun3.8 index af418638f52..b1c96de476f 100644 --- a/sbin/reboot/boot_sun3.8 +++ b/sbin/reboot/boot_sun3.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_sun3.8,v 1.2 1996/06/23 14:32:09 deraadt Exp $ .\" $NetBSD: boot_sun3.8,v 1.1 1995/08/08 20:46:20 gwr Exp $ .\" .\" Copyright (c) 1992, 1993 diff --git a/sbin/reboot/boot_tahoe.8 b/sbin/reboot/boot_tahoe.8 index 083fa52a0b6..c7db54d0c2a 100644 --- a/sbin/reboot/boot_tahoe.8 +++ b/sbin/reboot/boot_tahoe.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_tahoe.8,v 1.2 1996/06/23 14:32:10 deraadt Exp $ .\" $NetBSD: boot_tahoe.8,v 1.3 1995/04/23 10:33:38 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/reboot/boot_vax.8 b/sbin/reboot/boot_vax.8 index 4a190ad7445..4853e016877 100644 --- a/sbin/reboot/boot_vax.8 +++ b/sbin/reboot/boot_vax.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_vax.8,v 1.2 1996/06/23 14:32:10 deraadt Exp $ .\" $NetBSD: boot_vax.8,v 1.3 1995/04/23 10:33:39 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/reboot/boot_x68k.8 b/sbin/reboot/boot_x68k.8 index 4e18b1855aa..103ecf391c3 100644 --- a/sbin/reboot/boot_x68k.8 +++ b/sbin/reboot/boot_x68k.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: boot_x68k.8,v 1.2 1996/06/23 14:32:11 deraadt Exp $ .\" $NetBSD: boot_x68k.8,v 1.1 1996/06/15 18:54:22 oki Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 18a42a4389b..18471f6acec 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: reboot.8,v 1.2 1996/06/23 14:32:12 deraadt Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index 73df0b60c23..4a0d4886ca4 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: reboot.c,v 1.2 1996/06/23 14:32:12 deraadt Exp $ */ /* $NetBSD: reboot.c,v 1.8 1995/10/05 05:36:22 mycroft Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)reboot.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: reboot.c,v 1.8 1995/10/05 05:36:22 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: reboot.c,v 1.2 1996/06/23 14:32:12 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 3a1f12bf1eb..13b2f32e72f 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:13 deraadt Exp $ # $NetBSD: Makefile,v 1.14 1995/03/18 14:59:39 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index 94138339be2..9d77b348c00 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dirs.c,v 1.4 1996/06/23 14:32:14 deraadt Exp $ */ /* $NetBSD: dirs.c,v 1.16 1995/06/19 00:20:11 cgd Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)dirs.c 8.5 (Berkeley) 8/31/94"; #else -static char rcsid[] = "$NetBSD: dirs.c,v 1.16 1995/06/19 00:20:11 cgd Exp $"; +static char rcsid[] = "$OpenBSD: dirs.c,v 1.4 1996/06/23 14:32:14 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index b3ed36a8960..ec59d73b620 100644 --- a/sbin/restore/extern.h +++ b/sbin/restore/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:32:15 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.4 1995/03/18 14:59:43 cgd Exp $ */ /*- diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index effae85dfe3..12888f75821 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -1,3 +1,4 @@ +/* $OpenBSD: interactive.c,v 1.2 1996/06/23 14:32:15 deraadt Exp $ */ /* $NetBSD: interactive.c,v 1.9 1995/03/18 14:59:44 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)interactive.c 8.3 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$NetBSD: interactive.c,v 1.9 1995/03/18 14:59:44 cgd Exp $"; +static char rcsid[] = "$OpenBSD: interactive.c,v 1.2 1996/06/23 14:32:15 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/pathnames.h b/sbin/restore/pathnames.h index 64899c92abd..c66392458a1 100644 --- a/sbin/restore/pathnames.h +++ b/sbin/restore/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:32:16 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/18 14:59:48 cgd Exp $ */ /* diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 088ccb3efdc..0d678a64f1d 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: restore.8,v 1.4 1996/06/23 14:32:17 deraadt Exp $ .\" $NetBSD: restore.8,v 1.11 1996/02/02 22:29:33 phil Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index a7f49326f0b..b1822ca3b1f 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -1,3 +1,4 @@ +/* $OpenBSD: restore.c,v 1.2 1996/06/23 14:32:17 deraadt Exp $ */ /* $NetBSD: restore.c,v 1.6 1995/03/18 14:59:51 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$NetBSD: restore.c,v 1.6 1995/03/18 14:59:51 cgd Exp $"; +static char rcsid[] = "$OpenBSD: restore.c,v 1.2 1996/06/23 14:32:17 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h index d6489fff011..a61434da8dc 100644 --- a/sbin/restore/restore.h +++ b/sbin/restore/restore.h @@ -1,3 +1,4 @@ +/* $OpenBSD: restore.h,v 1.2 1996/06/23 14:32:18 deraadt Exp $ */ /* $NetBSD: restore.h,v 1.7 1995/03/18 14:59:53 cgd Exp $ */ /* diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 1faaa2123aa..2c33b7b8db6 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -1,3 +1,4 @@ +/* $OpenBSD: symtab.c,v 1.2 1996/06/23 14:32:19 deraadt Exp $ */ /* $NetBSD: symtab.c,v 1.8 1995/03/18 14:59:54 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)symtab.c 8.2 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$NetBSD: symtab.c,v 1.8 1995/03/18 14:59:54 cgd Exp $"; +static char rcsid[] = "$OpenBSD: symtab.c,v 1.2 1996/06/23 14:32:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/restore/utilities.c b/sbin/restore/utilities.c index 3d6499f6d3a..4d95aaffcd1 100644 --- a/sbin/restore/utilities.c +++ b/sbin/restore/utilities.c @@ -1,3 +1,4 @@ +/* $OpenBSD: utilities.c,v 1.2 1996/06/23 14:32:19 deraadt Exp $ */ /* $NetBSD: utilities.c,v 1.9 1995/03/18 14:59:59 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)utilities.c 8.4 (Berkeley) 10/18/94"; #else -static char rcsid[] = "$NetBSD: utilities.c,v 1.9 1995/03/18 14:59:59 cgd Exp $"; +static char rcsid[] = "$OpenBSD: utilities.c,v 1.2 1996/06/23 14:32:19 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/route/Makefile b/sbin/route/Makefile index 5bfe2722154..52850f568b4 100644 --- a/sbin/route/Makefile +++ b/sbin/route/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:20 deraadt Exp $ # $NetBSD: Makefile,v 1.12 1995/04/19 09:08:28 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= route MAN= route.8 diff --git a/sbin/route/ccitt_addr.c b/sbin/route/ccitt_addr.c index 8ced432c820..4d3afa8fe3e 100644 --- a/sbin/route/ccitt_addr.c +++ b/sbin/route/ccitt_addr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ccitt_addr.c,v 1.2 1996/06/23 14:32:21 deraadt Exp $ */ /* $NetBSD: ccitt_addr.c,v 1.8 1995/04/23 10:33:41 cgd Exp $ */ /* diff --git a/sbin/route/keywords b/sbin/route/keywords index ff771d70dce..23990a1a7a8 100644 --- a/sbin/route/keywords +++ b/sbin/route/keywords @@ -1,3 +1,4 @@ +# $OpenBSD: keywords,v 1.2 1996/06/23 14:32:22 deraadt Exp $ # $NetBSD: keywords,v 1.6 1995/04/20 17:39:17 mycroft Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 4d152cb4132..0e406a471de 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: route.8,v 1.2 1996/06/23 14:32:22 deraadt Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 diff --git a/sbin/route/route.c b/sbin/route/route.c index 79211fe4483..dcf762ee87f 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -1,3 +1,4 @@ +/* $OpenBSD: route.c,v 1.4 1996/06/23 14:32:23 deraadt Exp $ */ /* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)route.c 8.3 (Berkeley) 3/19/94"; #else -static char rcsid[] = "$NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $"; +static char rcsid[] = "$OpenBSD: route.c,v 1.4 1996/06/23 14:32:23 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 2ffb27523e3..930e279d502 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/23 14:32:24 deraadt Exp $ # $NetBSD: Makefile,v 1.14 1995/06/20 22:25:51 christos Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/19/93 # disable an undesirable feature #CFLAGS=-DTRACING diff --git a/sbin/routed/af.c b/sbin/routed/af.c index 4a975dac29e..e58ea8d459e 100644 --- a/sbin/routed/af.c +++ b/sbin/routed/af.c @@ -1,3 +1,4 @@ +/* $OpenBSD: af.c,v 1.2 1996/06/23 14:32:24 deraadt Exp $ */ /* $NetBSD: af.c,v 1.12 1995/07/24 13:03:25 ws Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)af.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: af.c,v 1.12 1995/07/24 13:03:25 ws Exp $"; +static char rcsid[] = "$OpenBSD: af.c,v 1.2 1996/06/23 14:32:24 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/af.h b/sbin/routed/af.h index d001c528ac1..b80a54f3e5a 100644 --- a/sbin/routed/af.h +++ b/sbin/routed/af.h @@ -1,3 +1,4 @@ +/* $OpenBSD: af.h,v 1.2 1996/06/23 14:32:25 deraadt Exp $ */ /* $NetBSD: af.h,v 1.8 1995/06/20 22:26:45 christos Exp $ */ /* diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index a0313e754cc..b363a4653d5 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: defs.h,v 1.2 1996/06/23 14:32:26 deraadt Exp $ */ /* $NetBSD: defs.h,v 1.11 1995/06/20 22:26:57 christos Exp $ */ /* diff --git a/sbin/routed/if.c b/sbin/routed/if.c index 0a61f02b36d..7bf0084319e 100644 --- a/sbin/routed/if.c +++ b/sbin/routed/if.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if.c,v 1.2 1996/06/23 14:32:26 deraadt Exp $ */ /* $NetBSD: if.c,v 1.8 1995/06/20 22:27:21 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)if.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: if.c,v 1.8 1995/06/20 22:27:21 christos Exp $"; +static char rcsid[] = "$OpenBSD: if.c,v 1.2 1996/06/23 14:32:26 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/inet.c b/sbin/routed/inet.c index 1f6ddcd5123..bbb5d1a7b62 100644 --- a/sbin/routed/inet.c +++ b/sbin/routed/inet.c @@ -1,3 +1,4 @@ +/* $OpenBSD: inet.c,v 1.2 1996/06/23 14:32:27 deraadt Exp $ */ /* $NetBSD: inet.c,v 1.9 1995/06/20 22:27:40 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)inet.c 8.2 (Berkeley) 8/14/93"; #else -static char rcsid[] = "$NetBSD: inet.c,v 1.9 1995/06/20 22:27:40 christos Exp $"; +static char rcsid[] = "$OpenBSD: inet.c,v 1.2 1996/06/23 14:32:27 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/input.c b/sbin/routed/input.c index ed732d3282e..941725028d0 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -1,3 +1,4 @@ +/* $OpenBSD: input.c,v 1.3 1996/06/23 14:32:27 deraadt Exp $ */ /* $NetBSD: input.c,v 1.16 1995/07/13 23:20:10 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: input.c,v 1.16 1995/07/13 23:20:10 christos Exp $"; +static char rcsid[] = "$OpenBSD: input.c,v 1.3 1996/06/23 14:32:27 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/interface.h b/sbin/routed/interface.h index a30a1bd9b7b..09653f93127 100644 --- a/sbin/routed/interface.h +++ b/sbin/routed/interface.h @@ -1,3 +1,4 @@ +/* $OpenBSD: interface.h,v 1.2 1996/06/23 14:32:28 deraadt Exp $ */ /* $NetBSD: interface.h,v 1.8 1995/06/20 22:27:52 christos Exp $ */ /* diff --git a/sbin/routed/main.c b/sbin/routed/main.c index ae028677589..567efa90faa 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.2 1996/06/23 14:32:29 deraadt Exp $ */ /* $NetBSD: main.c,v 1.13 1995/06/20 22:27:53 christos Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: main.c,v 1.13 1995/06/20 22:27:53 christos Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.2 1996/06/23 14:32:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/output.c b/sbin/routed/output.c index 5020d022084..9e74959367f 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -1,3 +1,4 @@ +/* $OpenBSD: output.c,v 1.2 1996/06/23 14:32:29 deraadt Exp $ */ /* $NetBSD: output.c,v 1.9 1995/06/20 22:27:54 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)output.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: output.c,v 1.9 1995/06/20 22:27:54 christos Exp $"; +static char rcsid[] = "$OpenBSD: output.c,v 1.2 1996/06/23 14:32:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index 9ff9f43a11e..2a540c60383 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:32:30 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/18 15:00:37 cgd Exp $ */ /* diff --git a/sbin/routed/query/Makefile b/sbin/routed/query/Makefile index 94f2e780d3c..225c1b27694 100644 --- a/sbin/routed/query/Makefile +++ b/sbin/routed/query/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:35 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/18 15:00:51 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= query NOMAN= noman diff --git a/sbin/routed/query/query.c b/sbin/routed/query/query.c index 319e87abf55..c2476b41b63 100644 --- a/sbin/routed/query/query.c +++ b/sbin/routed/query/query.c @@ -1,3 +1,4 @@ +/* $OpenBSD: query.c,v 1.2 1996/06/23 14:32:36 deraadt Exp $ */ /* $NetBSD: query.c,v 1.10 1995/06/20 22:28:08 christos Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: query.c,v 1.10 1995/06/20 22:28:08 christos Exp $"; +static char rcsid[] = "$OpenBSD: query.c,v 1.2 1996/06/23 14:32:36 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index c0a1bea0873..8be7cfd7d57 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: routed.8,v 1.4 1996/06/23 14:32:31 deraadt Exp $ .\" $NetBSD: routed.8,v 1.7 1996/02/06 20:34:28 scottr Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 diff --git a/sbin/routed/startup.c b/sbin/routed/startup.c index 6807a105f05..4129ec4355c 100644 --- a/sbin/routed/startup.c +++ b/sbin/routed/startup.c @@ -1,3 +1,4 @@ +/* $OpenBSD: startup.c,v 1.2 1996/06/23 14:32:31 deraadt Exp $ */ /* $NetBSD: startup.c,v 1.14 1995/06/20 22:27:56 christos Exp $ */ /* @@ -38,7 +39,7 @@ static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/5/93"; #else /*###40 [cc] warning: `rcsid' defined but not used%%%*/ -static char rcsid[] = "$NetBSD: startup.c,v 1.14 1995/06/20 22:27:56 christos Exp $"; +static char rcsid[] = "$OpenBSD: startup.c,v 1.2 1996/06/23 14:32:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/table.h b/sbin/routed/table.h index 2449ee73efb..6b64b8ac7b9 100644 --- a/sbin/routed/table.h +++ b/sbin/routed/table.h @@ -1,3 +1,4 @@ +/* $OpenBSD: table.h,v 1.2 1996/06/23 14:32:32 deraadt Exp $ */ /* $NetBSD: table.h,v 1.7 1995/06/20 22:27:58 christos Exp $ */ /* diff --git a/sbin/routed/tables.c b/sbin/routed/tables.c index 902b76b0698..aae9e180b6a 100644 --- a/sbin/routed/tables.c +++ b/sbin/routed/tables.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tables.c,v 1.2 1996/06/23 14:32:33 deraadt Exp $ */ /* $NetBSD: tables.c,v 1.15 1995/06/20 22:27:59 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: tables.c,v 1.15 1995/06/20 22:27:59 christos Exp $"; +static char rcsid[] = "$OpenBSD: tables.c,v 1.2 1996/06/23 14:32:33 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/timer.c b/sbin/routed/timer.c index 4bd6fa8955c..2430836cdf1 100644 --- a/sbin/routed/timer.c +++ b/sbin/routed/timer.c @@ -1,3 +1,4 @@ +/* $OpenBSD: timer.c,v 1.2 1996/06/23 14:32:33 deraadt Exp $ */ /* $NetBSD: timer.c,v 1.8 1995/06/20 22:28:02 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)timer.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: timer.c,v 1.8 1995/06/20 22:28:02 christos Exp $"; +static char rcsid[] = "$OpenBSD: timer.c,v 1.2 1996/06/23 14:32:33 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c index a712a70f344..c419182c0c0 100644 --- a/sbin/routed/trace.c +++ b/sbin/routed/trace.c @@ -1,3 +1,4 @@ +/* $OpenBSD: trace.c,v 1.2 1996/06/23 14:32:34 deraadt Exp $ */ /* $NetBSD: trace.c,v 1.13 1995/06/20 22:28:03 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: trace.c,v 1.13 1995/06/20 22:28:03 christos Exp $"; +static char rcsid[] = "$OpenBSD: trace.c,v 1.2 1996/06/23 14:32:34 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/routed/trace.h b/sbin/routed/trace.h index 2485a17e7f4..c8c4beb7c16 100644 --- a/sbin/routed/trace.h +++ b/sbin/routed/trace.h @@ -1,3 +1,4 @@ +/* $OpenBSD: trace.h,v 1.2 1996/06/23 14:32:35 deraadt Exp $ */ /* $NetBSD: trace.h,v 1.8 1995/06/20 22:28:04 christos Exp $ */ /* diff --git a/sbin/routed/trace/Makefile b/sbin/routed/trace/Makefile index 7f740f90c7e..e0e5451cbf8 100644 --- a/sbin/routed/trace/Makefile +++ b/sbin/routed/trace/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:37 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/18 15:00:54 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= trace NOMAN= noman diff --git a/sbin/routed/trace/trace.c b/sbin/routed/trace/trace.c index 914b248121a..37532d8a3ec 100644 --- a/sbin/routed/trace/trace.c +++ b/sbin/routed/trace/trace.c @@ -1,3 +1,4 @@ +/* $OpenBSD: trace.c,v 1.2 1996/06/23 14:32:38 deraadt Exp $ */ /* $NetBSD: trace.c,v 1.9 1995/06/20 22:28:11 christos Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: trace.c,v 1.9 1995/06/20 22:28:11 christos Exp $"; +static char rcsid[] = "$OpenBSD: trace.c,v 1.2 1996/06/23 14:32:38 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 5d332216bfe..cde20c38b0c 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.4 1996/06/23 14:32:38 deraadt Exp $ # $NetBSD: Makefile,v 1.11 1996/05/12 04:36:29 mhitch Exp $ -# @(#)Makefile 8.2 (Berkeley) 4/17/94 PROG= savecore diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index a66b8e1be75..3ee0d907634 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: savecore.8,v 1.3 1996/06/23 14:32:39 deraadt Exp $ .\" $NetBSD: savecore.8,v 1.11 1995/06/27 22:40:46 briggs Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/savecore/savecore_old.c b/sbin/savecore/savecore_old.c index dd6abc42851..fb86b29b36c 100644 --- a/sbin/savecore/savecore_old.c +++ b/sbin/savecore/savecore_old.c @@ -1,3 +1,4 @@ +/* $OpenBSD: savecore_old.c,v 1.4 1996/06/23 14:32:40 deraadt Exp $ */ /* $NetBSD: savecore_old.c,v 1.1.1.1 1996/03/16 10:25:11 leo Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)savecore.c 8.3 (Berkeley) 1/2/94"; #else -static char rcsid[] = "$NetBSD: savecore_old.c,v 1.1.1.1 1996/03/16 10:25:11 leo Exp $"; +static char rcsid[] = "$OpenBSD: savecore_old.c,v 1.4 1996/06/23 14:32:40 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile index 0125399c13a..2e49b03e3a8 100644 --- a/sbin/shutdown/Makefile +++ b/sbin/shutdown/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:41 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 15:01:05 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= shutdown MAN= shutdown.8 diff --git a/sbin/shutdown/pathnames.h b/sbin/shutdown/pathnames.h index 94cd2a19bd2..97b3fcc3834 100644 --- a/sbin/shutdown/pathnames.h +++ b/sbin/shutdown/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:32:41 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/03/18 15:01:06 cgd Exp $ */ /* diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 473b9320137..0d611aec03f 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: shutdown.8,v 1.2 1996/06/23 14:32:42 deraadt Exp $ .\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index 05fe96eb7d7..7a33904a87f 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -1,3 +1,4 @@ +/* $OpenBSD: shutdown.c,v 1.2 1996/06/23 14:32:42 deraadt Exp $ */ /* $NetBSD: shutdown.c,v 1.9 1995/03/18 15:01:09 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)shutdown.c 8.2 (Berkeley) 2/16/94"; #else -static char rcsid[] = "$NetBSD: shutdown.c,v 1.9 1995/03/18 15:01:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: shutdown.c,v 1.2 1996/06/23 14:32:42 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index 302215caa0b..3f027885634 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:43 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 15:01:11 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= slattach MAN= slattach.8 diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index 7b327ca12ed..d0af19e43ac 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: slattach.8,v 1.2 1996/06/23 14:32:44 deraadt Exp $ .\" $NetBSD: slattach.8,v 1.12 1995/03/18 15:01:12 cgd Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 437569b0529..e406cf8b50d 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -1,3 +1,4 @@ +/* $OpenBSD: slattach.c,v 1.3 1996/06/23 14:32:44 deraadt Exp $ */ /* $NetBSD: slattach.c,v 1.17 1996/05/19 21:57:39 jonathan Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)slattach.c 8.2 (Berkeley) 1/7/94"; #else -static char rcsid[] = "$NetBSD: slattach.c,v 1.17 1996/05/19 21:57:39 jonathan Exp $"; +static char rcsid[] = "$OpenBSD: slattach.c,v 1.3 1996/06/23 14:32:44 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index 1cc7aaa3555..a25aff80ea7 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:45 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 15:01:16 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= swapon MAN= swapon.8 diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index 85b6c8f37d9..f4b864207c6 100644 --- a/sbin/swapon/swapon.8 +++ b/sbin/swapon/swapon.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: swapon.8,v 1.2 1996/06/23 14:32:46 deraadt Exp $ .\" $NetBSD: swapon.8,v 1.8 1995/08/18 14:51:35 pk Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index f805542ae74..1513c8e2352 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -1,3 +1,4 @@ +/* $OpenBSD: swapon.c,v 1.2 1996/06/23 14:32:46 deraadt Exp $ */ /* $NetBSD: swapon.c,v 1.7 1995/03/18 15:01:18 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)swapon.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: swapon.c,v 1.7 1995/03/18 15:01:18 cgd Exp $"; +static char rcsid[] = "$OpenBSD: swapon.c,v 1.2 1996/06/23 14:32:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/ttyflags/Makefile b/sbin/ttyflags/Makefile index 2011374e69b..96c8d59f1b7 100644 --- a/sbin/ttyflags/Makefile +++ b/sbin/ttyflags/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:47 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/18 15:01:20 cgd Exp $ PROG= ttyflags diff --git a/sbin/ttyflags/ttyflags.8 b/sbin/ttyflags/ttyflags.8 index ded986be995..96dd9d54e36 100644 --- a/sbin/ttyflags/ttyflags.8 +++ b/sbin/ttyflags/ttyflags.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ttyflags.8,v 1.2 1996/06/23 14:32:48 deraadt Exp $ .\" $NetBSD: ttyflags.8,v 1.2 1995/03/18 15:01:22 cgd Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou diff --git a/sbin/ttyflags/ttyflags.c b/sbin/ttyflags/ttyflags.c index a35fc99f2e5..921b2aa6f5c 100644 --- a/sbin/ttyflags/ttyflags.c +++ b/sbin/ttyflags/ttyflags.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ttyflags.c,v 1.3 1996/06/23 14:32:48 deraadt Exp $ */ /* $NetBSD: ttyflags.c,v 1.8 1996/04/09 05:20:30 cgd Exp $ */ /* @@ -37,7 +38,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char rcsid[] = "$NetBSD: ttyflags.c,v 1.8 1996/04/09 05:20:30 cgd Exp $"; +static char rcsid[] = "$OpenBSD: ttyflags.c,v 1.3 1996/06/23 14:32:48 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index 5c83e4cc264..74d586424a0 100644 --- a/sbin/tunefs/Makefile +++ b/sbin/tunefs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:49 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 15:01:26 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= tunefs MAN= tunefs.8 diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 9521c854d58..8714d6d9b96 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: tunefs.8,v 1.2 1996/06/23 14:32:50 deraadt Exp $ .\" $NetBSD: tunefs.8,v 1.8 1995/03/18 15:01:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 5783ace122c..0cbac116464 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tunefs.c,v 1.2 1996/06/23 14:32:50 deraadt Exp $ */ /* $NetBSD: tunefs.c,v 1.10 1995/03/18 15:01:31 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #else -static char rcsid[] = "$NetBSD: tunefs.c,v 1.10 1995/03/18 15:01:31 cgd Exp $"; +static char rcsid[] = "$OpenBSD: tunefs.c,v 1.2 1996/06/23 14:32:50 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 6d5dd0e7839..3175da6017b 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:51 deraadt Exp $ # $NetBSD: Makefile,v 1.9 1995/03/18 15:01:34 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 2/20/94 PROG= umount MAN= umount.8 diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index 63a75d87e47..42e9ea000f0 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: umount.8,v 1.2 1996/06/23 14:32:52 deraadt Exp $ .\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 23c525b71b8..86450277255 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -1,3 +1,4 @@ +/* $OpenBSD: umount.c,v 1.4 1996/06/23 14:32:53 deraadt Exp $ */ /* $NetBSD: umount.c,v 1.16 1996/05/11 14:13:55 mycroft Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)umount.c 8.3 (Berkeley) 2/20/94"; #else -static char rcsid[] = "$NetBSD: umount.c,v 1.16 1996/05/11 14:13:55 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: umount.c,v 1.4 1996/06/23 14:32:53 deraadt Exp $"; #endif #endif /* not lint */ |