From: LaMont Jones Date: Wed, 1 Aug 2007 04:30:21 +0000 (-0600) Subject: mount.preinst: update error message to be more specific; more bug numbers for changelog X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f318cdd111a1300fba7bf672e86aae2134d462;p=util-linux mount.preinst: update error message to be more specific; more bug numbers for changelog --- diff --git a/debian/changelog b/debian/changelog index 1c2f5dae..5210c850 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 30 Jul 2007 17:36:15 -0600 diff --git a/debian/mount.preinst b/debian/mount.preinst index 50acf4b5..adf41758 100644 --- a/debian/mount.preinst +++ b/debian/mount.preinst @@ -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