diff --git a/etc/MAKEDEV b/etc/MAKEDEV index fc3875ebe975..61fb0fc8092e 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -861,10 +861,12 @@ ast*) chr=119 case $unit in 0|1|2|3) - mknod rast${unit} c $chr $(($unit * 8 + 0)) root:operator - chmod 640 rast${unit} - mknod nrast${unit} c $chr $(($unit * 8 + 1)) root:operator - chmod 640 nrast${unit} + mknod ast${unit} c $chr $(($unit * 8 + 0)) root:operator + chmod 640 ast${unit} + ln -fs ast${unit} rast${unit} + mknod nast${unit} c $chr $(($unit * 8 + 1)) root:operator + chmod 640 nast${unit} + ln -fs nast${unit} nrast${unit} ;; *) echo bad unit for tape in: $i