]> git.pld-linux.org Git - packages/enlightenment-module-mount.git/blame - enlightenment-module-mount-nfs.patch
- tabs in preamble
[packages/enlightenment-module-mount.git] / enlightenment-module-mount-nfs.patch
CommitLineData
c750ab4e 1--- mount/e_mod_main.c~ 2005-12-18 16:17:00.000000000 +0100
2+++ mount/e_mod_main.c 2006-02-06 18:18:14.000000000 +0100
59fb0796 3@@ -295,7 +295,7 @@
4 point->part = strdup("camera");
5 point->eject_mode = MANUAL_EJECT;
6 }
7- else if (strstr(point->path, "smb"))
8+ else if (strstr(point->path, "smb") || strstr(point->path, "nfs"))
9 {
10 point->part = strdup("network");
11 point->eject_mode = MANUAL_EJECT;
This page took 0.075751 seconds and 4 git commands to generate.