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
Alejandro Pulver
alepulver at FreeBSD.org
Mon Dec 17 09:22:10 PST 2007
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 at 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
More information about the cvs-ports
mailing list