]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-kernel-server.init
Use rpcbind's rpcinfo so IPv6 ones are also shown
[nfs-utils.git] / debian / nfs-kernel-server.init
index f9a385c666c6123f73a8c9cfb75fa2433c8cd205..007b0df90333b4df0615638e33809c9cae03dcb7 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
+               /usr/sbin/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