tmacfuse change - 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 947dbe2d3905289a94cf61c6439cfcc50ce61a2e
DIR parent 5f67fe1b20eecd2654b0d881c38275308a22afa1
HTML Author: Jeff Sickel <jas@corpus-callosum.com>
Date: Wed, 8 Oct 2008 21:16:50 -0500
macfuse change
Diffstat:
M bin/mount | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/bin/mount b/bin/mount
t@@ -19,7 +19,8 @@ case FreeBSD
exec 9pfuse $1 $2
echo 'don''t know how to mount (no fuse)' >[1=2]
case Darwin
- if(sysctl fuse.version >[2=1] |9 grep -si 'fuse.version' ||
+ if(sysctl fuse.version |9 grep -si 'fuse.version' ||
+ sysctl macfuse.version.number |9 grep -si 'fuse.version' ||
test -d /System/Library/Extensions/fusefs.kext ||
test -d /Library/Filesystems/fusefs.fs/Support/fusefs.kext)
exec 9pfuse $1 $2