+nfs-utils (1:1.1.0-14) unstable; urgency=low
+
+ * Install mount.nfs setuid directly instead of doing dpkg-statoverride in
+ the postinst. Clear the dpkg-statoverride status in the postinst script
+ on upgrades from earlier versions for cleanness. (Closes: #435258)
+
+ -- Steinar H. Gunderson <sesse@debian.org> Sun, 05 Aug 2007 20:06:53 +0200
+
nfs-utils (1:1.1.0-13) unstable; urgency=low
* 06-gssd-manpage-typo.patch: New patch from A Costa, fixes a typo in the
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
+
+ if [ "$2" != "" ] || dpkg --compare-versions "$2" lt 1:1.1.0-14; then
+ if dpkg-statoverride --list /sbin/mount.nfs >/dev/null 2>&1; then
+ dpkg-statoverride --remove /sbin/mount.nfs
+ fi
fi
;;
esac