diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-02-03 10:29:14 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-02-03 10:29:14 +0000 |
commit | b3298da3c6de681e3d22cab6c1c89543d3599af7 (patch) | |
tree | 6220ce549edd4f1d8a22454cab69896d9cf9755f /etc | |
parent | 42b830da011376a9eb35fce79e68b21b5ab74eff (diff) |
also create rz5 and rz6 devices on the pmax
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.pmax/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV index 080500402e8..0ff61cef0c3 100644 --- a/etc/etc.pmax/MAKEDEV +++ b/etc/etc.pmax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.10 1997/01/19 22:30:17 graichen Exp $ +# $OpenBSD: MAKEDEV,v 1.11 1997/02/03 10:29:13 graichen Exp $ # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -39,7 +39,7 @@ do case $i in all) - sh MAKEDEV std rz0 rz1 rz2 rz3 rz4 tz0 tz1 + sh MAKEDEV std rz0 rz1 rz2 rz3 rz4 rz5 rz6 tz0 tz1 sh MAKEDEV pty0 vnd0 vnd1 vnd2 vnd3 ccd0 ccd1 ccd2 ccd3 # sh MAKEDEV tun0 tun1 tun2 tun3 sh MAKEDEV bpf0 bpf1 bpf2 bpf3 |