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 94a9db6ab1783e60aeb9487e89e600475bb63a78..ea2585c7887390fe6fce8d6f9d166dfc4bf1f145 100644 (file)
@@ -1,3 +1,8 @@
+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:
index 56da638c3f270ccc777571f11224a2b20931053e..4b26c2b9a74ebc4494ffd6ae990c28bbb8ffe084 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 */