summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2000-11-10 01:56:17 +0000
committerhjl <hjl>2000-11-10 01:56:17 +0000
commitb516ca11df5773afebea6d20cbede74781abfbe5 (patch)
tree15da044a7092b68e10d13ee1934367eec265229c
parente035a74a36a30b9bdbf47a020ba3231a07fb98f2 (diff)
downloadnfs-utils-b516ca11df5773afebea6d20cbede74781abfbe5.tar.gz
nfs-utils-b516ca11df5773afebea6d20cbede74781abfbe5.tar.xz
nfs-utils-b516ca11df5773afebea6d20cbede74781abfbe5.zip
2000-11-09 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs.init (start): Back out the last change.
-rw-r--r--ChangeLog4
-rwxr-xr-xetc/redhat/nfs.init6
2 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 0022c1c..c272143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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
TCP is not supported by kernel.
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