tmount: update MacFUSE locations (Jeff Sickel) - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ad95037a488aee537c4e1f6fb5aaedfddc0e0d6e
DIR parent 5a0f92355773ed73fbc26e5770b7335f61df6e65
HTML Author: Russ Cox <rsc@swtch.com>
Date: Thu, 19 Jun 2008 11:42:16 -0400
mount: update MacFUSE locations (Jeff Sickel)
Diffstat:
M bin/mount | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/bin/mount b/bin/mount
t@@ -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 *