]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2000-11-09 H.J. Lu <hjl@lucon.org>
authorhjl <hjl>
Fri, 10 Nov 2000 01:56:17 +0000 (01:56 +0000)
committerhjl <hjl>
Fri, 10 Nov 2000 01:56:17 +0000 (01:56 +0000)
* etc/redhat/nfs.init (start): Back out the last change.

ChangeLog
etc/redhat/nfs.init

index 0022c1c8bb5aec7b300869b5cb1bff2b821c9eec..c272143c45754643c261f87b235096f7abcaa5d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index c1b98eab3634f96b47c340908d9a9ab61ef08418..5a40f4f8f454b5f9717f0e80a41a705a142febee 100755 (executable)
@@ -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