Bug#413993: [PATCH] Add nfs4 to the nonlocal list

John Goerzen jgoerzen at complete.org
Mon Mar 12 16:10:14 CET 2007


# HG changeset patch
# User John Goerzen <jgoerzen at complete.org>
# Date 1173710863 18000
# Node ID ce1c9701a8bc04d2eb7a86489b712a3f3716d42f
# Parent  59f5c19e8abcc6f808a8deb018d0b2e1fde52a1b
Add nfs4 to the nonlocal list
Debian #413993

diff -r 59f5c19e8abc -r ce1c9701a8bc modules/file-method.c
--- a/modules/file-method.c	Mon Mar 12 09:41:02 2007 -0500
+++ b/modules/file-method.c	Mon Mar 12 09:47:43 2007 -0500
@@ -1150,6 +1150,7 @@ do_is_local (GnomeVFSMethod *method,
 		if (g_stat (path, &statbuf) == 0) {
 			char *type = filesystem_type (path, path, &statbuf);
 			gboolean is_local = ((strcmp (type, "nfs") != 0) && 
+					     (strcmp (type, "nfs4") != 0) &&
 					     (strcmp (type, "afs") != 0) &&
 					     (strcmp (type, "autofs") != 0) &&
 					     (strcmp (type, "unknown") != 0) &&





More information about the Pkg-gnome-maintainers mailing list