summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-03-25 14:11:55 +0000
committerscottl <scottl@FreeBSD.org>2001-03-25 14:11:55 +0000
commit912034d72b189b33efdf2cbd99910688c5409891 (patch)
tree1bebf917deeef8642d7cca252b3f81c6667db741
parent8636c82fbe89e0c9e7f267748daf604107fcdde6 (diff)
downloadFreeBSD-src-912034d72b189b33efdf2cbd99910688c5409891.zip
FreeBSD-src-912034d72b189b33efdf2cbd99910688c5409891.tar.gz
'ln -s' -> 'ln -sf' for the afa link.
Pointy hat Obtained from: roam@orbitel.bg
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index ef6fc8e..6a8505a 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1678,7 +1678,7 @@ i4btrc*)
aac*)
unit=`expr $i : 'aac\(.*\)'`
mknod aac$unit c 150 `unit2minor $unit`
- ln -s aac$unit afa$unit
+ ln -sf aac$unit afa$unit
;;
mlx*)
OpenPOWER on IntegriCloud