nfs-utils (1:1.2.2-3) UNRELEASED; urgency=low
* mount.nfs: Preserve explicit port=2049 option (Closes: #582003)
+ * rpc.statd: Allow monitoring of addresses without names (Closes: #579397)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 14 Jul 2010 03:37:03 +0100
--- /dev/null
+--- nfs-utils-1.2.2.orig/utils/statd/hostname.c
++++ nfs-utils-1.2.2/utils/statd/hostname.c
+@@ -212,7 +212,7 @@
+ buf, (socklen_t)sizeof(buf));
+ freeaddrinfo(ai);
+ if (!result)
+- return NULL;
++ return strdup(hostname);
+ return strdup(buf);
+ }
+
11-532048-reduce-verbosity.patch
12-svcgssd-document-n-option.patch
13-preserve-explicit-port-2049.patch
+14-allow-address-without-name.patch