I had rcs-openbsd.pl have its way here
authorniklas <niklas@openbsd.org>
Thu, 17 Apr 1997 02:10:31 +0000 (02:10 +0000)
committerniklas <niklas@openbsd.org>
Thu, 17 Apr 1997 02:10:31 +0000 (02:10 +0000)
18 files changed:
distrib/i386/floppies/common/Makefile.inc
distrib/i386/floppies/common/list
distrib/i386/floppies/common/mtree.conf
distrib/i386/floppies/common/termcap.pc3
distrib/i386/floppies/inst/Makefile
distrib/i386/floppies/inst/disktab.preinstall
distrib/i386/floppies/inst/dot.profile
distrib/i386/floppies/inst/list
distrib/i386/floppies/kc/Makefile
distrib/i386/floppies/ramdisk/Makefile
distrib/i386/floppies/ramdisk/Makefile.inc
distrib/i386/floppies/ramdisk/disktab.preinstall
distrib/i386/floppies/ramdisk/dot.profile
distrib/i386/floppies/ramdisk/list
distrib/i386/floppies/ramdisk/mtree.conf
distrib/i386/floppies/upgr/Makefile
distrib/i386/floppies/upgr/dot.profile
distrib/i386/floppies/upgr/list

index e62cfa6..83311af 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile.inc,v 1.1 1997/04/13 17:17:43 mickey Exp $
+#      $OpenBSD: Makefile.inc,v 1.2 1997/04/17 02:10:31 niklas Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
index 8738465..d7546ec 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: list,v 1.3 1997/04/17 01:59:58 deraadt Exp $
+#      $OpenBSD: list,v 1.4 1997/04/17 02:10:32 niklas Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/instbin       instbin
index 1906d23..da6e3e3 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: mtree.conf,v 1.2 1997/04/17 01:59:58 deraadt Exp $
+#      $OpenBSD: mtree.conf,v 1.3 1997/04/17 02:10:33 niklas Exp $
 
 /set type=dir uname=root gname=wheel mode=0755
 # .
index feba9cc..9d2bf1b 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: termcap.pc3,v 1.2 1997/04/17 02:10:34 niklas Exp $
+#
 # Copyright (c) 1980, 1985, 1989 The Regents of the University of California.
 # All rights reserved.
 #
index 4406f88..be66c58 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.3 1997/04/13 17:17:47 mickey Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/17 02:10:35 niklas Exp $
 
 TOP=           ${.CURDIR}/..
 
index 5fe26a7..73b537f 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: disktab.preinstall,v 1.2 1997/04/17 02:10:37 niklas Exp $
+
 # Disk geometry and partition layout tables. 
 # Key:
 #      dt      controller type
index 35d77b7..3058ee9 100644 (file)
@@ -1,3 +1,4 @@
+#       $OpenBSD: dot.profile,v 1.5 1997/04/17 02:10:37 niklas Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -27,7 +28,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: dot.profile,v 1.4 1996/06/16 10:25:15 deraadt Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
index 684c27a..da27efa 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: list,v 1.1.1.1 1995/10/18 08:37:34 deraadt Exp $
+#      $OpenBSD: list,v 1.2 1997/04/17 02:10:39 niklas Exp $
 
 # the disktab explanation file
 COPY   disktab.preinstall              etc/disktab.preinstall
index 4b73a82..b42c060 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.12 1997/01/25 09:16:42 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.13 1997/04/17 02:10:40 niklas Exp $
 
 TOP=           ${.CURDIR}/..
 
index d562f54..a5d89a1 100644 (file)
@@ -1,5 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 1997/04/16 21:37:30 deraadt Exp $
-#      $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $
+#      $OpenBSD: Makefile,v 1.7 1997/04/17 02:10:42 niklas Exp $
 
 TOP=           ${.CURDIR}/..
 
index 03ed2d1..0c4644d 100644 (file)
@@ -1,6 +1,5 @@
 #
-#      $OpenBSD: Makefile.inc,v 1.3 1997/04/16 09:22:29 deraadt Exp $
-#      $NetBSD: Makefile.inc,v 1.1 1995/07/18 04:13:14 briggs Exp $
+#      $OpenBSD: Makefile.inc,v 1.4 1997/04/17 02:10:44 niklas Exp $
 #
 
 # TOP is assumed to be defined by Makefile including this one.
index 5fe26a7..022bb27 100644 (file)
@@ -1,3 +1,5 @@
+#      $OpenBSD: disktab.preinstall,v 1.2 1997/04/17 02:10:45 niklas Exp $
+#
 # Disk geometry and partition layout tables. 
 # Key:
 #      dt      controller type
index 01ec15b..19a5698 100644 (file)
@@ -1,3 +1,4 @@
+#       $OpenBSD: dot.profile,v 1.2 1997/04/17 02:10:45 niklas Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -27,7 +28,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: dot.profile,v 1.1 1997/04/13 17:17:54 mickey Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
index 548186d..ae8ffc2 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: list,v 1.1 1997/04/13 17:17:55 mickey Exp $
+#      $OpenBSD: list,v 1.2 1997/04/17 02:10:46 niklas Exp $
 
 # the disktab explanation file
 COPY   disktab.preinstall              etc/disktab.preinstall
index da5d763..75733db 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: mtree.conf,v 1.2 1997/04/17 02:00:00 deraadt Exp $
+#      $OpenBSD: mtree.conf,v 1.3 1997/04/17 02:10:47 niklas Exp $
 
 /set type=dir uname=root gname=wheel mode=0755
 # .
index 6f78740..3a82aaf 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.4 1997/04/13 17:17:56 mickey Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/17 02:10:49 niklas Exp $
 
 TOP=           ${.CURDIR}/..
 
index f19b81f..e0ce1e3 100644 (file)
@@ -1,3 +1,4 @@
+#       $OpenBSD: dot.profile,v 1.4 1997/04/17 02:10:50 niklas Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -27,7 +28,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: dot.profile,v 1.3 1996/06/16 10:25:24 deraadt Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
index d819ad5..d5a18c6 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: list,v 1.2 1995/11/06 21:27:46 deraadt Exp $
+#      $OpenBSD: list,v 1.3 1997/04/17 02:10:51 niklas Exp $
 
 # and the upgrade tools
 COPY   dot.profile                     .profile