(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s <Daniel@web>
Fri, 6 Jan 2012 15:59:42 +0000 (10:59 -0500)
committerwww-data <www-data@project-moonshot.org>
Fri, 6 Jan 2012 15:59:42 +0000 (10:59 -0500)
testing/nfsv4.mdwn [new file with mode: 0644]

diff --git a/testing/nfsv4.mdwn b/testing/nfsv4.mdwn
new file mode 100644 (file)
index 0000000..f0117bf
--- /dev/null
@@ -0,0 +1,12 @@
+# Using NFSv4 with Moonshot
+
+The steps below have been tested on Debian Squeeze using MIT 1.10 (from testing), as described in the [[Debian guide|configuringdebian]].
+
+## Remove the dependency on libgssglue
+    $ apt-get source librpcsecgss
+    $ cd librpcsecgss-0.19
+    $ patch -p0 < librpcsecgss.patch
+    $ debuild -us -uc
+    # dpkg -i ../librpcsecgss*deb
+
+