From 79f318cdd111a1300fba7bf672e86aae2134d462 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Tue, 31 Jul 2007 22:30:21 -0600 Subject: [PATCH] mount.preinst: update error message to be more specific; more bug numbers for changelog --- debian/changelog | 5 ++++- debian/mount.preinst | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.39.5