View | Details | Raw Unified | Return to bug 192852 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/fusefs-libs/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	fusefs
4
PORTNAME=	fusefs
5
PORTVERSION=	2.9.3
5
PORTVERSION=	2.9.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	SF/fuse/fuse-2.X/${PORTVERSION}
8
MASTER_SITES=	SF/fuse/fuse-2.X/${PORTVERSION}
9
PKGNAMESUFFIX=	-libs
9
PKGNAMESUFFIX=	-libs
(-)sysutils/fusefs-libs/files/patch-lib_mount_bsd.c (+8 lines)
Lines 9-14 Link Here
9
 #include <sys/stat.h>
9
 #include <sys/stat.h>
10
 #include <sys/wait.h>
10
 #include <sys/wait.h>
11
 #include <sys/sysctl.h>
11
 #include <sys/sysctl.h>
12
@@ -78,6 +80,7 @@ static const struct fuse_opt fuse_mount_
13
 	FUSE_DUAL_OPT_KEY("ro",			KEY_KERN),
14
 	FUSE_DUAL_OPT_KEY("rw",			KEY_KERN),
15
 	FUSE_DUAL_OPT_KEY("auto",		KEY_KERN),
16
+	FUSE_DUAL_OPT_KEY("automounted",	KEY_KERN),
17
 	/* options supported under both Linux and FBSD */
18
 	FUSE_DUAL_OPT_KEY("allow_other",	KEY_KERN),
19
 	FUSE_DUAL_OPT_KEY("default_permissions",KEY_KERN),
12
@@ -192,56 +194,12 @@
20
@@ -192,56 +194,12 @@
13
 	free(umount_cmd);
21
 	free(umount_cmd);
14
 }
22
 }

Return to bug 192852