Hi,

The path to mount.nfs in the preinst script should be /sbin/mount.nfs
and not /usr/sbin/mount.nfs:

diff -urNad util-linux-2.13~rc2/debian/mount.preinst.orig 
util-linux-2.13~rc2/debian/mount.preinst
--- util-linux-2.13~rc2/debian/mount.preinst.orig       2007-07-31 
19:41:14.000000000 +0200
+++ util-linux-2.13~rc2/debian/mount.preinst    2007-07-31 19:41:28.000000000 
+0200
@@ -20,7 +20,7 @@
        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.

Cheers,
Julien




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to