diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-10-06 18:02:30 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-10-06 18:02:30 +0000 |
commit | d2bb94219266cc73d2fab8125b46b52cab743f33 (patch) | |
tree | 718dc0ea6f968f5aad26b9f78773be91a8b0821d | |
parent | cd68e363530d64b3c567f9e84b21ed41cb3daa4d (diff) |
Forgat this one, as noted by deraadt@
-rw-r--r-- | etc/etc.hp300/MAKEDEV.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.hp300/MAKEDEV.md b/etc/etc.hp300/MAKEDEV.md index 3705307374b..bec9dfc4e30 100644 --- a/etc/etc.hp300/MAKEDEV.md +++ b/etc/etc.hp300/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.24 2005/08/01 22:22:13 deraadt Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.25 2005/10/06 18:02:29 otto Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -33,9 +33,9 @@ _mkdev(ct, ct*|mt*, M r$name$four c $chr $four 660 operator M r$name$eight c $chr $eight 660 operator M r$name$twelve c $chr $twelve 660 operator - MKlist="$MKlist;ln r$name$four nr$name$U";: sanity w/pdp11 v7 - MKlist="$MKlist;ln r$name$twelve nr$name$eight";: ditto - RMlist="$RMlist nr$name$U nr$name$eight" + MKlist[${#MKlist[*]}]=";ln r$name$four nr$name$U";: sanity w/pdp11 v7 + MKlist[${#MKlist[*]}]=";ln r$name$twelve nr$name$eight";: ditto + RMlist[${#RMlist[*]}]="nr$name$U nr$name$eight" ;; *) echo bad unit for tape in: $1 |