diff options
163 files changed, 184 insertions, 48 deletions
diff --git a/distrib/arc/floppies/Makefile b/distrib/arc/floppies/Makefile index 4a55f5d4333..f577eede64f 100644 --- a/distrib/arc/floppies/Makefile +++ b/distrib/arc/floppies/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/10/10 10:05:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:09:56 todd Exp $ SUBDIR= kernel inst upgr diff --git a/distrib/arc/floppies/Makefile.inc b/distrib/arc/floppies/Makefile.inc index 23215319e26..87fc41ce14d 100644 --- a/distrib/arc/floppies/Makefile.inc +++ b/distrib/arc/floppies/Makefile.inc @@ -1,3 +1,3 @@ -# $Id: Makefile.inc,v 1.5 1998/06/27 20:52:04 todd Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2000/03/01 22:09:56 todd Exp $ REV= ${OSrev} diff --git a/distrib/arc/floppies/inst-common/instbin.conf b/distrib/arc/floppies/inst-common/instbin.conf index 47503d23374..3ebb02af728 100644 --- a/distrib/arc/floppies/inst-common/instbin.conf +++ b/distrib/arc/floppies/inst-common/instbin.conf @@ -1,6 +1,6 @@ +# $OpenBSD: instbin.conf,v 1.2 2000/03/01 22:09:57 todd Exp $ # # kcbin.conf - unified binary for the kc floppy -# $Id: instbin.conf,v 1.1 1996/10/10 10:06:07 deraadt Exp $ # srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin diff --git a/distrib/arc/floppies/inst-common/list b/distrib/arc/floppies/inst-common/list index 76ffd0b12d1..94ea2be64c2 100644 --- a/distrib/arc/floppies/inst-common/list +++ b/distrib/arc/floppies/inst-common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1996/10/10 10:06:09 deraadt Exp $ +# $OpenBSD: list,v 1.2 2000/03/01 22:09:57 todd Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin diff --git a/distrib/arc/floppies/inst-common/mtree.conf b/distrib/arc/floppies/inst-common/mtree.conf index f83fdfc2191..14ffbc0b73b 100644 --- a/distrib/arc/floppies/inst-common/mtree.conf +++ b/distrib/arc/floppies/inst-common/mtree.conf @@ -1,4 +1,4 @@ -# $Id: mtree.conf,v 1.1 1996/10/10 10:06:10 deraadt Exp $ +# $OpenBSD: mtree.conf,v 1.2 2000/03/01 22:09:57 todd Exp $ /set type=dir uname=root gname=wheel mode=0755 # . diff --git a/distrib/arc/floppies/inst-common/termcap.pc3 b/distrib/arc/floppies/inst-common/termcap.pc3 index feba9cc941d..1baa400503c 100644 --- a/distrib/arc/floppies/inst-common/termcap.pc3 +++ b/distrib/arc/floppies/inst-common/termcap.pc3 @@ -1,3 +1,5 @@ +# $OpenBSD: termcap.pc3,v 1.2 2000/03/01 22:09:57 todd Exp $ + # Copyright (c) 1980, 1985, 1989 The Regents of the University of California. # All rights reserved. # diff --git a/distrib/arc/floppies/inst/Makefile b/distrib/arc/floppies/inst/Makefile index 9f6540894de..3e97ab353a3 100644 --- a/distrib/arc/floppies/inst/Makefile +++ b/distrib/arc/floppies/inst/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/10/10 10:05:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:09:56 todd Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/arc/floppies/inst/disktab.preinstall b/distrib/arc/floppies/inst/disktab.preinstall index 5fe26a7d81c..26663b9e6d4 100644 --- a/distrib/arc/floppies/inst/disktab.preinstall +++ b/distrib/arc/floppies/inst/disktab.preinstall @@ -1,3 +1,5 @@ +# $OpenBSD: disktab.preinstall,v 1.2 2000/03/01 22:09:56 todd Exp $ + # Disk geometry and partition layout tables. # Key: # dt controller type diff --git a/distrib/arc/floppies/inst/dot.profile b/distrib/arc/floppies/inst/dot.profile index 3508b763f1f..13ae9b558f4 100644 --- a/distrib/arc/floppies/inst/dot.profile +++ b/distrib/arc/floppies/inst/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:09:57 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 2000/01/30 01:21:19 deraadt Exp $ export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export HISTFILE=/.sh_history diff --git a/distrib/arc/floppies/inst/list b/distrib/arc/floppies/inst/list index 18088dac042..f8e23a78b3a 100644 --- a/distrib/arc/floppies/inst/list +++ b/distrib/arc/floppies/inst/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1996/10/10 10:06:01 deraadt Exp $ +# $OpenBSD: list,v 1.2 2000/03/01 22:09:57 todd Exp $ # the disktab explanation file COPY disktab.preinstall etc/disktab.preinstall diff --git a/distrib/arc/floppies/kernel/list b/distrib/arc/floppies/kernel/list index 5e1cc91e06e..0ab635afd79 100644 --- a/distrib/arc/floppies/kernel/list +++ b/distrib/arc/floppies/kernel/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1996/10/10 10:06:15 deraadt Exp $ +# $OpenBSD: list,v 1.2 2000/03/01 22:09:57 todd Exp $ # copy the kernel COPY ${OBJDIR}/bsd bsd diff --git a/distrib/arc/floppies/kernel/mtree.conf b/distrib/arc/floppies/kernel/mtree.conf index 1fc317c57cf..730547e1f3f 100644 --- a/distrib/arc/floppies/kernel/mtree.conf +++ b/distrib/arc/floppies/kernel/mtree.conf @@ -1,4 +1,4 @@ -# $Id: mtree.conf,v 1.1 1996/10/10 10:06:17 deraadt Exp $ +# $OpenBSD: mtree.conf,v 1.2 2000/03/01 22:09:57 todd Exp $ /set type=dir uname=root gname=wheel mode=0755 # . diff --git a/distrib/arc/floppies/upgr/Makefile b/distrib/arc/floppies/upgr/Makefile index a2080ba1a32..278c9c041a0 100644 --- a/distrib/arc/floppies/upgr/Makefile +++ b/distrib/arc/floppies/upgr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/10/10 10:06:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:09:57 todd Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/arc/floppies/upgr/dot.profile b/distrib/arc/floppies/upgr/dot.profile index da629c0d5cf..4a233363785 100644 --- a/distrib/arc/floppies/upgr/dot.profile +++ b/distrib/arc/floppies/upgr/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:09:57 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 2000/01/30 01:21:19 deraadt Exp $ export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export HISTFILE=/.sh_history diff --git a/distrib/arc/floppies/upgr/list b/distrib/arc/floppies/upgr/list index 464d3b99661..8b5fd2bc332 100644 --- a/distrib/arc/floppies/upgr/list +++ b/distrib/arc/floppies/upgr/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1996/10/10 10:06:25 deraadt Exp $ +# $OpenBSD: list,v 1.2 2000/03/01 22:09:58 todd Exp $ # and the upgrade tools COPY dot.profile .profile 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 diff --git a/distrib/atari/inst-common/dot.commonutils b/distrib/atari/inst-common/dot.commonutils index 772bf19b18d..59f525effdf 100644 --- a/distrib/atari/inst-common/dot.commonutils +++ b/distrib/atari/inst-common/dot.commonutils @@ -1,4 +1,5 @@ # +# $OpenBSD: dot.commonutils,v 1.7 2000/03/01 22:10:01 todd Exp $ # $NetBSD: dot.commonutils,v 1.4 1996/02/28 10:06:40 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/atari/inst-common/instbin.conf b/distrib/atari/inst-common/instbin.conf index 948f99b3505..e6ebc62b991 100644 --- a/distrib/atari/inst-common/instbin.conf +++ b/distrib/atari/inst-common/instbin.conf @@ -1,4 +1,5 @@ # +# $OpenBSD: instbin.conf,v 1.5 2000/03/01 22:10:01 todd Exp $ # $NetBSD: instbin.conf,v 1.5 1995/08/28 20:10:30 leo Exp $ # # kcbin.conf - unified binary for the kc floppy diff --git a/distrib/atari/inst-common/list b/distrib/atari/inst-common/list index e866db932f8..79de0b96968 100644 --- a/distrib/atari/inst-common/list +++ b/distrib/atari/inst-common/list @@ -1,4 +1,5 @@ # +# $OpenBSD: list,v 1.5 2000/03/01 22:10:01 todd Exp $ # $NetBSD: list,v 1.4 1995/08/25 19:17:45 leo Exp $ # diff --git a/distrib/atari/inst-common/mtree.conf b/distrib/atari/inst-common/mtree.conf index f3685ce8659..f820488a205 100644 --- a/distrib/atari/inst-common/mtree.conf +++ b/distrib/atari/inst-common/mtree.conf @@ -1,4 +1,5 @@ # +# $OpenBSD: mtree.conf,v 1.2 2000/03/01 22:10:01 todd Exp $ # $NetBSD: mtree.conf,v 1.1.1.1 1995/04/17 19:08:50 leo Exp $ # diff --git a/distrib/atari/inst-common/termcap.vt b/distrib/atari/inst-common/termcap.vt index fbb4c126fe8..807c35b9ae3 100644 --- a/distrib/atari/inst-common/termcap.vt +++ b/distrib/atari/inst-common/termcap.vt @@ -1,4 +1,5 @@ # +# $OpenBSD: termcap.vt,v 1.2 2000/03/01 22:10:02 todd Exp $ # $NetBSD: termcap.vt,v 1.1.1.1 1995/04/17 19:08:50 leo Exp $ # # Copyright (c) 1980, 1985, 1989 The Regents of the University of California. diff --git a/distrib/atari/inst/Makefile b/distrib/atari/inst/Makefile index eef4d47169a..44fb671a099 100644 --- a/distrib/atari/inst/Makefile +++ b/distrib/atari/inst/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:10:00 todd Exp $ # $NetBSD: Makefile,v 1.1.1.1 1995/04/17 19:08:51 leo Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/atari/inst/disktab.preinstall b/distrib/atari/inst/disktab.preinstall index c80b4149751..3186e12845b 100644 --- a/distrib/atari/inst/disktab.preinstall +++ b/distrib/atari/inst/disktab.preinstall @@ -1,4 +1,5 @@ # +# $OpenBSD: disktab.preinstall,v 1.2 2000/03/01 22:10:01 todd Exp $ # $NetBSD: disktab.preinstall,v 1.1.1.1 1995/04/17 19:08:51 leo Exp $ # # Disk geometry and partition layout tables. diff --git a/distrib/atari/inst/dot.instutils b/distrib/atari/inst/dot.instutils index a4d0905ff0d..4719653e2e8 100644 --- a/distrib/atari/inst/dot.instutils +++ b/distrib/atari/inst/dot.instutils @@ -1,4 +1,5 @@ # +# $OpenBSD: dot.instutils,v 1.4 2000/03/01 22:10:01 todd Exp $ # $NetBSD: dot.instutils,v 1.2 1995/05/10 13:41:08 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/atari/inst/dot.profile b/distrib/atari/inst/dot.profile index aedefa5ac0a..9dfd4c1821b 100644 --- a/distrib/atari/inst/dot.profile +++ b/distrib/atari/inst/dot.profile @@ -1,4 +1,5 @@ # +# $OpenBSD: dot.profile,v 1.3 2000/03/01 22:10:01 todd Exp $ # $NetBSD: dot.profile,v 1.2 1995/05/10 13:39:28 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/atari/inst/install.sh b/distrib/atari/inst/install.sh index 51802b8f00a..a7ed6b8cdc7 100644 --- a/distrib/atari/inst/install.sh +++ b/distrib/atari/inst/install.sh @@ -1,5 +1,6 @@ #!/bin/sh # +# $OpenBSD: install.sh,v 1.6 2000/03/01 22:10:01 todd Exp $ # $NetBSD: install.sh,v 1.2 1995/08/25 19:17:28 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/atari/inst/list b/distrib/atari/inst/list index eada7879ad8..e0e5e804bed 100644 --- a/distrib/atari/inst/list +++ b/distrib/atari/inst/list @@ -1,3 +1,4 @@ +# $OpenBSD: list,v 1.2 2000/03/01 22:10:01 todd Exp $ # $NetBSD: list,v 1.1.1.1 1995/04/17 19:08:52 leo Exp $ # the disktab explanation file diff --git a/distrib/atari/list2sh.awk b/distrib/atari/list2sh.awk index ff3018c5e53..067e86bd91f 100644 --- a/distrib/atari/list2sh.awk +++ b/distrib/atari/list2sh.awk @@ -1,3 +1,4 @@ +# $OpenBSD: list2sh.awk,v 1.2 2000/03/01 22:10:00 todd Exp $ # $NetBSD: list2sh.awk,v 1.1.1.1 1995/04/17 19:08:49 leo Exp $ BEGIN { diff --git a/distrib/atari/miniroot/disktab.shadow b/distrib/atari/miniroot/disktab.shadow index 5b01c7be7d9..462b03dfe8e 100644 --- a/distrib/atari/miniroot/disktab.shadow +++ b/distrib/atari/miniroot/disktab.shadow @@ -1,4 +1,5 @@ # +# $OpenBSD: disktab.shadow,v 1.2 2000/03/01 22:10:02 todd Exp $ # $NetBSD: disktab.shadow,v 1.1.1.1 1996/05/19 19:43:39 leo Exp $ # # Disk geometry and partition layout tables. diff --git a/distrib/atari/miniroot/dot.profile b/distrib/atari/miniroot/dot.profile index b67f659bad4..93bf3c4b3aa 100644 --- a/distrib/atari/miniroot/dot.profile +++ b/distrib/atari/miniroot/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.5 2000/03/01 22:10:02 todd Exp $ # $NetBSD: dot.profile,v 1.1.1.1.4.2 1996/07/15 06:33:30 leo Exp $ # # Copyright (c) 1995 Jason R. Thorpe diff --git a/distrib/atari/miniroot/install.md b/distrib/atari/miniroot/install.md index 5fe57f1a4c7..74ee94c2b62 100644 --- a/distrib/atari/miniroot/install.md +++ b/distrib/atari/miniroot/install.md @@ -1,3 +1,4 @@ +# $OpenBSD: install.md,v 1.4 2000/03/01 22:10:02 todd Exp $ # $NetBSD: install.md,v 1.1.1.1.4.6 1996/08/26 15:45:09 gwr Exp $ # # diff --git a/distrib/atari/miniroot/list b/distrib/atari/miniroot/list index 45f6891b851..31c36c4cc91 100644 --- a/distrib/atari/miniroot/list +++ b/distrib/atari/miniroot/list @@ -1,3 +1,4 @@ +# $OpenBSD: list,v 1.2 2000/03/01 22:10:02 todd Exp $ # $NetBSD: list,v 1.1.1.1.4.2 1996/07/15 06:33:32 leo Exp $ # Atari extra's diff --git a/distrib/atari/miniroot/termcap.vt b/distrib/atari/miniroot/termcap.vt index f7b4627a42b..818033c8e61 100644 --- a/distrib/atari/miniroot/termcap.vt +++ b/distrib/atari/miniroot/termcap.vt @@ -1,4 +1,5 @@ # +# $OpenBSD: termcap.vt,v 1.2 2000/03/01 22:10:02 todd Exp $ # $NetBSD: termcap.vt,v 1.1.1.1 1996/05/19 19:43:36 leo Exp $ # # Copyright (c) 1980, 1985, 1989 The Regents of the University of California. diff --git a/distrib/atari/runlist.sh b/distrib/atari/runlist.sh index c5d15f50c5f..0599eb6d955 100644 --- a/distrib/atari/runlist.sh +++ b/distrib/atari/runlist.sh @@ -1,3 +1,4 @@ +# $OpenBSD: runlist.sh,v 1.2 2000/03/01 22:10:00 todd Exp $ # $NetBSD: runlist.sh,v 1.1.1.1 1995/04/17 19:08:49 leo Exp $ if [ "X$1" = "X-d" ]; then diff --git a/distrib/crunch/COPYRIGHT b/distrib/crunch/COPYRIGHT index c7b4d2f9ae5..25cd5872518 100644 --- a/distrib/crunch/COPYRIGHT +++ b/distrib/crunch/COPYRIGHT @@ -1,3 +1,5 @@ +/* $OpenBSD: COPYRIGHT,v 1.2 2000/03/01 22:10:02 todd Exp $ */ + /* * Copyright (c) 1994 University of Maryland * All Rights Reserved. diff --git a/distrib/crunch/crunchgen/crunched_main.c b/distrib/crunch/crunchgen/crunched_main.c index a07317aa5a6..3e893960d3f 100644 --- a/distrib/crunch/crunchgen/crunched_main.c +++ b/distrib/crunch/crunchgen/crunched_main.c @@ -1,3 +1,5 @@ +/* $OpenBSD: crunched_main.c,v 1.2 2000/03/01 22:10:03 todd Exp $ */ + /* * Copyright (c) 1994 University of Maryland * All Rights Reserved. diff --git a/distrib/crunch/crunchgen/crunchgen.1 b/distrib/crunch/crunchgen/crunchgen.1 index 4c041118ee2..a5c99769e1b 100644 --- a/distrib/crunch/crunchgen/crunchgen.1 +++ b/distrib/crunch/crunchgen/crunchgen.1 @@ -1,3 +1,5 @@ +.\" $OpenBSD: crunchgen.1,v 1.7 2000/03/01 22:10:03 todd Exp $ +.\" .\" .\" Copyright (c) 1994 University of Maryland .\" All Rights Reserved. diff --git a/distrib/crunch/crunchgen/mkskel.sh b/distrib/crunch/crunchgen/mkskel.sh index fd53d78bbba..676705bbb79 100644 --- a/distrib/crunch/crunchgen/mkskel.sh +++ b/distrib/crunch/crunchgen/mkskel.sh @@ -1,4 +1,6 @@ #! /bin/sh +# $OpenBSD: mkskel.sh,v 1.2 2000/03/01 22:10:03 todd Exp $ + # idea and sed lines taken straight from flex cat <<!EOF diff --git a/distrib/crunch/crunchide/Makefile b/distrib/crunch/crunchide/Makefile index 7daf4f039ad..430fee355f3 100644 --- a/distrib/crunch/crunchide/Makefile +++ b/distrib/crunch/crunchide/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.4 2000/03/01 22:10:03 todd Exp $ + PROG= crunchide SRCS= crunchide.c elf_hide.c ecoff_hide.c diff --git a/distrib/crunch/crunchide/crunchide.1 b/distrib/crunch/crunchide/crunchide.1 index 43aeaa82931..149fbbe16d2 100644 --- a/distrib/crunch/crunchide/crunchide.1 +++ b/distrib/crunch/crunchide/crunchide.1 @@ -1,3 +1,5 @@ +.\" $OpenBSD: crunchide.1,v 1.5 2000/03/01 22:10:03 todd Exp $ +.\" .\" .\" Copyright (c) 1994 University of Maryland .\" All Rights Reserved. diff --git a/distrib/crunch/crunchide/crunchide.c b/distrib/crunch/crunchide/crunchide.c index 984c92c0fe8..893fb09fc6e 100644 --- a/distrib/crunch/crunchide/crunchide.c +++ b/distrib/crunch/crunchide/crunchide.c @@ -1,3 +1,5 @@ +/* $OpenBSD: crunchide.c,v 1.12 2000/03/01 22:10:03 todd Exp $ */ + /* * Copyright (c) 1994 University of Maryland * All Rights Reserved. diff --git a/distrib/mvme68k/common/dot.commonutils b/distrib/mvme68k/common/dot.commonutils index 64f840321c8..7fe345f9045 100644 --- a/distrib/mvme68k/common/dot.commonutils +++ b/distrib/mvme68k/common/dot.commonutils @@ -1,4 +1,5 @@ # +# $OpenBSD: dot.commonutils,v 1.2 2000/03/01 22:10:04 todd Exp $ # $NetBSD: dot.commonutils,v 1.1 1995/07/18 04:13:18 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/mvme68k/common/rdsetroot.c b/distrib/mvme68k/common/rdsetroot.c index 317681f4d98..c1bc0c226cd 100644 --- a/distrib/mvme68k/common/rdsetroot.c +++ b/distrib/mvme68k/common/rdsetroot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rdsetroot.c,v 1.3 2000/03/01 22:10:04 todd Exp $ */ /* $NetBSD: rdsetroot.c,v 1.2 1995/10/13 16:38:39 gwr Exp $ */ /* @@ -26,7 +27,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: rdsetroot.c,v 1.2 1997/11/26 02:32:25 deraadt Exp $ */ /* diff --git a/distrib/mvme68k/common/termcap.vt b/distrib/mvme68k/common/termcap.vt index d0c58f1022b..afbbc1e9ddf 100644 --- a/distrib/mvme68k/common/termcap.vt +++ b/distrib/mvme68k/common/termcap.vt @@ -1,4 +1,5 @@ # +# $OpenBSD: termcap.vt,v 1.2 2000/03/01 22:10:04 todd Exp $ # $NetBSD: termcap.vt,v 1.1 1995/07/18 04:13:31 briggs Exp $ # # Copyright (c) 1980, 1985, 1989 The Regents of the University of California. diff --git a/distrib/mvme68k/ramdisk/Makefile.inc b/distrib/mvme68k/ramdisk/Makefile.inc index ac079eebb00..238933a2a53 100644 --- a/distrib/mvme68k/ramdisk/Makefile.inc +++ b/distrib/mvme68k/ramdisk/Makefile.inc @@ -1,4 +1,5 @@ # +# $OpenBSD: Makefile.inc,v 1.4 2000/03/01 22:10:04 todd Exp $ # $NetBSD: Makefile.inc,v 1.1 1995/07/18 04:13:14 briggs Exp $ # diff --git a/distrib/mvme68k/ramdisk/disktab.preinstall b/distrib/mvme68k/ramdisk/disktab.preinstall index 81a0bb0a052..7ec812bd3fd 100644 --- a/distrib/mvme68k/ramdisk/disktab.preinstall +++ b/distrib/mvme68k/ramdisk/disktab.preinstall @@ -1,4 +1,5 @@ # +# $OpenBSD: disktab.preinstall,v 1.2 2000/03/01 22:10:04 todd Exp $ # $NetBSD: disktab.preinstall,v 1.1 1995/07/18 04:13:07 briggs Exp $ # # Disk geometry and partition layout tables. diff --git a/distrib/mvme68k/ramdisk/disktab.shadow b/distrib/mvme68k/ramdisk/disktab.shadow index 5b01c7be7d9..1293c9cfd90 100644 --- a/distrib/mvme68k/ramdisk/disktab.shadow +++ b/distrib/mvme68k/ramdisk/disktab.shadow @@ -1,4 +1,5 @@ # +# $OpenBSD: disktab.shadow,v 1.2 2000/03/01 22:10:05 todd Exp $ # $NetBSD: disktab.shadow,v 1.1.1.1 1996/05/19 19:43:39 leo Exp $ # # Disk geometry and partition layout tables. diff --git a/distrib/mvme68k/ramdisk/dot.instutils b/distrib/mvme68k/ramdisk/dot.instutils index dcc01e50f08..002f07dd5b3 100644 --- a/distrib/mvme68k/ramdisk/dot.instutils +++ b/distrib/mvme68k/ramdisk/dot.instutils @@ -1,4 +1,5 @@ # +# $OpenBSD: dot.instutils,v 1.3 2000/03/01 22:10:05 todd Exp $ # $NetBSD: dot.instutils,v 1.1 1995/07/18 04:13:08 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou diff --git a/distrib/mvme68k/ramdisk/start_rdconfig.sh b/distrib/mvme68k/ramdisk/start_rdconfig.sh index d22552b968e..9a710a880bd 100644 --- a/distrib/mvme68k/ramdisk/start_rdconfig.sh +++ b/distrib/mvme68k/ramdisk/start_rdconfig.sh @@ -1,3 +1,5 @@ +# $OpenBSD: start_rdconfig.sh,v 1.2 2000/03/01 22:10:05 todd Exp $ + echo rdconfig ${1} ${2} rdconfig ${1} ${2} & echo $! >rd.pid diff --git a/distrib/mvme68k/runlist.sh b/distrib/mvme68k/runlist.sh index 172a536138c..40054c51e1a 100644 --- a/distrib/mvme68k/runlist.sh +++ b/distrib/mvme68k/runlist.sh @@ -1,3 +1,4 @@ +# $OpenBSD: runlist.sh,v 1.3 2000/03/01 22:10:03 todd Exp $ # $NetBSD: runlist.sh,v 1.1 1995/07/18 04:13:01 briggs Exp $ if [ "X$1" = "X-d" ]; then 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 diff --git a/distrib/pmax/simpleroot/Makefile.inc b/distrib/pmax/simpleroot/Makefile.inc index cc10426cbce..bc6e32afc80 100644 --- a/distrib/pmax/simpleroot/Makefile.inc +++ b/distrib/pmax/simpleroot/Makefile.inc @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.3 2000/03/01 22:10:08 todd Exp $ + IMAGESIZE?= 81920 # 40Mb in 512 byte blocks BOOT_DISKLABEL?= -b /usr/mdec/rzboot -s /usr/mdec/bootrz GZIP?= cat diff --git a/distrib/powerpc/common/termcap.vt b/distrib/powerpc/common/termcap.vt index d0c58f1022b..f7611c65688 100644 --- a/distrib/powerpc/common/termcap.vt +++ b/distrib/powerpc/common/termcap.vt @@ -1,4 +1,5 @@ # +# $OpenBSD: termcap.vt,v 1.2 2000/03/01 22:10:08 todd Exp $ # $NetBSD: termcap.vt,v 1.1 1995/07/18 04:13:31 briggs Exp $ # # Copyright (c) 1980, 1985, 1989 The Regents of the University of California. diff --git a/distrib/sets/checkflist b/distrib/sets/checkflist index bb2fa1880db..14aefd9ae18 100644 --- a/distrib/sets/checkflist +++ b/distrib/sets/checkflist @@ -1,4 +1,6 @@ #!/bin/csh -f +# $OpenBSD: checkflist,v 1.3 2000/03/01 22:10:08 todd Exp $ + if (! $?DESTDIR) then echo DESTDIR must be set diff --git a/distrib/sets/makeflist b/distrib/sets/makeflist index eb1ee63374a..86e8f70cf6f 100644 --- a/distrib/sets/makeflist +++ b/distrib/sets/makeflist @@ -1,4 +1,6 @@ #!/bin/csh -f +# $OpenBSD: makeflist,v 1.5 2000/03/01 22:10:08 todd Exp $ + set arch=`machine` set listsdir=`pwd`/lists diff --git a/distrib/sets/makesrctars b/distrib/sets/makesrctars index 3cd4746601b..e0d9c8d1a9b 100644 --- a/distrib/sets/makesrctars +++ b/distrib/sets/makesrctars @@ -1,4 +1,6 @@ #!/bin/sh +# $OpenBSD: makesrctars,v 1.11 2000/03/01 22:10:09 todd Exp $ + set RELEASE=$1 SPLITSIZE=240640 diff --git a/distrib/sets/maketars b/distrib/sets/maketars index e21845a3ef1..b9317fc130b 100644 --- a/distrib/sets/maketars +++ b/distrib/sets/maketars @@ -1,4 +1,6 @@ #!/bin/csh -f +# $OpenBSD: maketars,v 1.11 2000/03/01 22:10:09 todd Exp $ + set RELEASE=$1 diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile index b66dcac005e..01ca62ce685 100644 --- a/distrib/special/dhclient/Makefile +++ b/distrib/special/dhclient/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:09 todd Exp $ + .include <bsd.own.mk> .PATH: ${.CURDIR}/../../../usr.sbin/dhcp/dhclient diff --git a/distrib/sun3/common/Make.crunch b/distrib/sun3/common/Make.crunch index ffbe2f1b0ed..c212efe3748 100644 --- a/distrib/sun3/common/Make.crunch +++ b/distrib/sun3/common/Make.crunch @@ -1,3 +1,4 @@ +# $OpenBSD: Make.crunch,v 1.3 2000/03/01 22:10:09 todd Exp $ # $NetBSD: Make.crunch,v 1.3 1995/11/21 21:18:48 gwr Exp $ # # This is included by subdirectories building a crunched binary. diff --git a/distrib/sun3/common/Make.fsimage b/distrib/sun3/common/Make.fsimage index 53c19d6d192..981a294ea57 100644 --- a/distrib/sun3/common/Make.fsimage +++ b/distrib/sun3/common/Make.fsimage @@ -1,4 +1,5 @@ # +# $OpenBSD: Make.fsimage,v 1.2 2000/03/01 22:10:09 todd Exp $ # $NetBSD: Make.fsimage,v 1.2 1995/10/13 16:38:26 gwr Exp $ # diff --git a/distrib/sun3/common/Make.static b/distrib/sun3/common/Make.static index afab996c833..edfce012074 100644 --- a/distrib/sun3/common/Make.static +++ b/distrib/sun3/common/Make.static @@ -1,4 +1,5 @@ # +# $OpenBSD: Make.static,v 1.2 2000/03/01 22:10:09 todd Exp $ # $NetBSD: Make.static,v 1.1 1995/11/21 21:18:51 gwr Exp $ # # This is logically appended to some other makefile, i.e. diff --git a/distrib/sun3/common/Makefile.inc b/distrib/sun3/common/Makefile.inc index 69eb1490626..0f2421a4d38 100644 --- a/distrib/sun3/common/Makefile.inc +++ b/distrib/sun3/common/Makefile.inc @@ -1,4 +1,5 @@ # +# $OpenBSD: Makefile.inc,v 1.2 2000/03/01 22:10:09 todd Exp $ # $NetBSD: Makefile.inc,v 1.1.1.1 1995/10/08 23:07:45 gwr Exp $ # diff --git a/distrib/sun3/common/RunList.awk b/distrib/sun3/common/RunList.awk index cdda1047921..258a5d760fb 100644 --- a/distrib/sun3/common/RunList.awk +++ b/distrib/sun3/common/RunList.awk @@ -1,3 +1,4 @@ +# $OpenBSD: RunList.awk,v 1.3 2000/03/01 22:10:09 todd Exp $ # $NetBSD: RunList.awk,v 1.1.1.1.6.1 1996/08/29 03:10:58 gwr Exp $ BEGIN { diff --git a/distrib/sun3/common/RunList.sh b/distrib/sun3/common/RunList.sh index 380cd2512bd..1982cd3f801 100644 --- a/distrib/sun3/common/RunList.sh +++ b/distrib/sun3/common/RunList.sh @@ -1,5 +1,6 @@ #!/bin/sh +# $OpenBSD: RunList.sh,v 1.2 2000/03/01 22:10:09 todd Exp $ # $NetBSD: RunList.sh,v 1.1.1.1 1995/10/08 23:07:47 gwr Exp $ if [ "X$1" = "X-d" ]; then diff --git a/distrib/sun3/common/install.md b/distrib/sun3/common/install.md index 8ac7725ed2d..8476dca97c2 100644 --- a/distrib/sun3/common/install.md +++ b/distrib/sun3/common/install.md @@ -1,3 +1,4 @@ +# $OpenBSD: install.md,v 1.5 2000/03/01 22:10:09 todd Exp $ # $NetBSD: install.md,v 1.2.2.1 1996/08/29 03:33:48 gwr Exp $ # # diff --git a/distrib/sun3/common/mini_bin.list b/distrib/sun3/common/mini_bin.list index a234f07665d..d1e74e705f8 100644 --- a/distrib/sun3/common/mini_bin.list +++ b/distrib/sun3/common/mini_bin.list @@ -1,4 +1,5 @@ # +# $OpenBSD: mini_bin.list,v 1.3 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mini_bin.list,v 1.2 1995/11/21 21:18:56 gwr Exp $ # diff --git a/distrib/sun3/common/mini_sbin.list b/distrib/sun3/common/mini_sbin.list index 53b768169ab..447399fcbde 100644 --- a/distrib/sun3/common/mini_sbin.list +++ b/distrib/sun3/common/mini_sbin.list @@ -1,4 +1,5 @@ # +# $OpenBSD: mini_sbin.list,v 1.3 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mini_sbin.list,v 1.2 1995/11/21 21:18:57 gwr Exp $ # diff --git a/distrib/sun3/common/mini_usr.conf b/distrib/sun3/common/mini_usr.conf index 19d71c28dc3..7fcef168d5a 100644 --- a/distrib/sun3/common/mini_usr.conf +++ b/distrib/sun3/common/mini_usr.conf @@ -1,4 +1,5 @@ # +# $OpenBSD: mini_usr.conf,v 1.4 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mini_usr.conf,v 1.2.6.1 1996/08/29 03:12:10 gwr Exp $ # # common/mini_usr.conf diff --git a/distrib/sun3/common/mini_usr.list b/distrib/sun3/common/mini_usr.list index 1c3a2e6b417..9e94496acac 100644 --- a/distrib/sun3/common/mini_usr.list +++ b/distrib/sun3/common/mini_usr.list @@ -1,4 +1,5 @@ # +# $OpenBSD: mini_usr.list,v 1.4 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mini_usr.list,v 1.2.6.1 1996/08/29 03:12:45 gwr Exp $ # diff --git a/distrib/sun3/common/mini_xx.list b/distrib/sun3/common/mini_xx.list index 5e893891123..b288b440921 100644 --- a/distrib/sun3/common/mini_xx.list +++ b/distrib/sun3/common/mini_xx.list @@ -1,4 +1,5 @@ # +# $OpenBSD: mini_xx.list,v 1.4 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mini_xx.list,v 1.1.6.1 1996/08/29 03:14:53 gwr Exp $ # Build -static versions of some programs. # diff --git a/distrib/sun3/common/mini_xx.mk b/distrib/sun3/common/mini_xx.mk index 6d430d07737..5b903c1f76d 100644 --- a/distrib/sun3/common/mini_xx.mk +++ b/distrib/sun3/common/mini_xx.mk @@ -1,4 +1,5 @@ # +# $OpenBSD: mini_xx.mk,v 1.3 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mini_xx.mk,v 1.1.6.1 1996/08/29 03:17:15 gwr Exp $ # Hacks for re-linking some programs -static # diff --git a/distrib/sun3/common/miniroot.list b/distrib/sun3/common/miniroot.list index 2b6e7f42114..cd296b7db48 100644 --- a/distrib/sun3/common/miniroot.list +++ b/distrib/sun3/common/miniroot.list @@ -1,3 +1,4 @@ +# $OpenBSD: miniroot.list,v 1.4 2000/03/01 22:10:10 todd Exp $ # $NetBSD: miniroot.list,v 1.2.6.1 1996/08/29 03:19:32 gwr Exp $ # These are scripts: diff --git a/distrib/sun3/common/miniroot.tree b/distrib/sun3/common/miniroot.tree index beb75ee2027..2edb419f82e 100644 --- a/distrib/sun3/common/miniroot.tree +++ b/distrib/sun3/common/miniroot.tree @@ -1,4 +1,5 @@ # +# $OpenBSD: miniroot.tree,v 1.4 2000/03/01 22:10:10 todd Exp $ # $NetBSD: miniroot.tree,v 1.2.6.1 1996/08/29 03:20:18 gwr Exp $ # diff --git a/distrib/sun3/common/mr.disktab b/distrib/sun3/common/mr.disktab index 91768474fad..6bf4b1cf66e 100644 --- a/distrib/sun3/common/mr.disktab +++ b/distrib/sun3/common/mr.disktab @@ -1,4 +1,5 @@ # +# $OpenBSD: mr.disktab,v 1.2 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mr.disktab,v 1.1.1.1 1995/10/08 23:07:47 gwr Exp $ # # Disk geometry and partition layout tables. diff --git a/distrib/sun3/common/mr.etc.rc b/distrib/sun3/common/mr.etc.rc index 272302f54b3..7ce66857398 100644 --- a/distrib/sun3/common/mr.etc.rc +++ b/distrib/sun3/common/mr.etc.rc @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: mr.etc.rc,v 1.2 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mr.etc.rc,v 1.2 1995/10/13 16:38:27 gwr Exp $ # This is run by /sbin/init as: diff --git a/distrib/sun3/common/mr.profile b/distrib/sun3/common/mr.profile index 87f94f9897a..2457812eddf 100644 --- a/distrib/sun3/common/mr.profile +++ b/distrib/sun3/common/mr.profile @@ -1,4 +1,5 @@ # +# $OpenBSD: mr.profile,v 1.5 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mr.profile,v 1.2.6.1 1996/08/29 03:21:13 gwr Exp $ # # Copyright (c) 1995 Jason R. Thorpe diff --git a/distrib/sun3/common/mr.remount b/distrib/sun3/common/mr.remount index 1cb747484da..9295cabb38b 100644 --- a/distrib/sun3/common/mr.remount +++ b/distrib/sun3/common/mr.remount @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: mr.remount,v 1.2 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mr.remount,v 1.1 1995/11/01 23:53:29 gwr Exp $ # # Find out what the root is mounted on, diff --git a/distrib/sun3/common/mr.termcap b/distrib/sun3/common/mr.termcap index 360e98bcfc7..6d8b6c9c9e1 100644 --- a/distrib/sun3/common/mr.termcap +++ b/distrib/sun3/common/mr.termcap @@ -1,4 +1,5 @@ # +# $OpenBSD: mr.termcap,v 1.2 2000/03/01 22:10:10 todd Exp $ # $NetBSD: mr.termcap,v 1.1.1.1 1995/10/08 23:07:47 gwr Exp $ # diff --git a/distrib/sun3/common/ramdisk.list b/distrib/sun3/common/ramdisk.list index 3d8e29ec80a..d8cdf06e7c9 100644 --- a/distrib/sun3/common/ramdisk.list +++ b/distrib/sun3/common/ramdisk.list @@ -1,3 +1,4 @@ +# $OpenBSD: ramdisk.list,v 1.2 2000/03/01 22:10:10 todd Exp $ # $NetBSD: ramdisk.list,v 1.1.1.1 1995/10/08 23:07:46 gwr Exp $ # copy the MAKEDEV script and make some devices diff --git a/distrib/sun3/common/ramdisk.tree b/distrib/sun3/common/ramdisk.tree index a242e6aa48b..d47d58ef505 100644 --- a/distrib/sun3/common/ramdisk.tree +++ b/distrib/sun3/common/ramdisk.tree @@ -1,4 +1,5 @@ # +# $OpenBSD: ramdisk.tree,v 1.2 2000/03/01 22:10:10 todd Exp $ # $NetBSD: ramdisk.tree,v 1.1.1.1 1995/10/08 23:07:48 gwr Exp $ # diff --git a/distrib/sun3/common/rd.disktab b/distrib/sun3/common/rd.disktab index 76067644074..0b170a9c93a 100644 --- a/distrib/sun3/common/rd.disktab +++ b/distrib/sun3/common/rd.disktab @@ -1,2 +1,3 @@ +# $OpenBSD: rd.disktab,v 1.2 2000/03/01 22:10:10 todd Exp $ # $NetBSD: rd.disktab,v 1.2 1995/10/13 16:38:29 gwr Exp $ # The ramdisk has no need for disktab (yet) diff --git a/distrib/sun3/common/rd.fstab b/distrib/sun3/common/rd.fstab index 78bfa72a8b0..89a601cc809 100644 --- a/distrib/sun3/common/rd.fstab +++ b/distrib/sun3/common/rd.fstab @@ -1,2 +1,3 @@ +# $OpenBSD: rd.fstab,v 1.2 2000/03/01 22:10:10 todd Exp $ # $NetBSD: rd.fstab,v 1.2 1995/10/13 16:38:31 gwr Exp $ /dev/rd0 / ufs rw 1 1 diff --git a/distrib/sun3/common/rd.protocols b/distrib/sun3/common/rd.protocols index 0a0432edded..87d8ce68f42 100644 --- a/distrib/sun3/common/rd.protocols +++ b/distrib/sun3/common/rd.protocols @@ -1,5 +1,6 @@ # # etc/protocols (ramdisk version) +# $OpenBSD: rd.protocols,v 1.2 2000/03/01 22:10:11 todd Exp $ # $NetBSD: rd.protocols,v 1.1.1.1 1995/10/08 23:07:49 gwr Exp $ # ip 0 IP diff --git a/distrib/sun3/common/rd.services b/distrib/sun3/common/rd.services index 15e200020c7..33c37292c31 100644 --- a/distrib/sun3/common/rd.services +++ b/distrib/sun3/common/rd.services @@ -1,5 +1,6 @@ # # etc/services (ramdisk version) +# $OpenBSD: rd.services,v 1.2 2000/03/01 22:10:11 todd Exp $ # $NetBSD: rd.services,v 1.1.1.1 1995/10/08 23:07:49 gwr Exp $ # tcpmux 1/tcp diff --git a/distrib/sun3/common/rd.sshrc b/distrib/sun3/common/rd.sshrc index 1964fc43814..81edc3ca90b 100644 --- a/distrib/sun3/common/rd.sshrc +++ b/distrib/sun3/common/rd.sshrc @@ -1,4 +1,5 @@ # .sshrc +# $OpenBSD: rd.sshrc,v 1.2 2000/03/01 22:10:11 todd Exp $ # $NetBSD: rd.sshrc,v 1.2 1995/10/13 16:38:34 gwr Exp $ path /sbin:/bin run cat /.welcome diff --git a/distrib/sun3/common/rd_bin.conf b/distrib/sun3/common/rd_bin.conf index 1c86ed05741..650769c09b0 100644 --- a/distrib/sun3/common/rd_bin.conf +++ b/distrib/sun3/common/rd_bin.conf @@ -1,4 +1,5 @@ # +# $OpenBSD: rd_bin.conf,v 1.3 2000/03/01 22:10:11 todd Exp $ # $NetBSD: rd_bin.conf,v 1.2 1995/11/21 21:19:10 gwr Exp $ # # common/rd_bin.conf - unified binary for the ramdisk. diff --git a/distrib/sun3/common/rd_bin.list b/distrib/sun3/common/rd_bin.list index 7c7c855d1f6..2eeeec7ba65 100644 --- a/distrib/sun3/common/rd_bin.list +++ b/distrib/sun3/common/rd_bin.list @@ -1,4 +1,5 @@ # +# $OpenBSD: rd_bin.list,v 1.2 2000/03/01 22:10:11 todd Exp $ # $NetBSD: rd_bin.list,v 1.2 1995/10/13 16:38:36 gwr Exp $ # diff --git a/distrib/sun3/common/rdsetroot.c b/distrib/sun3/common/rdsetroot.c index cda58d37a40..eab92fcd22f 100644 --- a/distrib/sun3/common/rdsetroot.c +++ b/distrib/sun3/common/rdsetroot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rdsetroot.c,v 1.4 2000/03/01 22:10:11 todd Exp $ */ /* $NetBSD: rdsetroot.c,v 1.2 1995/10/13 16:38:39 gwr Exp $ */ /* @@ -26,7 +27,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: rdsetroot.c,v 1.3 1997/11/26 02:32:30 deraadt Exp $ */ /* diff --git a/distrib/sun3/ramdisk/Findrefs b/distrib/sun3/ramdisk/Findrefs index 2a098b5df7a..ef9ae2d0e93 100644 --- a/distrib/sun3/ramdisk/Findrefs +++ b/distrib/sun3/ramdisk/Findrefs @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: Findrefs,v 1.2 2000/03/01 22:10:11 todd Exp $ # $NetBSD: Findrefs,v 1.2 1995/10/13 16:51:28 gwr Exp $ # Small helper to find out who pulls in X diff --git a/distrib/sun3/ramdisk/Showsyms b/distrib/sun3/ramdisk/Showsyms index a854d3ce55c..dd13d46c624 100644 --- a/distrib/sun3/ramdisk/Showsyms +++ b/distrib/sun3/ramdisk/Showsyms @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: Showsyms,v 1.2 2000/03/01 22:10:11 todd Exp $ # $NetBSD: Showsyms,v 1.2 1995/10/13 16:51:31 gwr Exp $ # Small helper to print out symbols in a useful order. diff --git a/distrib/utils/init_s/Makefile b/distrib/utils/init_s/Makefile index 408c1476053..2951ee15ff2 100644 --- a/distrib/utils/init_s/Makefile +++ b/distrib/utils/init_s/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:11 todd Exp $ # $NetBSD: Makefile,v 1.4 1996/03/27 04:48:40 scottr Exp $ # Build a "small init" (i.e. for boot media) diff --git a/distrib/utils/libhack/Makefile b/distrib/utils/libhack/Makefile index 907ee043651..2668b56c92e 100644 --- a/distrib/utils/libhack/Makefile +++ b/distrib/utils/libhack/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:10:12 todd Exp $ # $NetBSD: Makefile,v 1.2 1995/10/13 18:10:19 gwr Exp $ # # Stubs to kill off some things from libc: diff --git a/distrib/utils/libhack/Makefile.inc b/distrib/utils/libhack/Makefile.inc index 586153eda55..47d33340ee6 100644 --- a/distrib/utils/libhack/Makefile.inc +++ b/distrib/utils/libhack/Makefile.inc @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile.inc,v 1.2 2000/03/01 22:10:12 todd Exp $ # $NetBSD: Makefile.inc,v 1.2 1995/10/13 18:10:20 gwr Exp $ # Include this fragment to build libhack.o # It is .o and not .a to make sure these are the diff --git a/distrib/utils/libhack/getgrent.c b/distrib/utils/libhack/getgrent.c index 66e65987609..6fd3750612a 100644 --- a/distrib/utils/libhack/getgrent.c +++ b/distrib/utils/libhack/getgrent.c @@ -1,3 +1,4 @@ +/* $OpenBSD: getgrent.c,v 1.2 2000/03/01 22:10:12 todd Exp $ */ /* $NetBSD: getgrent.c,v 1.2 1995/10/13 18:10:23 gwr Exp $ */ /* diff --git a/distrib/utils/libhack/gethost.c b/distrib/utils/libhack/gethost.c index 8a2d3649e35..ef3237adef6 100644 --- a/distrib/utils/libhack/gethost.c +++ b/distrib/utils/libhack/gethost.c @@ -1,3 +1,4 @@ +/* $OpenBSD: gethost.c,v 1.2 2000/03/01 22:10:12 todd Exp $ */ /* $NetBSD: gethost.c,v 1.2 1995/10/13 18:10:25 gwr Exp $ */ /*- diff --git a/distrib/utils/libhack/getnetgr.c b/distrib/utils/libhack/getnetgr.c index 31a928c1e45..1d8e88d2307 100644 --- a/distrib/utils/libhack/getnetgr.c +++ b/distrib/utils/libhack/getnetgr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: getnetgr.c,v 1.2 2000/03/01 22:10:12 todd Exp $ */ /* $NetBSD: getnetgr.c,v 1.2 1995/10/13 18:10:26 gwr Exp $ */ /* diff --git a/distrib/utils/libhack/getpwent.c b/distrib/utils/libhack/getpwent.c index 2d730bd6abf..472c51fabd4 100644 --- a/distrib/utils/libhack/getpwent.c +++ b/distrib/utils/libhack/getpwent.c @@ -1,3 +1,4 @@ +/* $OpenBSD: getpwent.c,v 1.2 2000/03/01 22:10:12 todd Exp $ */ /* $NetBSD: getpwent.c,v 1.2 1995/10/13 18:10:27 gwr Exp $ */ /* diff --git a/distrib/utils/libhack/yplib.c b/distrib/utils/libhack/yplib.c index 4b787e056a9..678de4b8b64 100644 --- a/distrib/utils/libhack/yplib.c +++ b/distrib/utils/libhack/yplib.c @@ -1,3 +1,4 @@ +/* $OpenBSD: yplib.c,v 1.2 2000/03/01 22:10:12 todd Exp $ */ /* $NetBSD: yplib.c,v 1.1.1.1 1995/10/08 23:08:48 gwr Exp $ */ /* diff --git a/distrib/utils/ssh/Makefile b/distrib/utils/ssh/Makefile index 98bf174717e..4faa4ab8c74 100644 --- a/distrib/utils/ssh/Makefile +++ b/distrib/utils/ssh/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:10:12 todd Exp $ # $NetBSD: Makefile,v 1.1.1.1 1995/10/08 23:08:46 gwr Exp $ # Small Shell (i.e. for boot media) diff --git a/distrib/utils/ssh/ssh.c b/distrib/utils/ssh/ssh.c index 3bdd00da282..909f542bf8f 100644 --- a/distrib/utils/ssh/ssh.c +++ b/distrib/utils/ssh/ssh.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ssh.c,v 1.2 2000/03/01 22:10:12 todd Exp $ */ /* $NetBSD: ssh.c,v 1.1.1.1 1995/10/08 23:08:46 gwr Exp $ */ /* diff --git a/distrib/utils/tls/Makefile b/distrib/utils/tls/Makefile index b91891dbdc2..8bbb66945c7 100644 --- a/distrib/utils/tls/Makefile +++ b/distrib/utils/tls/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:10:12 todd Exp $ # $NetBSD: Makefile,v 1.1.1.1 1995/10/08 23:08:47 gwr Exp $ # Tiny ls (i.e. for boot media) diff --git a/distrib/utils/tls/tls.c b/distrib/utils/tls/tls.c index 96ffa759d42..57340e89169 100644 --- a/distrib/utils/tls/tls.c +++ b/distrib/utils/tls/tls.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tls.c,v 1.2 2000/03/01 22:10:13 todd Exp $ */ /* $NetBSD: tls.c,v 1.1.1.1 1995/10/08 23:08:47 gwr Exp $ */ /* diff --git a/distrib/utils/x_dd/Makefile b/distrib/utils/x_dd/Makefile index afa346dcc91..4beb74c50bf 100644 --- a/distrib/utils/x_dd/Makefile +++ b/distrib/utils/x_dd/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:13 todd Exp $ # $NetBSD: Makefile,v 1.4 1996/03/27 04:48:43 scottr Exp $ # Build a smaller dd (i.e. for boot media) diff --git a/distrib/utils/x_ifconfig/Makefile b/distrib/utils/x_ifconfig/Makefile index 365e537fe7e..3dadc5af038 100644 --- a/distrib/utils/x_ifconfig/Makefile +++ b/distrib/utils/x_ifconfig/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:13 todd Exp $ # $NetBSD: Makefile,v 1.4 1996/03/27 04:48:46 scottr Exp $ # Build a smaller ifconfig (i.e. for boot media) diff --git a/distrib/vax/inst-common/dot.commonutils b/distrib/vax/inst-common/dot.commonutils index 0c313e040e6..e6d1fa07070 100644 --- a/distrib/vax/inst-common/dot.commonutils +++ b/distrib/vax/inst-common/dot.commonutils @@ -1,3 +1,4 @@ +$ $OpenBSD: dot.commonutils,v 1.4 2000/03/01 22:10:14 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.3 1996/09/05 21:27:37 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/vax/inst-common/instbin.conf b/distrib/vax/inst-common/instbin.conf index 4d012623c06..4eaac659320 100644 --- a/distrib/vax/inst-common/instbin.conf +++ b/distrib/vax/inst-common/instbin.conf @@ -1,6 +1,6 @@ +# $OpenBSD: instbin.conf,v 1.5 2000/03/01 22:10:14 todd Exp $ # # kcbin.conf - unified binary for the kc floppy -# $Id: instbin.conf,v 1.4 1996/09/22 20:20:49 tholo Exp $ # srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin diff --git a/distrib/vax/inst-common/list b/distrib/vax/inst-common/list index a3e08f12706..6975333198b 100644 --- a/distrib/vax/inst-common/list +++ b/distrib/vax/inst-common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.5 1996/09/22 20:20:49 tholo Exp $ +# $OpenBSD: list,v 1.6 2000/03/01 22:10:14 todd Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin diff --git a/distrib/vax/inst-common/mtree.conf b/distrib/vax/inst-common/mtree.conf index cf66a793c6b..7b2a5b5f3b1 100644 --- a/distrib/vax/inst-common/mtree.conf +++ b/distrib/vax/inst-common/mtree.conf @@ -1,4 +1,4 @@ -# $Id: mtree.conf,v 1.2 1996/09/05 21:27:38 deraadt Exp $ +# $OpenBSD: mtree.conf,v 1.3 2000/03/01 22:10:14 todd Exp $ /set type=dir uname=root gname=wheel mode=0755 # . diff --git a/distrib/vax/inst-common/termcap.vt b/distrib/vax/inst-common/termcap.vt index b885de9d0a6..ab09ce92e6b 100644 --- a/distrib/vax/inst-common/termcap.vt +++ b/distrib/vax/inst-common/termcap.vt @@ -1,3 +1,5 @@ +# $OpenBSD: termcap.vt,v 1.2 2000/03/01 22:10:14 todd Exp $ + # Copyright (c) 1980, 1985, 1989 The Regents of the University of California. # All rights reserved. # diff --git a/distrib/vax/inst/Makefile b/distrib/vax/inst/Makefile index 16e8651c664..48df1b24d62 100644 --- a/distrib/vax/inst/Makefile +++ b/distrib/vax/inst/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/09/05 21:27:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:13 todd Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/vax/inst/disktab.preinstall b/distrib/vax/inst/disktab.preinstall index 5fe26a7d81c..fa9e06b20ba 100644 --- a/distrib/vax/inst/disktab.preinstall +++ b/distrib/vax/inst/disktab.preinstall @@ -1,3 +1,5 @@ +# $OpenBSD: disktab.preinstall,v 1.2 2000/03/01 22:10:13 todd Exp $ + # Disk geometry and partition layout tables. # Key: # dt controller type diff --git a/distrib/vax/inst/list b/distrib/vax/inst/list index 43503da0522..ab418b36483 100644 --- a/distrib/vax/inst/list +++ b/distrib/vax/inst/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.2 1996/09/05 21:27:36 deraadt Exp $ +# $OpenBSD: list,v 1.3 2000/03/01 22:10:13 todd Exp $ # the disktab explanation file COPY disktab.preinstall etc diff --git a/distrib/vax/list2sh.awk b/distrib/vax/list2sh.awk index 40ce721a403..6c6d8034e87 100644 --- a/distrib/vax/list2sh.awk +++ b/distrib/vax/list2sh.awk @@ -1,4 +1,4 @@ -# $Id: list2sh.awk,v 1.2 1996/09/05 21:27:33 deraadt Exp $ +# $OpenBSD: list2sh.awk,v 1.3 2000/03/01 22:10:13 todd Exp $ BEGIN { printf("cd ${CURDIR}\n"); diff --git a/distrib/vax/runlist.sh b/distrib/vax/runlist.sh index d87fc1f933d..52b9e2cbcd7 100644 --- a/distrib/vax/runlist.sh +++ b/distrib/vax/runlist.sh @@ -1,4 +1,4 @@ -# $Id: runlist.sh,v 1.2 1996/09/05 21:27:34 deraadt Exp $ +# $OpenBSD: runlist.sh,v 1.3 2000/03/01 22:10:13 todd Exp $ if [ "X$1" = "X-d" ]; then SHELLCMD=cat diff --git a/distrib/vax/rx33/Makefile b/distrib/vax/rx33/Makefile index 11686216ea5..5a51be558ff 100644 --- a/distrib/vax/rx33/Makefile +++ b/distrib/vax/rx33/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:10:14 todd Exp $ # $NetBSD: Makefile,v 1.1 1995/10/01 21:22:40 ragge Exp $ # # Create RX33 floppies. diff --git a/distrib/vax/rx50/Makefile b/distrib/vax/rx50/Makefile index bad9e556713..e60a0e24431 100644 --- a/distrib/vax/rx50/Makefile +++ b/distrib/vax/rx50/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:10:15 todd Exp $ # $NetBSD: Makefile,v 1.1 1995/10/01 21:22:42 ragge Exp $ # # Create RX50 floppies. diff --git a/distrib/vax/tk50/Makefile b/distrib/vax/tk50/Makefile index c56af1ddf52..9256924e80d 100644 --- a/distrib/vax/tk50/Makefile +++ b/distrib/vax/tk50/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/03/01 22:10:15 todd Exp $ # $NetBSD: Makefile,v 1.1 1995/10/01 21:22:45 ragge Exp $ # # Create TK50 files and tapes. |