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

(-)MAKEDEV (-4 / +6 lines)
Lines 810-819 Link Here
810
	chr=119
810
	chr=119
811
	case $unit in
811
	case $unit in
812
	0|1|2|3)
812
	0|1|2|3)
813
		mknod rast${unit} c $chr `expr $unit '*' 8 + 0` root:operator
813
		mknod ast${unit} c $chr `expr $unit '*' 8 + 0` root:operator
814
		chmod 640 rast${unit}
814
		chmod 640 ast${unit}
815
		mknod nrast${unit} c $chr `expr $unit '*' 8 + 1` root:operator
815
		ln -f ast${unit} rast${unit}
816
		chmod 640 nrast${unit}
816
		mknod nast${unit} c $chr `expr $unit '*' 8 + 1` root:operator
817
		chmod 640 nast${unit}
818
		ln -f nast${unit} nrast${unit}
817
		;;
819
		;;
818
	*)
820
	*)
819
		echo bad unit for tape in: $i
821
		echo bad unit for tape in: $i

Return to bug 24781