summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-03-25 15:51:43 +0000
committerscottl <scottl@FreeBSD.org>2001-03-25 15:51:43 +0000
commit1ce565e86bd18699ba04d028908c220060995f67 (patch)
treebeefb8266f4e4c7aff55aaff6115f921435cbea1 /etc
parent912034d72b189b33efdf2cbd99910688c5409891 (diff)
downloadFreeBSD-src-1ce565e86bd18699ba04d028908c220060995f67.zip
FreeBSD-src-1ce565e86bd18699ba04d028908c220060995f67.tar.gz
Bah. 'ln -sf' -> 'ln -fs'. I need to read my email more closely in the
mornings. Pointy hat again Obtained from: roam@orbitel.org
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 6a8505a..27fcc31 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 -sf aac$unit afa$unit
+ ln -fs aac$unit afa$unit
;;
mlx*)
OpenPOWER on IntegriCloud