gvfs r1656 - in trunk: . daemon



Author: alexl
Date: Fri Mar 14 11:30:04 2008
New Revision: 1656
URL: http://svn.gnome.org/viewvc/gvfs?rev=1656&view=rev

Log:
2008-03-14  Alexander Larsson  <alexl redhat com>

        * daemon/main.c:
	Don't autostart fuse backend if the GVFS_DISABLE_FUSE
	env var is set
	



Modified:
   trunk/ChangeLog
   trunk/daemon/main.c

Modified: trunk/daemon/main.c
==============================================================================
--- trunk/daemon/main.c	(original)
+++ trunk/daemon/main.c	Fri Mar 14 11:30:04 2008
@@ -66,6 +66,10 @@
 
   replace = FALSE;
   no_fuse = FALSE;
+
+  if (g_getenv ("GVFS_DISABLE_FUSE") != NULL)
+    no_fuse = TRUE;
+  
   error = NULL;
   if (!g_option_context_parse (context, &argc, &argv, &error))
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]