Add /usr/local to list of internal mountpoints
authorAlexander Larsson <alexl@redhat.com>
Thu, 3 Jan 2008 10:29:29 +0000 (10:29 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Thu, 3 Jan 2008 10:29:29 +0000 (10:29 +0000)
2008-01-03  Alexander Larsson  <alexl@redhat.com>

* gunixmounts.c (g_unix_is_mount_path_system_internal):
Add /usr/local to list of internal mountpoints

svn path=/trunk/; revision=6237

gio/ChangeLog
gio/gunixmounts.c

index 94a9db6..ea2585c 100644 (file)
@@ -1,5 +1,10 @@
 2008-01-03  Alexander Larsson  <alexl@redhat.com>
 
+       * gunixmounts.c (g_unix_is_mount_path_system_internal):
+       Add /usr/local to list of internal mountpoints
+
+2008-01-03  Alexander Larsson  <alexl@redhat.com>
+
         * glocalfileinfo.c:
        Check for HAVE_LCHOWN (#505887)
        
index 56da638..4b26c2b 100644 (file)
@@ -228,6 +228,7 @@ g_unix_is_mount_path_system_internal (const char *mount_path)
     "/srv",
     "/tmp",
     "/usr",
+    "/usr/local",
     "/var",
     "/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */
     "/var/tmp",       /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */