artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced864c
)
Before creating the rd nodes, remove the old ones.
author
rahnds
<rahnds@openbsd.org>
Mon, 5 May 1997 16:40:50 +0000
(16:40 +0000)
committer
rahnds
<rahnds@openbsd.org>
Mon, 5 May 1997 16:40:50 +0000
(16:40 +0000)
etc/etc.powerpc/MAKEDEV
patch
|
blob
|
history
diff --git
a/etc/etc.powerpc/MAKEDEV
b/etc/etc.powerpc/MAKEDEV
index
cc7b2b4
..
5107078
100644
(file)
--- a/
etc/etc.powerpc/MAKEDEV
+++ b/
etc/etc.powerpc/MAKEDEV
@@
-324,6
+324,7
@@
tun*)
rd*)
blk=17; chr=17;
umask 2 ; unit=`expr $i : '.*d\(.*\)'`
+ rm -f rd${unit}a rd${unit}c rrd${unit}a rrd${unit}c
mknod rd${unit}a b ${blk} `expr $unit '*' 16 + 0`
mknod rd${unit}c b ${blk} `expr $unit '*' 16 + 2`
mknod rrd${unit}a c ${chr} `expr $unit '*' 16 + 0`