summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/MAKEDEV10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index fc3875e..61fb0fc 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
OpenPOWER on IntegriCloud