SOURCES: enlightenment-module-mount-nfs.patch (NEW) - NEW, recogni...
sparky
sparky at pld-linux.org
Mon Feb 6 18:26:38 CET 2006
Author: sparky Date: Mon Feb 6 17:26:38 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- NEW, recognise nfs filesystem without special mountpoint name
---- Files affected:
SOURCES:
enlightenment-module-mount-nfs.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/enlightenment-module-mount-nfs.patch
diff -u /dev/null SOURCES/enlightenment-module-mount-nfs.patch:1.1
--- /dev/null Mon Feb 6 18:26:38 2006
+++ SOURCES/enlightenment-module-mount-nfs.patch Mon Feb 6 18:26:33 2006
@@ -0,0 +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;
================================================================
More information about the pld-cvs-commit
mailing list