]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-common.init
Use rpcbind's rpcinfo so IPv6 ones are also shown
[nfs-utils.git] / debian / nfs-common.init
index e5c2a0243b8d915f2e95a4e2ac2cec1c91fcf823..902741014447dc3db7b190c7eb7ffb43e42c6f4b 100644 (file)
@@ -139,7 +139,7 @@ case "$1" in
            log_progress_msg "statd"
            
            # See if rpcbind is running
-           rpcinfo -p >/dev/null 2>&1
+           /usr/sbin/rpcinfo -p >/dev/null 2>&1
            RET=$?
            if [ $RET != 0 ]; then
                echo