+util-linux (2.12r-11) unstable; urgency=low
+
+ * typos in NFSv4 (GSSDLCK didn't have .pid, and the latest
+ nfs-common no longer creates the file at all.) Closes: #376931
+ - modified 30nfs4-fix.dpatch
+
+ -- LaMont Jones <lamont@debian.org> Tue, 19 Sep 2006 09:33:31 -0600
+
util-linux (2.12r-10) unstable; urgency=low
* NFSv4 patch fixes for cfs. Closes: #367049
## DP: No description.
@DPATCH@
-diff -urNad --exclude=CVS --exclude=.svn ./mount/nfsmount.c /tmp/dpep-work.DQTPki/util-linux-2.12r/mount/nfsmount.c
---- ./mount/nfsmount.c 2006-05-15 17:56:55.000000000 -0500
-+++ /tmp/dpep-work.DQTPki/util-linux-2.12r/mount/nfsmount.c 2006-05-15 17:59:35.000000000 -0500
+diff -urNad 2.12r-11~/mount/nfs4mount.c 2.12r-11/mount/nfs4mount.c
+--- 2.12r-11~/mount/nfs4mount.c 2006-09-19 09:29:41.000000000 -0600
++++ 2.12r-11/mount/nfs4mount.c 2006-09-19 09:32:58.000000000 -0600
+@@ -367,7 +367,10 @@
+ /*
+ * ditto with rpc.gssd daemon
+ */
+- gssd_check();
++ /*
++ * The latest nfs-common doesn't create pid files at all.
++ */
++ /* gssd_check(); */
+ }
+ data.auth_flavourlen = num_flavour;
+ data.auth_flavours = pseudoflavour;
+diff -urNad 2.12r-11~/mount/nfsmount.c 2.12r-11/mount/nfsmount.c
+--- 2.12r-11~/mount/nfsmount.c 2006-09-19 09:29:41.000000000 -0600
++++ 2.12r-11/mount/nfsmount.c 2006-09-19 09:29:42.000000000 -0600
@@ -301,6 +301,7 @@
(xdrproc_t)xdr_void, (caddr_t)NULL,
(xdrproc_t)xdr_void, (caddr_t)&clnt_res,
+ } \
+} while(0);
+
-+char *GSSDLCK = DEFAULT_DIR "/rpc.gssd";
++char *GSSDLCK = DEFAULT_DIR "/rpc.gssd.pid";
+#define gssd_check() do { \
+ if (access(GSSDLCK, F_OK)) { \
+ printf(_("Warning: rpc.gssd appears not to be running.\n")); \