]> git.pld-linux.org Git - packages/enlightenment-module-mount.git/commitdiff
- updated
authorsparky <sparky@pld-linux.org>
Thu, 20 Apr 2006 19:18:23 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment-module-mount-nfs.patch -> 1.2

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.114769 seconds and 4 git commands to generate.