Fix minor numbers for pms.

This commit is contained in:
mycroft 1994-07-17 19:08:16 +00:00
parent 3d78977935
commit 497a6cedf0
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ lms*)
pms*)
unit=`expr $i : 'pms\(.*\)'`
rm -f pms$unit
mknod pms$unit c 37 `expr $unit '*' 2 + 1` # non-blocking for X11
mknod pms$unit c 37 $unit
chown root.wheel pms$unit
;;