]> git.pld-linux.org Git - packages/enlightenment-module-mount.git/blobdiff - enlightenment-module-mount-nfs.patch
- updated
[packages/enlightenment-module-mount.git] / enlightenment-module-mount-nfs.patch
index 05953137c996239bc27b7e3db3299889b666c891..dcf88a29b1895e2de03f79664f080aed44d55f19 100644 (file)
@@ -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;
This page took 0.056937 seconds and 4 git commands to generate.