diff options
author | scottl <scottl@FreeBSD.org> | 2001-03-25 15:51:43 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2001-03-25 15:51:43 +0000 |
commit | 1ce565e86bd18699ba04d028908c220060995f67 (patch) | |
tree | beefb8266f4e4c7aff55aaff6115f921435cbea1 | |
parent | 912034d72b189b33efdf2cbd99910688c5409891 (diff) | |
download | FreeBSD-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
-rw-r--r-- | etc/MAKEDEV | 2 |
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*) |