+nfs-utils (1:1.0.7-17) unstable; urgency=low
+
+ * The umounting of rpc_pipefs is non-critical and will fail if there are
+ any active NFS mounts during, say, a restart. Thus, send its stderr to
+ /dev/null, and ignore its error status.
+ * Build-Depend on perl, as it's used in debian/rules.
+
+ -- Steinar H. Gunderson <sesse@debian.org> Sun, 14 May 2006 18:22:19 +0200
+
nfs-utils (1:1.0.7-16) unstable; urgency=high
* urgency=high; fixes an RC bug.
Section: net
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Uploaders: Steinar H. Gunderson <sesse@debian.org>, Daniel Baumann <daniel.baumann@panthera-systems.net>
-Build-Depends: debhelper (>= 5), autoconf2.13, autotools-dev, libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev
+Build-Depends: debhelper (>= 5), autoconf2.13, autotools-dev, libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, perl
Standards-Version: 3.7.2
Package: nfs-kernel-server
printf " statd"
start-stop-daemon --stop --oknodo --quiet \
--name rpc.statd
- do_umount $PIPEFS_MOUNTPOINT
+ do_umount $PIPEFS_MOUNTPOINT 2>/dev/null || true
echo "."
;;