From ad95037a488aee537c4e1f6fb5aaedfddc0e0d6e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 19 Jun 2008 11:42:16 -0400 Subject: mount: update MacFUSE locations (Jeff Sickel) --- bin/mount | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/mount') diff --git a/bin/mount b/bin/mount index 414d2ba3..71d4cc0c 100755 --- a/bin/mount +++ b/bin/mount @@ -20,7 +20,8 @@ case FreeBSD echo 'don''t know how to mount (no fuse)' >[1=2] case Darwin if(sysctl fuse.version >[2=1] |9 grep -si 'fuse.version' || - test -d /System/Library/Extensions/fusefs.kext) + test -d /System/Library/Extensions/fusefs.kext || + test -d /Library/Filesystems/fusefs.fs/Support/fusefs.kext) exec 9pfuse $1 $2 echo 'don''t know how to mount (no fuse)' >[1=2] case * -- cgit v1.2.3