]> err.no Git - util-linux/commitdiff
mount.preinst: update error message to be more specific; more bug numbers for changelog
authorLaMont Jones <lamont@mmjgroup.com>
Wed, 1 Aug 2007 04:30:21 +0000 (22:30 -0600)
committerLaMont Jones <lamont@mmjgroup.com>
Wed, 1 Aug 2007 04:30:21 +0000 (22:30 -0600)
debian/changelog
debian/mount.preinst

index 1c2f5daea33945362cba33fcdea145ca64bdfe8b..5210c850b0f149826fe14fbacafa8165d6ae3ddf 100644 (file)
@@ -1,6 +1,9 @@
 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
 
index 50acf4b58c4987035cb9266d6075798d619b3912..adf4175890e52520f56a0b32287523236e29c11a 100644 (file)
@@ -22,8 +22,8 @@ case "$1" in
        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