summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-18 05:42:57 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-18 05:42:57 +0800
commit405badd9a7004e0f501182c8e9e3fa04a8689451 (patch)
tree279d06e053784a9ac21439e77f7c5c2e99daa4a4 /devel/gnome-vfs/files
parent735977e4a087987bc22011b44adea5f4bc67e555 (diff)
downloadmarcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar
marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.gz
marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.bz2
marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.lz
marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.xz
marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.zst
marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.zip
Add some FreeBSD-specific common top-level mount points that gnome-vfs
should ignore. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7325 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c35
1 files changed, 33 insertions, 2 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c
index 05dd579ba..5260a0f3e 100644
--- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c
@@ -1,5 +1,5 @@
---- libgnomevfs/gnome-vfs-hal-mounts.c.orig Sun May 7 01:07:27 2006
-+++ libgnomevfs/gnome-vfs-hal-mounts.c Sun May 7 01:07:42 2006
+--- libgnomevfs/gnome-vfs-hal-mounts.c.orig Mon Aug 7 04:16:27 2006
++++ libgnomevfs/gnome-vfs-hal-mounts.c Sun Sep 17 17:39:48 2006
@@ -32,7 +32,9 @@
#include <stdlib.h>
#include <string.h>
@@ -10,3 +10,34 @@
#include <sys/types.h>
#include <unistd.h>
#include <limits.h>
+@@ -627,20 +629,30 @@ _hal_volume_policy_check (GnomeVFSVolume
+ "/",
+ "/bin",
+ "/boot",
++ "/compat/linux/proc",
++ "/compat/linux/sys",
+ "/dev",
+ "/etc",
+ "/home",
+ "/lib",
+ "/lib64",
++ "/libexec",
+ "/media",
+ "/mnt",
+ "/opt",
++ "/rescue",
+ "/root",
+ "/sbin",
+ "/srv",
+ "/tmp",
+ "/usr",
++ "/usr/local",
++ "/usr/obj",
++ "/usr/ports",
++ "/usr/src",
++ "/usr/X11R6",
+ "/var",
++ "/var/tmp",
+ "/proc",
+ "/sbin",
+ NULL