From 1ce565e86bd18699ba04d028908c220060995f67 Mon Sep 17 00:00:00 2001 From: scottl Date: Sun, 25 Mar 2001 15:51:43 +0000 Subject: Bah. 'ln -sf' -> 'ln -fs'. I need to read my email more closely in the mornings. Pointy hat again Obtained from: roam@orbitel.org --- etc/MAKEDEV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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*) -- cgit v1.1