SOURCES: enlightenment-module-mount-nfs.patch - updated

sparky sparky at pld-linux.org
Thu Apr 20 21:18:29 CEST 2006


Author: sparky                       Date: Thu Apr 20 19:18:28 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   enlightenment-module-mount-nfs.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/enlightenment-module-mount-nfs.patch
diff -u SOURCES/enlightenment-module-mount-nfs.patch:1.1 SOURCES/enlightenment-module-mount-nfs.patch:1.2
--- SOURCES/enlightenment-module-mount-nfs.patch:1.1	Mon Feb  6 18:26:33 2006
+++ SOURCES/enlightenment-module-mount-nfs.patch	Thu Apr 20 21:18:23 2006
@@ -1,11 +1,11 @@
 --- mount/e_mod_main.c~	2005-12-18 16:17:00.000000000 +0100
 +++ mount/e_mod_main.c	2006-02-06 18:18:14.000000000 +0100
-@@ -234,7 +234,7 @@
- 		  point->part = strdup("camera");
- 		  point->eject_mode = MANUAL_EJECT;
- 	       }
--	     else if (strstr(point->path, "smb"))
-+	     else if (strstr(point->path, "smb") || strcmp(info[2], "nfs") == 0)
- 	       {
- 		  point->part = strdup("network");
- 		  point->eject_mode = MANUAL_EJECT;
+@@ -295,7 +295,7 @@
+                   point->part = strdup("camera");
+                   point->eject_mode = MANUAL_EJECT;
+                }
+-             else if (strstr(point->path, "smb"))
++             else if (strstr(point->path, "smb") || strstr(point->path, "nfs"))
+                {
+                   point->part = strdup("network");
+                   point->eject_mode = MANUAL_EJECT;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/enlightenment-module-mount-nfs.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list