From b0142923c7ece410d5de3a1a93eb66bb4595c53a Mon Sep 17 00:00:00 2001 From: niklas Date: Thu, 1 May 1997 11:30:43 +0000 Subject: [PATCH] OpenBSD! I.e. tags + no update(8) need --- distrib/sparc/floppies/Makefile | 2 +- distrib/sparc/floppies/Makefile.inc | 2 +- distrib/sparc/floppies/inst-common/Makefile.inc | 2 +- distrib/sparc/floppies/inst-common/instbin-krb.conf | 2 +- distrib/sparc/floppies/inst-common/instbin.conf | 2 +- distrib/sparc/floppies/inst-common/list | 2 +- distrib/sparc/floppies/inst-common/mtree.conf | 2 +- distrib/sparc/floppies/inst/Makefile | 2 +- distrib/sparc/floppies/inst/disktab.preinstall | 2 ++ distrib/sparc/floppies/inst/dot.profile | 2 +- distrib/sparc/floppies/inst/list | 2 +- distrib/sparc/floppies/kernel/Makefile | 2 +- distrib/sparc/floppies/kernel/list | 2 +- distrib/sparc/floppies/kernel/mtree.conf | 2 +- distrib/sparc/floppies/list2sh.awk | 2 +- distrib/sparc/floppies/runlist.sh | 2 +- distrib/sparc/floppies/upgr/Makefile | 2 +- distrib/sparc/floppies/upgr/dot.hdprofile | 5 +---- distrib/sparc/floppies/upgr/dot.profile | 5 +---- distrib/sparc/floppies/upgr/list | 2 +- distrib/sparc/install.md | 1 + 21 files changed, 22 insertions(+), 25 deletions(-) diff --git a/distrib/sparc/floppies/Makefile b/distrib/sparc/floppies/Makefile index 8f8bfba24c5..28de8b45217 100644 --- a/distrib/sparc/floppies/Makefile +++ b/distrib/sparc/floppies/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/10/08 19:58:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1997/05/01 11:30:45 niklas Exp $ SUBDIR= kernel inst upgr diff --git a/distrib/sparc/floppies/Makefile.inc b/distrib/sparc/floppies/Makefile.inc index ed288fc7507..864762ce176 100644 --- a/distrib/sparc/floppies/Makefile.inc +++ b/distrib/sparc/floppies/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.4 1997/04/23 11:24:43 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1997/05/01 11:30:45 niklas Exp $ REV= 21 diff --git a/distrib/sparc/floppies/inst-common/Makefile.inc b/distrib/sparc/floppies/inst-common/Makefile.inc index 28048e7b94d..94ab4406d46 100644 --- a/distrib/sparc/floppies/inst-common/Makefile.inc +++ b/distrib/sparc/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.7 1997/04/20 09:26:58 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 1997/05/01 11:30:51 niklas Exp $ # TOP is assumed to be defined by Makefile including this one. diff --git a/distrib/sparc/floppies/inst-common/instbin-krb.conf b/distrib/sparc/floppies/inst-common/instbin-krb.conf index d49f9a3a79a..e605e1bfec4 100644 --- a/distrib/sparc/floppies/inst-common/instbin-krb.conf +++ b/distrib/sparc/floppies/inst-common/instbin-krb.conf @@ -1,6 +1,6 @@ +# $OpenBSD: instbin-krb.conf,v 1.4 1997/05/01 11:30:51 niklas Exp $ # # kcbin.conf - unified binary for the kc floppy -# $Id: instbin-krb.conf,v 1.3 1997/04/20 09:27:17 deraadt Exp $ # srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin diff --git a/distrib/sparc/floppies/inst-common/instbin.conf b/distrib/sparc/floppies/inst-common/instbin.conf index fb42dfd397f..e614ee45293 100644 --- a/distrib/sparc/floppies/inst-common/instbin.conf +++ b/distrib/sparc/floppies/inst-common/instbin.conf @@ -1,6 +1,6 @@ +# $OpenBSD: instbin.conf,v 1.12 1997/05/01 11:30:52 niklas Exp $ # # kcbin.conf - unified binary for the kc floppy -# $Id: instbin.conf,v 1.11 1997/04/20 09:27:19 deraadt Exp $ # srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin diff --git a/distrib/sparc/floppies/inst-common/list b/distrib/sparc/floppies/inst-common/list index ff604cf0a29..c70f3c414f9 100644 --- a/distrib/sparc/floppies/inst-common/list +++ b/distrib/sparc/floppies/inst-common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.9 1997/04/20 09:27:21 deraadt Exp $ +# $OpenBSD: list,v 1.10 1997/05/01 11:30:53 niklas Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin diff --git a/distrib/sparc/floppies/inst-common/mtree.conf b/distrib/sparc/floppies/inst-common/mtree.conf index c89f7152740..362b95d3993 100644 --- a/distrib/sparc/floppies/inst-common/mtree.conf +++ b/distrib/sparc/floppies/inst-common/mtree.conf @@ -1,4 +1,4 @@ -# $Id: mtree.conf,v 1.2 1997/02/09 16:50:54 deraadt Exp $ +# $OpenBSD: mtree.conf,v 1.3 1997/05/01 11:30:53 niklas Exp $ /set type=dir uname=root gname=wheel mode=0755 # . diff --git a/distrib/sparc/floppies/inst/Makefile b/distrib/sparc/floppies/inst/Makefile index a130a82ce6f..f9ba501b114 100644 --- a/distrib/sparc/floppies/inst/Makefile +++ b/distrib/sparc/floppies/inst/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/10/08 19:39:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1997/05/01 11:30:47 niklas Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/sparc/floppies/inst/disktab.preinstall b/distrib/sparc/floppies/inst/disktab.preinstall index 5fe26a7d81c..7f56ff9afcd 100644 --- a/distrib/sparc/floppies/inst/disktab.preinstall +++ b/distrib/sparc/floppies/inst/disktab.preinstall @@ -1,3 +1,5 @@ +# $OpenBSD: disktab.preinstall,v 1.2 1997/05/01 11:30:48 niklas Exp $ + # Disk geometry and partition layout tables. # Key: # dt controller type diff --git a/distrib/sparc/floppies/inst/dot.profile b/distrib/sparc/floppies/inst/dot.profile index 45c2854da96..d97b0fd8a4c 100644 --- a/distrib/sparc/floppies/inst/dot.profile +++ b/distrib/sparc/floppies/inst/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.3 1997/05/01 11:30:49 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.2 1996/10/18 23:35:12 deraadt Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH diff --git a/distrib/sparc/floppies/inst/list b/distrib/sparc/floppies/inst/list index 555733b6150..14a51aceac4 100644 --- a/distrib/sparc/floppies/inst/list +++ b/distrib/sparc/floppies/inst/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.2 1996/10/19 00:05:42 deraadt Exp $ +# $OpenBSD: list,v 1.3 1997/05/01 11:30:50 niklas Exp $ # the disktab explanation file COPY disktab.preinstall etc/disktab.preinstall diff --git a/distrib/sparc/floppies/kernel/Makefile b/distrib/sparc/floppies/kernel/Makefile index 0215ba93bc9..457d217e52e 100644 --- a/distrib/sparc/floppies/kernel/Makefile +++ b/distrib/sparc/floppies/kernel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/04/20 09:27:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 1997/05/01 11:30:54 niklas Exp $ .include "../Makefile.inc" diff --git a/distrib/sparc/floppies/kernel/list b/distrib/sparc/floppies/kernel/list index c533df4f983..66343b63e9f 100644 --- a/distrib/sparc/floppies/kernel/list +++ b/distrib/sparc/floppies/kernel/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.3 1996/10/08 19:58:32 deraadt Exp $ +# $OpenBSD: list,v 1.4 1997/05/01 11:30:55 niklas Exp $ # copy the kernel COPY ${OBJDIR}/bsd bsd diff --git a/distrib/sparc/floppies/kernel/mtree.conf b/distrib/sparc/floppies/kernel/mtree.conf index addd1681f74..11c2bf83503 100644 --- a/distrib/sparc/floppies/kernel/mtree.conf +++ b/distrib/sparc/floppies/kernel/mtree.conf @@ -1,4 +1,4 @@ -# $Id: mtree.conf,v 1.1 1995/10/27 22:40:03 deraadt Exp $ +# $OpenBSD: mtree.conf,v 1.2 1997/05/01 11:30:56 niklas Exp $ /set type=dir uname=root gname=wheel mode=0755 # . diff --git a/distrib/sparc/floppies/list2sh.awk b/distrib/sparc/floppies/list2sh.awk index 5719437fcd4..fb519ec4d2f 100644 --- a/distrib/sparc/floppies/list2sh.awk +++ b/distrib/sparc/floppies/list2sh.awk @@ -1,4 +1,4 @@ -# $Id: list2sh.awk,v 1.1 1995/10/27 22:27:49 deraadt Exp $ +# $OpenBSD: list2sh.awk,v 1.2 1997/05/01 11:30:46 niklas Exp $ BEGIN { printf("cd ${CURDIR}\n"); diff --git a/distrib/sparc/floppies/runlist.sh b/distrib/sparc/floppies/runlist.sh index 6d97d4bfd03..5ba7ce6a2db 100644 --- a/distrib/sparc/floppies/runlist.sh +++ b/distrib/sparc/floppies/runlist.sh @@ -1,4 +1,4 @@ -# $Id: runlist.sh,v 1.1 1995/10/27 22:27:50 deraadt Exp $ +# $OpenBSD: runlist.sh,v 1.2 1997/05/01 11:30:46 niklas Exp $ if [ "X$1" = "X-d" ]; then SHELLCMD=cat diff --git a/distrib/sparc/floppies/upgr/Makefile b/distrib/sparc/floppies/upgr/Makefile index 466aebe921b..854fc857d9c 100644 --- a/distrib/sparc/floppies/upgr/Makefile +++ b/distrib/sparc/floppies/upgr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/10/08 19:39:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1997/05/01 11:30:57 niklas Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/sparc/floppies/upgr/dot.hdprofile b/distrib/sparc/floppies/upgr/dot.hdprofile index 56d216c8223..2f2d2d342c8 100644 --- a/distrib/sparc/floppies/upgr/dot.hdprofile +++ b/distrib/sparc/floppies/upgr/dot.hdprofile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.hdprofile,v 1.2 1996/04/25 21:31:29 niklas Exp $ +# $OpenBSD: dot.hdprofile,v 1.3 1997/05/01 11:30:58 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -49,9 +49,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 echo '' - # run update, so that installed software is written as it goes. - update - # pull in the functions that people will use from the shell prompt. . /.commonutils . /.upgrutils diff --git a/distrib/sparc/floppies/upgr/dot.profile b/distrib/sparc/floppies/upgr/dot.profile index 620ef0ed9a4..ab45a640172 100644 --- a/distrib/sparc/floppies/upgr/dot.profile +++ b/distrib/sparc/floppies/upgr/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.2 1997/05/01 11:30:58 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 1995/10/27 22:40:06 deraadt Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH @@ -44,9 +44,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 echo '' - # run update, so that installed software is written as it goes. - update - # pull in the functions that people will use from the shell prompt. . /.commonutils . /.upgrutils diff --git a/distrib/sparc/floppies/upgr/list b/distrib/sparc/floppies/upgr/list index 5a7da323722..bf8911a25f9 100644 --- a/distrib/sparc/floppies/upgr/list +++ b/distrib/sparc/floppies/upgr/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1995/10/27 22:40:08 deraadt Exp $ +# $OpenBSD: list,v 1.2 1997/05/01 11:30:59 niklas Exp $ # and the upgrade tools COPY dot.profile .profile diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 6dfc6bd4f9e..491ba67b9b3 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,3 +1,4 @@ +# $OpenBSD: install.md,v 1.8 1997/05/01 11:30:43 niklas Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # -- 2.20.1