summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/redhat/nfs.init2
1 files changed, 1 insertions, 1 deletions
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"