From 246e2e71a91f028e0657d8f0dca489928b4f2750 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 3 Jan 2008 10:29:29 +0000 Subject: [PATCH] Add /usr/local to list of internal mountpoints 2008-01-03 Alexander Larsson * gunixmounts.c (g_unix_is_mount_path_system_internal): Add /usr/local to list of internal mountpoints svn path=/trunk/; revision=6237 --- gio/ChangeLog | 5 +++++ gio/gunixmounts.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gio/ChangeLog b/gio/ChangeLog index 94a9db6..ea2585c 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,10 @@ 2008-01-03 Alexander Larsson + * gunixmounts.c (g_unix_is_mount_path_system_internal): + Add /usr/local to list of internal mountpoints + +2008-01-03 Alexander Larsson + * glocalfileinfo.c: Check for HAVE_LCHOWN (#505887) diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 56da638..4b26c2b 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -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 */ -- 2.7.4