mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Force the link from 3dfx# -> 3dfx, so that it doesn't bail with "file
exists"
This commit is contained in:
parent
609108d899
commit
4b246ac0bd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62126
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user