summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcokane <cokane@FreeBSD.org>2000-06-26 15:42:48 +0000
committercokane <cokane@FreeBSD.org>2000-06-26 15:42:48 +0000
commit34aedd1b1f6c2d907f211a72c159fcfbad18c4b7 (patch)
tree9b88eba3422faad9708272d6b96e319e76b3ac86 /etc
parent4e22b27412a97cb8dab2e8b6ff9a2377558d02a8 (diff)
downloadFreeBSD-src-34aedd1b1f6c2d907f211a72c159fcfbad18c4b7.zip
FreeBSD-src-34aedd1b1f6c2d907f211a72c159fcfbad18c4b7.tar.gz
Force the link from 3dfx# -> 3dfx, so that it doesn't bail with "file
exists"
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index aa0d4dc..3dbeb3c 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -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*)
OpenPOWER on IntegriCloud