summaryrefslogtreecommitdiff
path: root/etc/etc.pmax
diff options
context:
space:
mode:
authorgvf <gvf@cvs.openbsd.org>1997-04-23 20:39:07 +0000
committergvf <gvf@cvs.openbsd.org>1997-04-23 20:39:07 +0000
commit708bf5c385f6bf823dcea5fc5fa0fd8b6ad0a723 (patch)
tree3f576a8470cc631912baa513b3a3f14c0cb12750 /etc/etc.pmax
parent616dc84ff029620576cad6e2345c4de438fb3ea2 (diff)
Fix vnd nodes.
Diffstat (limited to 'etc/etc.pmax')
-rw-r--r--etc/etc.pmax/MAKEDEV5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV
index 0ff61cef0c3..2ba5b4849eb 100644
--- a/etc/etc.pmax/MAKEDEV
+++ b/etc/etc.pmax/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.11 1997/02/03 10:29:13 graichen Exp $
+# $OpenBSD: MAKEDEV,v 1.12 1997/04/23 20:39:04 gvf Exp $
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@@ -130,8 +130,6 @@ rz*|vnd*|vn*|ccd*)
0|1|2|3|4|5|6)
mknod ${name}${unit}c b $blk `expr $unit '*' 8 + 2`
mknod r${name}${unit}c c $chr `expr $unit '*' 8 + 2`
- if [ $name != vnd ]
- then
mknod ${name}${unit}a b $blk `expr $unit '*' 8 + 0`
mknod ${name}${unit}b b $blk `expr $unit '*' 8 + 1`
mknod ${name}${unit}d b $blk `expr $unit '*' 8 + 3`
@@ -146,7 +144,6 @@ rz*|vnd*|vn*|ccd*)
mknod r${name}${unit}f c $chr `expr $unit '*' 8 + 5`
mknod r${name}${unit}g c $chr `expr $unit '*' 8 + 6`
mknod r${name}${unit}h c $chr `expr $unit '*' 8 + 7`
- fi
chown root.operator ${name}${unit}[a-h] r${name}${unit}[a-h]
chmod 640 ${name}${unit}[a-h] r${name}${unit}[a-h]
;;