+nfs-utils (1:1.1.0-7) unstable; urgency=low
+
+ * Add postinst fragment to make /sbin/mount setuid root, which should fix
+ problems with non-root mounting. (Closes: #432581)
+
+ -- Steinar H. Gunderson <sesse@debian.org> Thu, 12 Jul 2007 01:40:18 +0200
+
nfs-utils (1:1.1.0-6) unstable; urgency=low
* Enable {mount,umount}.{nfs,nfs4}, in line with util-linux 2.13 no longer
chown statd /var/lib/nfs/state
fi
fi
+
+ if ! dpkg-statoverride --list /sbin/mount.nfs >/dev/null 2>&1; then
+ dpkg-statoverride --update --add root root 4755 /sbin/mount.nfs
+ fi
;;
esac