View | Details | Raw Unified | Return to bug 36
Collapse All | Expand All

(-)MAKEDEV (-3 / +3 lines)
Lines 422-428 Link Here
422
	unit=`expr $i : 'tw\(.*\)'`
422
	unit=`expr $i : 'tw\(.*\)'`
423
	rm -f tw$unit
423
	rm -f tw$unit
424
	mknod tw$unit c 19 $unit
424
	mknod tw$unit c 19 $unit
425
	chown root.wheel tw$unit
425
	chown bin.bin tw$unit
426
	;;
426
	;;
427
427
428
# hv 22-apr-93 use this to create the necessary video device for
428
# hv 22-apr-93 use this to create the necessary video device for
Lines 466-472 Link Here
466
466
467
cua0?|cua?|ttyd?)
467
cua0?|cua?|ttyd?)
468
	unit=`expr $i : '...[d0]*\(.\)$'`
468
	unit=`expr $i : '...[d0]*\(.\)$'`
469
	rm -f tty*0$unit cua*0$unit tty*d$unit
469
	rm -f cua*0$unit tty*d$unit
470
	case $unit in
470
	case $unit in
471
	[0-9]) m=$unit;;
471
	[0-9]) m=$unit;;
472
	a) m=10;; b) m=11;; c) m=12;; d) m=13;; e) m=14;; f) m=15;; g) m=16;;
472
	a) m=10;; b) m=11;; c) m=12;; d) m=13;; e) m=14;; f) m=15;; g) m=16;;
Lines 487-493 Link Here
487
487
488
tty0?|tty?)
488
tty0?|tty?)
489
	unit=`expr $i : 'tty0*\(.\)$'`
489
	unit=`expr $i : 'tty0*\(.\)$'`
490
	rm -f tty*0$unit cua*0$unit tty*d$unit
490
	rm -f tty*0$unit
491
	case $unit in
491
	case $unit in
492
	[0-9]) m=$unit;;
492
	[0-9]) m=$unit;;
493
	a) m=10;; b) m=11;; c) m=12;; d) m=13;; e) m=14;; f) m=15;; g) m=16;;
493
	a) m=10;; b) m=11;; c) m=12;; d) m=13;; e) m=14;; f) m=15;; g) m=16;;

Return to bug 36