diff options
| author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-16 18:05:38 +0000 |
|---|---|---|
| committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-16 18:05:38 +0000 |
| commit | 6b3f87a53a44256b4798be8583f2e7e044b3b083 (patch) | |
| tree | cf8972f085c92501fea6358bcbeed45845b3493a /sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c | |
| parent | This plugin provides many convenient functions (diff) | |
From [1]:
- Update to version 0.3.9-pre1.20080208 (agreed with author).
- Download directly from the Mercurial reposirory (as tarball), to ease
maintainence.
- Remove all local patches as they were integrated.
- Convert setup.sh into setup.sh.in, and use SUB_FILES instead of manual
replacement.
- Use kldload instead of rc.d script in setup.sh.in because the latter gives
an error.
- Remove "sleep 1" from rc.d script as now the FUSE daemon makes umount wait
until disks are synced (synchronous unmount).
- Update pkg-message.
From [2]:
- Pass SRC_BASE to the actual build (previously was only used by the port to
detect if the source was installed, but not passed to the internal Makefile).
PR: ports/120420 [1], ports/118112 [2]
Submitted by: alepulver [1], Yuri Pankov <yuri.pankov@gmail.com> [2]
Approved by: maintainer (timeout) [1], maintainer [2]
Diffstat (limited to 'sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c')
| -rw-r--r-- | sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c b/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c deleted file mode 100644 index dad69c8ea9b0..000000000000 --- a/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c +++ /dev/null @@ -1,21 +0,0 @@ ---- mount_fusefs/mount_fusefs.c.orig Tue Jun 19 09:35:22 2007 -+++ mount_fusefs/mount_fusefs.c Thu Dec 13 02:44:12 2007 -@@ -70,6 +70,8 @@ - { "user_id=", 0, 0x00, 1 }, - { "group_id=", 0, 0x00, 1 }, - { "large_read", 0, 0x00, 1 }, -+ /* "nonempty", just the first two chars are stripped off during parsing */ -+ { "nempty", 0, 0x00, 1 }, - MOPT_STDOPTS, - MOPT_END - }; -@@ -469,7 +471,8 @@ - int - init_backgrounded(void) - { -- int ibg, len; -+ int ibg; -+ size_t len; - - len = sizeof(ibg); - |
