Date: Mon, 17 Dec 2007 17:22:09 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/fusefs-kmod Makefile ports/sysutils/fusefs-kmod/files fusefs.in patch-fuse_io.c patch-mount_fusefs-mount_fusefs.c pkg-message.in Message-ID: <200712171722.lBHHM9hs013027@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alepulver 2007-12-17 17:22:09 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod Makefile sysutils/fusefs-kmod/files fusefs.in patch-mount_fusefs-mount_fusefs.c pkg-message.in Added files: sysutils/fusefs-kmod/files patch-fuse_io.c Log: - Bump PORTREVISION. - Add checks in rc.d scripts to avoid "double" loading/unloading. - Add patch-fuse_io.c (fix from http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/d7bf90a8cc85). - Handle "nonempty" option by ignoring it, used by ntfs-3g (http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/aef999f12049). - In the rc.d script unmount FUSE filesystem in the "stop" command, in reverse order in case the mounts are nested, waiting one second after each. This is a temporary workaround for umount returning before the cache has been flushed (which causes for example files not being written to the disk), a proper solution is being worked on. - Add note in pkg-message about "stop" rc.d command unmounting FUSE filesystems. PR: ports/118758 Submitted by: alepulver (myself) Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer) Revision Changes Path 1.17 +1 -1 ports/sysutils/fusefs-kmod/Makefile 1.5 +19 -1 ports/sysutils/fusefs-kmod/files/fusefs.in 1.1 +11 -0 ports/sysutils/fusefs-kmod/files/patch-fuse_io.c (new) 1.2 +13 -3 ports/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c 1.2 +5 -0 ports/sysutils/fusefs-kmod/files/pkg-message.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712171722.lBHHM9hs013027>