From: hjl Date: Fri, 10 Nov 2000 01:56:17 +0000 (+0000) Subject: 2000-11-09 H.J. Lu X-Git-Tag: nfs-utils-0-3~13 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=b516ca11df5773afebea6d20cbede74781abfbe5 2000-11-09 H.J. Lu * etc/redhat/nfs.init (start): Back out the last change. --- diff --git a/ChangeLog b/ChangeLog index 0022c1c..c272143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-11-09 H.J. Lu + + * etc/redhat/nfs.init (start): Back out the last change. + 2000-11-09 H.J. Lu * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if diff --git a/etc/redhat/nfs.init b/etc/redhat/nfs.init index c1b98ea..5a40f4f 100755 --- a/etc/redhat/nfs.init +++ b/etc/redhat/nfs.init @@ -50,12 +50,6 @@ case "$1" in 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