diff options
author | gvf <gvf@cvs.openbsd.org> | 1997-04-23 20:39:07 +0000 |
---|---|---|
committer | gvf <gvf@cvs.openbsd.org> | 1997-04-23 20:39:07 +0000 |
commit | 708bf5c385f6bf823dcea5fc5fa0fd8b6ad0a723 (patch) | |
tree | 3f576a8470cc631912baa513b3a3f14c0cb12750 /etc/etc.atari | |
parent | 616dc84ff029620576cad6e2345c4de438fb3ea2 (diff) |
Fix vnd nodes.
Diffstat (limited to 'etc/etc.atari')
-rw-r--r-- | etc/etc.atari/MAKEDEV | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/etc.atari/MAKEDEV b/etc/etc.atari/MAKEDEV index 67193b72157..654bdb9e634 100644 --- a/etc/etc.atari/MAKEDEV +++ b/etc/etc.atari/MAKEDEV @@ -217,8 +217,6 @@ sd*|vnd*|ccd*) 0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15) mknod ${name}${unit}c b $blk `expr $unit '*' 16 + 2` mknod r${name}${unit}c c $chr `expr $unit '*' 16 + 2` - if [ $name != cd -a $name != vnd ] - then mknod ${name}${unit}a b $blk `expr $unit '*' 16 + 0` mknod ${name}${unit}b b $blk `expr $unit '*' 16 + 1` mknod ${name}${unit}d b $blk `expr $unit '*' 16 + 3` @@ -249,7 +247,6 @@ sd*|vnd*|ccd*) mknod r${name}${unit}n c $chr `expr $unit '*' 16 + 13` mknod r${name}${unit}o c $chr `expr $unit '*' 16 + 14` mknod r${name}${unit}p c $chr `expr $unit '*' 16 + 15` - fi chown root.operator ${name}${unit}[a-p] r${name}${unit}[a-p] chmod 640 ${name}${unit}[a-p] r${name}${unit}[a-p] ;; |