summaryrefslogtreecommitdiff
path: root/distrib/pc532/floppies
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-03-01 22:10:16 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-03-01 22:10:16 +0000
commit06056ccc0d7072ff7cc7e22815d708f0d067a570 (patch)
tree6208219f7c343b1f0ac80dbb2ae58f17de47a65d /distrib/pc532/floppies
parentbe978d1a355ac87982e7495e6cbdc08e3fb17203 (diff)
$OpenBSD$
Diffstat (limited to 'distrib/pc532/floppies')
-rw-r--r--distrib/pc532/floppies/Makefile1
-rw-r--r--distrib/pc532/floppies/Makefile.inc2
-rw-r--r--distrib/pc532/floppies/inst-common/cloak.c2
-rw-r--r--distrib/pc532/floppies/inst-common/dot.commonutils2
-rw-r--r--distrib/pc532/floppies/inst-common/download.c1
-rw-r--r--distrib/pc532/floppies/inst-common/go.c2
-rw-r--r--distrib/pc532/floppies/inst-common/inject.c2
-rw-r--r--distrib/pc532/floppies/inst-common/instbin.conf2
-rw-r--r--distrib/pc532/floppies/inst-common/list2
-rw-r--r--distrib/pc532/floppies/inst-common/mtree.conf2
-rw-r--r--distrib/pc532/floppies/inst/Makefile2
-rw-r--r--distrib/pc532/floppies/inst/disktab.preinstall2
-rw-r--r--distrib/pc532/floppies/inst/dot.hdprofile2
-rw-r--r--distrib/pc532/floppies/inst/dot.instutils2
-rw-r--r--distrib/pc532/floppies/inst/dot.profile2
-rw-r--r--distrib/pc532/floppies/inst/install.sh2
-rw-r--r--distrib/pc532/floppies/inst/list2
-rw-r--r--distrib/pc532/floppies/list2sh.awk2
-rw-r--r--distrib/pc532/floppies/runlist.sh2
-rw-r--r--distrib/pc532/floppies/upgr/Makefile2
-rw-r--r--distrib/pc532/floppies/upgr/dot.hdprofile2
-rw-r--r--distrib/pc532/floppies/upgr/dot.profile2
-rw-r--r--distrib/pc532/floppies/upgr/dot.upgrutils2
-rw-r--r--distrib/pc532/floppies/upgr/list2
-rw-r--r--distrib/pc532/floppies/upgr/upgrade.sh2
25 files changed, 26 insertions, 22 deletions
diff --git a/distrib/pc532/floppies/Makefile b/distrib/pc532/floppies/Makefile
index 2dd34f291d9..4a495145a18 100644
--- a/distrib/pc532/floppies/Makefile
+++ b/distrib/pc532/floppies/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.4 2000/03/01 22:10:05 todd Exp $
# $NetBSD: Makefile,v 1.2 1995/11/28 23:58:45 jtc Exp $
SUBDIR= inst # upgr
diff --git a/distrib/pc532/floppies/Makefile.inc b/distrib/pc532/floppies/Makefile.inc
index 9f12ef215fc..9490351545f 100644
--- a/distrib/pc532/floppies/Makefile.inc
+++ b/distrib/pc532/floppies/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.4 1996/09/05 21:26:44 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.5 2000/03/01 22:10:05 todd Exp $
# Revision is 1.2
REV= 12
diff --git a/distrib/pc532/floppies/inst-common/cloak.c b/distrib/pc532/floppies/inst-common/cloak.c
index 3a4a8ccdff8..ef9a10ed40c 100644
--- a/distrib/pc532/floppies/inst-common/cloak.c
+++ b/distrib/pc532/floppies/inst-common/cloak.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: cloak.c,v 1.3 2000/03/01 22:10:07 todd Exp $ */
/*
* Copyright (c) 1995 Matthias Pfaller.
* 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: cloak.c,v 1.2 1996/09/05 21:26:50 deraadt Exp $
*/
#include <stdio.h>
diff --git a/distrib/pc532/floppies/inst-common/dot.commonutils b/distrib/pc532/floppies/inst-common/dot.commonutils
index 1e9fa4be390..c3368d7ca6b 100644
--- a/distrib/pc532/floppies/inst-common/dot.commonutils
+++ b/distrib/pc532/floppies/inst-common/dot.commonutils
@@ -1,3 +1,4 @@
+# $OpenBSD: dot.commonutils,v 1.8 2000/03/01 22:10:07 todd 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.commonutils,v 1.7 1996/12/09 07:05:12 deraadt Exp $
# Installation utilites (functions), to get NetBSD installed on
# the hard disk. These are meant to be invoked from the shell prompt,
diff --git a/distrib/pc532/floppies/inst-common/download.c b/distrib/pc532/floppies/inst-common/download.c
index 35081488753..0a0a347448d 100644
--- a/distrib/pc532/floppies/inst-common/download.c
+++ b/distrib/pc532/floppies/inst-common/download.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: download.c,v 1.4 2000/03/01 22:10:07 todd Exp $ */
/* $NetBSD: download.c,v 1.1 1995/10/06 21:00:16 phil Exp $ */
/*
diff --git a/distrib/pc532/floppies/inst-common/go.c b/distrib/pc532/floppies/inst-common/go.c
index c2f0f2bbfb4..529f5b64b0c 100644
--- a/distrib/pc532/floppies/inst-common/go.c
+++ b/distrib/pc532/floppies/inst-common/go.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: go.c,v 1.4 2000/03/01 22:10:07 todd Exp $ */
/*
* Copyright (c) 1995 Matthias Pfaller.
* 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: go.c,v 1.3 1996/09/05 21:26:53 deraadt Exp $
*/
#include <sys/reboot.h>
diff --git a/distrib/pc532/floppies/inst-common/inject.c b/distrib/pc532/floppies/inst-common/inject.c
index ea1a29df8ce..3976f6f54cc 100644
--- a/distrib/pc532/floppies/inst-common/inject.c
+++ b/distrib/pc532/floppies/inst-common/inject.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: inject.c,v 1.4 2000/03/01 22:10:07 todd Exp $ */
/*
* Copyright (c) 1995 Matthias Pfaller.
* 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: inject.c,v 1.3 1997/11/26 02:32:27 deraadt Exp $
*/
#include <stdio.h>
diff --git a/distrib/pc532/floppies/inst-common/instbin.conf b/distrib/pc532/floppies/inst-common/instbin.conf
index 3fc34c29390..889282d63eb 100644
--- a/distrib/pc532/floppies/inst-common/instbin.conf
+++ b/distrib/pc532/floppies/inst-common/instbin.conf
@@ -1,6 +1,6 @@
+# $OpenBSD: instbin.conf,v 1.6 2000/03/01 22:10:07 todd Exp $
#
# kcbin.conf - unified binary for the kc floppy
-# $Id: instbin.conf,v 1.5 1996/09/05 21:26:55 deraadt Exp $
#
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin games distrib/pc532/floppies
diff --git a/distrib/pc532/floppies/inst-common/list b/distrib/pc532/floppies/inst-common/list
index 6e5605e96a4..ae8b28f7aec 100644
--- a/distrib/pc532/floppies/inst-common/list
+++ b/distrib/pc532/floppies/inst-common/list
@@ -1,4 +1,4 @@
-# $Id: list,v 1.6 1996/09/05 21:26:56 deraadt Exp $
+# $OpenBSD: list,v 1.7 2000/03/01 22:10:07 todd Exp $
# copy the MAKEDEV script and make some devices
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
diff --git a/distrib/pc532/floppies/inst-common/mtree.conf b/distrib/pc532/floppies/inst-common/mtree.conf
index e9f97cf01d4..d7164d58d76 100644
--- a/distrib/pc532/floppies/inst-common/mtree.conf
+++ b/distrib/pc532/floppies/inst-common/mtree.conf
@@ -1,4 +1,4 @@
-# $Id: mtree.conf,v 1.3 1996/09/05 21:26:58 deraadt Exp $
+# $OpenBSD: mtree.conf,v 1.4 2000/03/01 22:10:07 todd Exp $
/set type=dir uname=root gname=wheel mode=0755
# .
diff --git a/distrib/pc532/floppies/inst/Makefile b/distrib/pc532/floppies/inst/Makefile
index 39857a5135d..180c1e83c93 100644
--- a/distrib/pc532/floppies/inst/Makefile
+++ b/distrib/pc532/floppies/inst/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/09/05 21:26:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:06 todd Exp $
TOP= ${.CURDIR}/..
diff --git a/distrib/pc532/floppies/inst/disktab.preinstall b/distrib/pc532/floppies/inst/disktab.preinstall
index 5fe26a7d81c..0b16c864552 100644
--- a/distrib/pc532/floppies/inst/disktab.preinstall
+++ b/distrib/pc532/floppies/inst/disktab.preinstall
@@ -1,3 +1,5 @@
+# $OpenBSD: disktab.preinstall,v 1.2 2000/03/01 22:10:06 todd Exp $
+
# Disk geometry and partition layout tables.
# Key:
# dt controller type
diff --git a/distrib/pc532/floppies/inst/dot.hdprofile b/distrib/pc532/floppies/inst/dot.hdprofile
index 40439ecec0b..7d82f05fc94 100644
--- a/distrib/pc532/floppies/inst/dot.hdprofile
+++ b/distrib/pc532/floppies/inst/dot.hdprofile
@@ -1,3 +1,4 @@
+# $OpenBSD: dot.hdprofile,v 1.4 2000/03/01 22:10:06 todd 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.hdprofile,v 1.3 1996/09/05 21:26:46 deraadt Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/
export PATH
diff --git a/distrib/pc532/floppies/inst/dot.instutils b/distrib/pc532/floppies/inst/dot.instutils
index 8479f4cb05f..c550b803dcf 100644
--- a/distrib/pc532/floppies/inst/dot.instutils
+++ b/distrib/pc532/floppies/inst/dot.instutils
@@ -1,3 +1,4 @@
+# $OpenBSD: dot.instutils,v 1.4 2000/03/01 22:10:06 todd 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.instutils,v 1.3 1996/09/05 21:26:47 deraadt Exp $
# Installation configuration utilites (functions), to get NetBSD configured
# reasonably once it is installed on the hard disk. These are meant to be
diff --git a/distrib/pc532/floppies/inst/dot.profile b/distrib/pc532/floppies/inst/dot.profile
index 98b937d4f38..791a0f733f2 100644
--- a/distrib/pc532/floppies/inst/dot.profile
+++ b/distrib/pc532/floppies/inst/dot.profile
@@ -1,3 +1,4 @@
+# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:10:06 todd 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 1997/10/20 22:24:10 millert Exp $
export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/
export HISTFILE=/.sh_history
diff --git a/distrib/pc532/floppies/inst/install.sh b/distrib/pc532/floppies/inst/install.sh
index 36fa4fd6c43..3956c4b33fb 100644
--- a/distrib/pc532/floppies/inst/install.sh
+++ b/distrib/pc532/floppies/inst/install.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $OpenBSD: install.sh,v 1.9 2000/03/01 22:10:06 todd 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: install.sh,v 1.8 1998/11/03 04:17:20 aaron Exp $
# NetBSD installation script.
# In a perfect world, this would be a nice C program, with a reasonable
diff --git a/distrib/pc532/floppies/inst/list b/distrib/pc532/floppies/inst/list
index d28acb11460..a46e724a32f 100644
--- a/distrib/pc532/floppies/inst/list
+++ b/distrib/pc532/floppies/inst/list
@@ -1,4 +1,4 @@
-# $Id: list,v 1.2 1996/09/05 21:26:48 deraadt Exp $
+# $OpenBSD: list,v 1.3 2000/03/01 22:10:06 todd Exp $
# the disktab explanation file
COPY disktab.preinstall etc
diff --git a/distrib/pc532/floppies/list2sh.awk b/distrib/pc532/floppies/list2sh.awk
index e857fdf7c98..eda205a961b 100644
--- a/distrib/pc532/floppies/list2sh.awk
+++ b/distrib/pc532/floppies/list2sh.awk
@@ -1,4 +1,4 @@
-# $Id: list2sh.awk,v 1.2 1996/09/05 21:26:44 deraadt Exp $
+# $OpenBSD: list2sh.awk,v 1.3 2000/03/01 22:10:05 todd Exp $
BEGIN {
printf("cd ${CURDIR}\n");
diff --git a/distrib/pc532/floppies/runlist.sh b/distrib/pc532/floppies/runlist.sh
index b8c956b8cbb..a73ac004576 100644
--- a/distrib/pc532/floppies/runlist.sh
+++ b/distrib/pc532/floppies/runlist.sh
@@ -1,4 +1,4 @@
-# $Id: runlist.sh,v 1.2 1996/09/05 21:26:45 deraadt Exp $
+# $OpenBSD: runlist.sh,v 1.3 2000/03/01 22:10:06 todd Exp $
if [ "X$1" = "X-d" ]; then
SHELLCMD=cat
diff --git a/distrib/pc532/floppies/upgr/Makefile b/distrib/pc532/floppies/upgr/Makefile
index c5b9660514a..c3c2c1adc30 100644
--- a/distrib/pc532/floppies/upgr/Makefile
+++ b/distrib/pc532/floppies/upgr/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/09/05 21:27:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:07 todd Exp $
TOP= ${.CURDIR}/..
diff --git a/distrib/pc532/floppies/upgr/dot.hdprofile b/distrib/pc532/floppies/upgr/dot.hdprofile
index e5428ac9a2d..87d736abc00 100644
--- a/distrib/pc532/floppies/upgr/dot.hdprofile
+++ b/distrib/pc532/floppies/upgr/dot.hdprofile
@@ -1,3 +1,4 @@
+# $OpenBSD: dot.hdprofile,v 1.4 2000/03/01 22:10:08 todd 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.hdprofile,v 1.3 1996/09/05 21:27:01 deraadt Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
diff --git a/distrib/pc532/floppies/upgr/dot.profile b/distrib/pc532/floppies/upgr/dot.profile
index c6c311d3ba5..20ce085b52d 100644
--- a/distrib/pc532/floppies/upgr/dot.profile
+++ b/distrib/pc532/floppies/upgr/dot.profile
@@ -1,3 +1,4 @@
+# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:10:08 todd 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 1997/10/20 22:24:11 millert Exp $
export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export HISTFILE=/.sh_history
diff --git a/distrib/pc532/floppies/upgr/dot.upgrutils b/distrib/pc532/floppies/upgr/dot.upgrutils
index 431f5e41987..7a171254e7a 100644
--- a/distrib/pc532/floppies/upgr/dot.upgrutils
+++ b/distrib/pc532/floppies/upgr/dot.upgrutils
@@ -1,3 +1,4 @@
+# $OpenBSD: dot.upgrutils,v 1.4 2000/03/01 22:10:08 todd 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.upgrutils,v 1.3 1996/09/05 21:27:03 deraadt Exp $
# Upgrade cleanup utilites (functions), to make sure a recently-upgraded
# system is safely runnable. These are meant to be invoked from the shell
diff --git a/distrib/pc532/floppies/upgr/list b/distrib/pc532/floppies/upgr/list
index 10cb3c3a1db..14b06dcfd7b 100644
--- a/distrib/pc532/floppies/upgr/list
+++ b/distrib/pc532/floppies/upgr/list
@@ -1,4 +1,4 @@
-# $Id: list,v 1.2 1996/09/05 21:27:04 deraadt Exp $
+# $OpenBSD: list,v 1.3 2000/03/01 22:10:08 todd Exp $
# and the upgrade tools
COPY dot.profile .profile
diff --git a/distrib/pc532/floppies/upgr/upgrade.sh b/distrib/pc532/floppies/upgr/upgrade.sh
index 9a89cb332b1..d7a8c390e41 100644
--- a/distrib/pc532/floppies/upgr/upgrade.sh
+++ b/distrib/pc532/floppies/upgr/upgrade.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $OpenBSD: upgrade.sh,v 1.5 2000/03/01 22:10:08 todd Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -28,7 +29,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: upgrade.sh,v 1.4 1996/09/05 21:27:06 deraadt Exp $
# NetBSD upgrade script.
# In a perfect world, this would be a nice C program, with a reasonable