patch from Chris Dolan via rt.cpan.org #30631
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 15 Nov 2007 09:32:08 +0000 (09:32 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 15 Nov 2007 09:32:08 +0000 (09:32 +0000)
commit187e1c207717e9b684a5ce308dd1619dddda41a1
treefc05f3fd870b01bc1b142786c7612a5a743bad4e
parent0ae6e342a348ef9c824da4b9d8f941a7cf1a42f1
patch from Chris Dolan via rt.cpan.org #30631

This patch gets Fuse.pm to half-work on MacOSX with the current release
of MacFuse (v1.1.0).  By half-work, I mean that all of the directory
actions and file read actions work, but anything that involves writing a
file fails.  This appears to be because the latest MacFUSE implements
FUSE 2.6, which prefers to call CREATE instead of MKNOD.  Nonetheless,
recommend that something like this patch be included because it makes
read-only filesystems usable on Darwin systems.  Some of my changes
(like kill() instead of system("kill")) are improvements on any system.
    I've tested only on my PowerPC G5 iMac running 10.4.

I intend to also try MacFUSE v0.4 via Fink, but that version is
reportedly less stable than the latest MacFUSE.

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@112 6e4b0b00-1209-0410-87b2-b275959b5705
Makefile.PL
examples/loopback.pl
examples/loopback_t.pl
test/helper.pm
test/s/mount.t
test/s/umount.t
test/statfs.t