+util-linux (2.13~rc2-5) unstable-UNRELEASED; urgency=low
+
+ * mount.preinst: check the right directory for mount.nfs. Closes: #435307
+
+ -- LaMont Jones <lamont@debian.org> Mon, 30 Jul 2007 17:36:15 -0600
+
util-linux (2.13~rc2-4) unstable; urgency=low
* switch to using libvolume-id-dev
export LANG=C # for the comparison of mail version...
NFS_IN_USE=$(sed -n '/^[^ ]* [^ ]* nfs /p' /proc/mounts)
- if [ -n "$NFS_IN_USE" ] && [ ! -x /usr/sbin/mount.nfs ]; then
+ if [ -n "$NFS_IN_USE" ] && [ ! -x /sbin/mount.nfs ] ; then
cat << EOF
You have NFS mounts, and this version of mount requires that nfs-common
be upgraded before NFS mounts will work.