diff options
author | des <des@FreeBSD.org> | 2001-12-05 08:50:51 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-12-05 08:50:51 +0000 |
commit | ac8ed77cfa6ae0771a185449c66c84dc08ca69a0 (patch) | |
tree | 4f65e1982370b12b6b98cf71bc3514d1c716bf39 /etc | |
parent | 994ac6118a5ad381a64cfba7df547b7c58ab26fe (diff) | |
download | FreeBSD-src-ac8ed77cfa6ae0771a185449c66c84dc08ca69a0.zip FreeBSD-src-ac8ed77cfa6ae0771a185449c66c84dc08ca69a0.tar.gz |
Bruce says the links are not needed.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/MAKEDEV | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 61fb0fc..137c42f 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 |