[PATCH 2/2] [pynfs] fix nfs4.1/use_local.py; and add symlink to it in nfs4.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 nfs4.0/use_local.py | 1 +
 nfs4.1/use_local.py | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)
 create mode 120000 nfs4.0/use_local.py

diff --git a/nfs4.0/use_local.py b/nfs4.0/use_local.py
new file mode 120000
index 0000000..3c3ddc2
--- /dev/null
+++ b/nfs4.0/use_local.py
@@ -0,0 +1 @@
+../nfs4.1/use_local.py
\ No newline at end of file
diff --git a/nfs4.1/use_local.py b/nfs4.1/use_local.py
index 3dbb0b2..9a1dcaa 100644
--- a/nfs4.1/use_local.py
+++ b/nfs4.1/use_local.py
@@ -4,9 +4,7 @@ from os.path import join, split
 cwd = os.getcwd()
 if True or cwd not in sys.path:
     head, tail = split(cwd)
-    dirs = [ join(head, "gssapi"),
-             join(head, "xdr"),
-             join(head, "ply"),
+    dirs = [ join(head, "xdr"),
              join(head), # rpc
              cwd,
              ]
-- 
2.14.3

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux