diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-01 22:10:16 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-01 22:10:16 +0000 |
commit | 06056ccc0d7072ff7cc7e22815d708f0d067a570 (patch) | |
tree | 6208219f7c343b1f0ac80dbb2ae58f17de47a65d /distrib/arm32 | |
parent | be978d1a355ac87982e7495e6cbdc08e3fb17203 (diff) |
$OpenBSD$
Diffstat (limited to 'distrib/arm32')
23 files changed, 25 insertions, 3 deletions
diff --git a/distrib/arm32/floppies/Makefile b/distrib/arm32/floppies/Makefile index 59f797e5089..9873ab5635a 100644 --- a/distrib/arm32/floppies/Makefile +++ b/distrib/arm32/floppies/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:09:58 todd Exp $ # $NetBSD: Makefile,v 1.1 1996/05/16 19:58:49 mark Exp $ SUBDIR= inst upgr diff --git a/distrib/arm32/floppies/Makefile.inc b/distrib/arm32/floppies/Makefile.inc index 8d7cd5bf352..7eba63c5f70 100644 --- a/distrib/arm32/floppies/Makefile.inc +++ b/distrib/arm32/floppies/Makefile.inc @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile.inc,v 1.2 2000/03/01 22:09:58 todd Exp $ # $NetBSD: Makefile.inc,v 1.1 1996/05/16 19:58:50 mark Exp $ # Revision is 1.1 diff --git a/distrib/arm32/floppies/inst-common/dot.commonutils b/distrib/arm32/floppies/inst-common/dot.commonutils index cec4d110b7e..256a621aab4 100644 --- a/distrib/arm32/floppies/inst-common/dot.commonutils +++ b/distrib/arm32/floppies/inst-common/dot.commonutils @@ -1,3 +1,4 @@ +# $OpenBSD: dot.commonutils,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: dot.commonutils,v 1.1 1996/05/16 19:59:04 mark Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/arm32/floppies/inst-common/inst.sh b/distrib/arm32/floppies/inst-common/inst.sh index 619dc4d49f7..0872d0cc75e 100644 --- a/distrib/arm32/floppies/inst-common/inst.sh +++ b/distrib/arm32/floppies/inst-common/inst.sh @@ -1,5 +1,6 @@ #!/bin/sh # +# $OpenBSD: inst.sh,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: inst.sh,v 1.1 1996/05/16 19:59:05 mark Exp $ # # Copyright (c) 1995-1996 Mark Brinicombe @@ -39,7 +40,7 @@ # by people installing NetBSD. # -VERSION=`echo '$Revision: 1.1 $' | cut '-d ' -f2` +VERSION=`echo '$Revision: 1.2 $' | cut '-d ' -f2` Load_tape() { diff --git a/distrib/arm32/floppies/inst-common/instbin.conf b/distrib/arm32/floppies/inst-common/instbin.conf index 26062b9d9b3..1134564fcc4 100644 --- a/distrib/arm32/floppies/inst-common/instbin.conf +++ b/distrib/arm32/floppies/inst-common/instbin.conf @@ -1,4 +1,5 @@ # +# $OpenBSD: instbin.conf,v 1.3 2000/03/01 22:09:59 todd Exp $ # $NetBSD: instbin.conf,v 1.1 1996/05/16 19:59:07 mark Exp $ # diff --git a/distrib/arm32/floppies/inst-common/list b/distrib/arm32/floppies/inst-common/list index 5acb4972a3e..c7cb6ae274e 100644 --- a/distrib/arm32/floppies/inst-common/list +++ b/distrib/arm32/floppies/inst-common/list @@ -1,3 +1,4 @@ +# $OpenBSD: list,v 1.3 2000/03/01 22:09:59 todd Exp $ # $NetBSD: list,v 1.1 1996/05/16 19:59:08 mark Exp $ # copy the crunched binary, link to it, and kill it diff --git a/distrib/arm32/floppies/inst-common/mtree.conf b/distrib/arm32/floppies/inst-common/mtree.conf index d673b106253..09e5fe24d53 100644 --- a/distrib/arm32/floppies/inst-common/mtree.conf +++ b/distrib/arm32/floppies/inst-common/mtree.conf @@ -1,3 +1,4 @@ +# $OpenBSD: mtree.conf,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: mtree.conf,v 1.1 1996/05/16 19:59:09 mark Exp $ /set type=dir uname=root gname=wheel mode=0755 diff --git a/distrib/arm32/floppies/inst-common/termcap.vt100 b/distrib/arm32/floppies/inst-common/termcap.vt100 index 57340c7000a..10f3d0bac6c 100644 --- a/distrib/arm32/floppies/inst-common/termcap.vt100 +++ b/distrib/arm32/floppies/inst-common/termcap.vt100 @@ -1,3 +1,4 @@ +# $OpenBSD: termcap.vt100,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: termcap.vt100,v 1.1 1996/05/16 19:59:11 mark Exp $ # # Copyright (c) 1980, 1985, 1989 The Regents of the University of California. diff --git a/distrib/arm32/floppies/inst/Makefile b/distrib/arm32/floppies/inst/Makefile index 14f394c6cdd..3e63270c29c 100644 --- a/distrib/arm32/floppies/inst/Makefile +++ b/distrib/arm32/floppies/inst/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:09:58 todd Exp $ # $NetBSD: Makefile,v 1.1 1996/05/16 19:58:54 mark Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/arm32/floppies/inst/disktab.preinstall b/distrib/arm32/floppies/inst/disktab.preinstall index 5fe26a7d81c..6a249be0275 100644 --- a/distrib/arm32/floppies/inst/disktab.preinstall +++ b/distrib/arm32/floppies/inst/disktab.preinstall @@ -1,3 +1,5 @@ +# $OpenBSD: disktab.preinstall,v 1.2 2000/03/01 22:09:58 todd Exp $ + # Disk geometry and partition layout tables. # Key: # dt controller type diff --git a/distrib/arm32/floppies/inst/dot.hdprofile b/distrib/arm32/floppies/inst/dot.hdprofile index b5b68311738..5f4091329dc 100644 --- a/distrib/arm32/floppies/inst/dot.hdprofile +++ b/distrib/arm32/floppies/inst/dot.hdprofile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.hdprofile,v 1.2 2000/03/01 22:09:58 todd Exp $ # $NetBSD: dot.hdprofile,v 1.1 1996/05/16 19:58:57 mark Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/arm32/floppies/inst/dot.instutils b/distrib/arm32/floppies/inst/dot.instutils index 46f29916203..631d972c5c0 100644 --- a/distrib/arm32/floppies/inst/dot.instutils +++ b/distrib/arm32/floppies/inst/dot.instutils @@ -1,3 +1,4 @@ +# $OpenBSD: dot.instutils,v 1.2 2000/03/01 22:09:58 todd Exp $ # $NetBSD: dot.instutils,v 1.1 1996/05/16 19:58:58 mark Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/arm32/floppies/inst/dot.profile b/distrib/arm32/floppies/inst/dot.profile index cf169985719..5c04f784947 100644 --- a/distrib/arm32/floppies/inst/dot.profile +++ b/distrib/arm32/floppies/inst/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.3 2000/03/01 22:09:58 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.2 1997/10/20 22:24:16 millert Exp $ export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export HISTFILE=/.sh_history diff --git a/distrib/arm32/floppies/inst/install.sh b/distrib/arm32/floppies/inst/install.sh index b31b48004f2..8f39431755e 100644 --- a/distrib/arm32/floppies/inst/install.sh +++ b/distrib/arm32/floppies/inst/install.sh @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: install.sh,v 1.4 2000/03/01 22:09:59 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: install.sh,v 1.3 1998/11/03 04:17:19 aaron Exp $ # NetBSD installation script. # In a perfect world, this would be a nice C program, with a reasonable diff --git a/distrib/arm32/floppies/inst/list b/distrib/arm32/floppies/inst/list index 23a9fb8532e..35e4f55bcb1 100644 --- a/distrib/arm32/floppies/inst/list +++ b/distrib/arm32/floppies/inst/list @@ -1,3 +1,4 @@ +# $OpenBSD: list,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: list,v 1.1 1996/05/16 19:59:01 mark Exp $ # the disktab explanation file diff --git a/distrib/arm32/floppies/list2sh.awk b/distrib/arm32/floppies/list2sh.awk index b92d8690460..658ce249048 100644 --- a/distrib/arm32/floppies/list2sh.awk +++ b/distrib/arm32/floppies/list2sh.awk @@ -1,3 +1,4 @@ +# $OpenBSD: list2sh.awk,v 1.2 2000/03/01 22:09:58 todd Exp $ # $NetBSD: list2sh.awk,v 1.1 1996/05/16 19:58:51 mark Exp $ BEGIN { diff --git a/distrib/arm32/floppies/runlist.sh b/distrib/arm32/floppies/runlist.sh index 65088762de5..a4b9a7c2817 100644 --- a/distrib/arm32/floppies/runlist.sh +++ b/distrib/arm32/floppies/runlist.sh @@ -1,3 +1,4 @@ +# $OpenBSD: runlist.sh,v 1.2 2000/03/01 22:09:58 todd Exp $ # $NetBSD: runlist.sh,v 1.1 1996/05/16 19:58:52 mark Exp $ if [ "X$1" = "X-d" ]; then diff --git a/distrib/arm32/floppies/upgr/Makefile b/distrib/arm32/floppies/upgr/Makefile index ad537b8f004..bfdfc556554 100644 --- a/distrib/arm32/floppies/upgr/Makefile +++ b/distrib/arm32/floppies/upgr/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: Makefile,v 1.1 1996/05/16 19:59:15 mark Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/arm32/floppies/upgr/dot.hdprofile b/distrib/arm32/floppies/upgr/dot.hdprofile index ba2e1b50303..36a7f605166 100644 --- a/distrib/arm32/floppies/upgr/dot.hdprofile +++ b/distrib/arm32/floppies/upgr/dot.hdprofile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.hdprofile,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: dot.hdprofile,v 1.1 1996/05/16 19:59:17 mark Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/arm32/floppies/upgr/dot.profile b/distrib/arm32/floppies/upgr/dot.profile index 97edc253ee3..61f7e7fd429 100644 --- a/distrib/arm32/floppies/upgr/dot.profile +++ b/distrib/arm32/floppies/upgr/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD # $NetBSD # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/arm32/floppies/upgr/dot.upgrutils b/distrib/arm32/floppies/upgr/dot.upgrutils index b0d102d5bd9..f510c481820 100644 --- a/distrib/arm32/floppies/upgr/dot.upgrutils +++ b/distrib/arm32/floppies/upgr/dot.upgrutils @@ -1,3 +1,4 @@ +# $OpenBSD: dot.upgrutils,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: dot.upgrutils,v 1.1 1996/05/16 19:59:19 mark Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/arm32/floppies/upgr/list b/distrib/arm32/floppies/upgr/list index 9848d23b4f6..e4ef5698f1d 100644 --- a/distrib/arm32/floppies/upgr/list +++ b/distrib/arm32/floppies/upgr/list @@ -1,3 +1,4 @@ +# $OpenBSD: list,v 1.2 2000/03/01 22:09:59 todd Exp $ # $NetBSD: list,v 1.1 1996/05/16 19:59:20 mark Exp $ # and the upgrade tools diff --git a/distrib/arm32/floppies/upgr/upgrade.sh b/distrib/arm32/floppies/upgr/upgrade.sh index 9e9c4dc0cbf..78b5c9b11a0 100644 --- a/distrib/arm32/floppies/upgr/upgrade.sh +++ b/distrib/arm32/floppies/upgr/upgrade.sh @@ -1,5 +1,6 @@ #!/bin/sh # +# $OpenBSD: upgrade.sh,v 1.2 2000/03/01 22:10:00 todd Exp $ # $NetBSD: upgrade.sh,v 1.1 1996/05/16 19:59:21 mark Exp $ # # Copyright (c) 1994 Christopher G. Demetriou |