util-linux (2.13~rc2-5) unstable-UNRELEASED; urgency=low
- * mount.preinst: check the right directory for mount.nfs. Closes: #435307
+ * mount.preinst:
+ - check the right directory for mount.nfs.
+ Closes: #435307, #435414, #435223
+ - look for ' nfs ' mounts. Closes: #435305
-- LaMont Jones <lamont@debian.org> Mon, 30 Jul 2007 17:36:15 -0600
NFS_IN_USE=$(sed -n '/^[^ ]* [^ ]* nfs /p' /proc/mounts)
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.
+You have NFS mount points currently mounted, and this version of mount
+requires that nfs-common be upgraded before NFS mounts will work.
Aborting install.
EOF