* etc/redhat/nfs.init (start): Back out the last change.
+2000-11-09 H.J. Lu <hjl@lucon.org>
+
+ * etc/redhat/nfs.init (start): Back out the last change.
+
2000-11-09 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs.init (start): Pass --no-tcp to mountd if
RPCMOUNTDOPTS="--no-nfs-version 3"
fi
- # Let's see if we support NFS over TCP.
- /usr/sbin/rpcinfo -p localhost | grep nfs | grep tcp &>/dev/null
- if [ $? -ne 0 ]; then
- RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-tcp"
- fi
-
echo -n "Starting NFS mountd: "
daemon rpc.mountd $RPCMOUNTDOPTS
echo