summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-03-27 22:14:53 +0000
committerScott Long <scottl@FreeBSD.org>2001-03-27 22:14:53 +0000
commitabdaf54b3931dc71be8ebe28caee3ae02d70e933 (patch)
treee83415bc59eaf43e3d9273aa3f300c44d9e1ee65 /etc
parent2af99f0419a3430ef9a91f22d6d909c05a06befc (diff)
downloadsrc-test2-abdaf54b3931dc71be8ebe28caee3ae02d70e933.tar.gz
src-test2-abdaf54b3931dc71be8ebe28caee3ae02d70e933.zip
Notes
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 3c19e2450aad..eb4d37fdbee7 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1634,7 +1634,7 @@ i4btrc*)
aac*)
unit=`expr $i : 'aac\(.*\)'`
mknod aac$unit c 150 `unit2minor $unit`
- ln -s aac$unit afa$unit
+ ln -fs aac$unit afa$unit
;;
mlx*)