From: hjl Date: Thu, 9 Nov 2000 22:19:53 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: nfs-utils-0-3~14 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=e035a74a36a30b9bdbf47a020ba3231a07fb98f2 Fix a typo. --- 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"