summaryrefslogtreecommitdiff
path: root/sbin/newlfs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newlfs')
-rw-r--r--sbin/newlfs/Makefile2
-rw-r--r--sbin/newlfs/config.h1
-rw-r--r--sbin/newlfs/extern.h1
-rw-r--r--sbin/newlfs/lfs.c3
-rw-r--r--sbin/newlfs/misc.c3
-rw-r--r--sbin/newlfs/newfs.c3
-rw-r--r--sbin/newlfs/newlfs.81
7 files changed, 10 insertions, 4 deletions
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