]> err.no Git - util-linux/commitdiff
look in the right place
authorLaMont Jones <lamont@mmjgroup.com>
Mon, 30 Jul 2007 23:37:02 +0000 (17:37 -0600)
committerLaMont Jones <lamont@mmjgroup.com>
Mon, 30 Jul 2007 23:37:02 +0000 (17:37 -0600)
debian/changelog
debian/mount.preinst

index a96978c1ab138c0c8abc68978fcc69cce89d5f5c..1c2f5daea33945362cba33fcdea145ca64bdfe8b 100644 (file)
@@ -1,3 +1,9 @@
+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
index 3420ec72f6ddb80029af7ffdea3f4ce76d70c925..50acf4b58c4987035cb9266d6075798d619b3912 100644 (file)
@@ -20,7 +20,7 @@ case "$1" in
        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.