+nfs-utils (1:1.1.0-5) unstable; urgency=low
+
+ * Install the sm-notify binary, as rpc.statd seems to want to run it at
+ boot.
+ * 03-sm-notify-in-sbin.patch: New patch, tell rpc.statd that we put
+ sm-notify in /sbin instead of /usr/sbin.
+
+ -- Steinar H. Gunderson <sesse@debian.org> Sun, 08 Jul 2007 21:15:59 +0200
+
nfs-utils (1:1.1.0-4) unstable; urgency=low
* Change the obsolete /proc/nfs/nfsd path in the init script so it matches
debian/tmp/usr/sbin/rpc.statd sbin/
+debian/tmp/usr/sbin/sm-notify sbin/
debian/tmp/usr/sbin/showmount sbin/
debian/tmp/usr/sbin/nfsstat
debian/tmp/usr/sbin/rpc.gssd
--- /dev/null
+Index: nfs-utils-1.1.0/utils/statd/statd.c
+===================================================================
+--- nfs-utils-1.1.0.orig/utils/statd/statd.c
++++ nfs-utils-1.1.0/utils/statd/statd.c
+@@ -223,7 +223,7 @@ static void run_sm_notify(int outport)
+ char *av[6];
+ int ac = 0;
+
+- av[ac++] = "/usr/sbin/sm-notify";
++ av[ac++] = "/sbin/sm-notify";
+ if (run_mode & MODE_NODAEMON)
+ av[ac++] = "-d";
+ if (outport) {
+03-sm-notify-in-sbin.patch
01-fix-hostent-memory-leak.diff
02-document-debian-init-scripts.patch
CFLAGS="-g -O2 -Wall" ./configure \
--mandir='$${prefix}/share/man' \
--enable-secure-statd \
- --with-tcp-wrappers
+ --with-tcp-wrappers \
+ --enable-mount
$(MAKE)
touch build-stamp