From e035a74a36a30b9bdbf47a020ba3231a07fb98f2 Mon Sep 17 00:00:00 2001 From: hjl Date: Thu, 9 Nov 2000 22:19:53 +0000 Subject: [PATCH] Fix a typo. --- etc/redhat/nfs.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/redhat/nfs.init b/etc/redhat/nfs.init index 836d60d..c1b98ea 100755 --- a/etc/redhat/nfs.init +++ b/etc/redhat/nfs.init @@ -50,7 +50,7 @@ case "$1" in RPCMOUNTDOPTS="--no-nfs-version 3" fi - # Let's see if we support NFS version 3. + # 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" -- 2.39.2