From 023fe503025d3927be8694bb464379eee7e17f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 5 Dec 2001 08:50:51 +0000 Subject: [PATCH] Bruce says the links are not needed. --- etc/MAKEDEV | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 61fb0fc8092..137c42f87fc 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -863,10 +863,8 @@ ast*) 0|1|2|3) 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