]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-kernel-server.init
Use rpcinfo instead of /dev/tcp redirection
[nfs-utils.git] / debian / nfs-kernel-server.init
index f9a385c666c6123f73a8c9cfb75fa2433c8cd205..631e74edd56efb82a8513982d8f0b49752d9d589 100644 (file)
@@ -83,12 +83,12 @@ case "$1" in
                log_daemon_msg "Starting $DESC"
                log_progress_msg "nfsd"
                
-               # See if portmap or rpcbind are running
-               (cat </dev/null >/dev/tcp/localhost/111) 2>/dev/null
+               # See if rpcbind is running
+               rpcinfo -p >/dev/null 2>&1
                RET=$?
                if [ $RET != 0 ]; then
                    echo
-                   log_warning_msg "Not starting: portmap daemon is not running"
+                   log_warning_msg "Not starting: portmapper is not running"
                    exit 0
                fi