Force the link from 3dfx# -> 3dfx, so that it doesn't bail with "file

exists"
This commit is contained in:
Coleman Kane 2000-06-26 15:42:48 +00:00
parent 609108d899
commit 4b246ac0bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62126

View File

@ -1547,7 +1547,7 @@ mlx*)
3dfx*)
unit=`expr $i : '3dfx\(.*\)'`
mknod 3dfx$unit c 107 $unit
ln -s 3dfx$unit 3dfx
ln -sf 3dfx$unit 3dfx
;;
twe*)