plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit ad95037a488aee537c4e1f6fb5aaedfddc0e0d6e
parent 5a0f92355773ed73fbc26e5770b7335f61df6e65
Author: Russ Cox <rsc@swtch.com>
Date:   Thu, 19 Jun 2008 11:42:16 -0400

mount: update MacFUSE locations (Jeff Sickel)

Diffstat:
Mbin/mount | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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 *