From: Alexander Larsson Date: Thu, 3 Jan 2008 10:29:29 +0000 (+0000) Subject: Add /usr/local to list of internal mountpoints X-Git-Tag: GLIB_2_15_1~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=246e2e71a91f028e0657d8f0dca489928b4f2750;p=platform%2Fupstream%2Fglib.git 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 --- 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 */