Bah. 'ln -sf' -> 'ln -fs'. I need to read my email more closely in the

mornings.

Pointy hat again Obtained from:	roam@orbitel.org
This commit is contained in:
Scott Long 2001-03-25 15:51:43 +00:00
parent d536c8f7ee
commit 9d4dd86bed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74782

View File

@ -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*)