summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2000-06-04 17:24:20 +0000
committerhjl <hjl>2000-06-04 17:24:20 +0000
commit39c9d0020d5541bd52ee88c006e91407081dcb2e (patch)
tree607e3b5e27420067dc726ffcd69c4ccb26a24acd
parentaf40d87c1f1141bc7e28a6abc2c2b3eed5eebc9d (diff)
downloadnfs-utils-39c9d0020d5541bd52ee88c006e91407081dcb2e.tar.gz
nfs-utils-39c9d0020d5541bd52ee88c006e91407081dcb2e.tar.xz
nfs-utils-39c9d0020d5541bd52ee88c006e91407081dcb2e.zip
2000-06-04 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs.init: Fix a typo in comment.
-rw-r--r--ChangeLog4
-rwxr-xr-xetc/redhat/nfs.init2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5568042..97e2bbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-04 H.J. Lu <hjl@lucon.org>
+
+ * etc/redhat/nfs.init: Fix a typo in comment.
+
2000-05-31 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.8".
diff --git a/etc/redhat/nfs.init b/etc/redhat/nfs.init
index d3eeab5..a12e262 100755
--- a/etc/redhat/nfs.init
+++ b/etc/redhat/nfs.init
@@ -27,7 +27,7 @@ fi
[ -x /usr/sbin/exportfs ] || exit 0
[ -s /etc/exports ] || exit 0
-# Number of servers to be started uo by default
+# Number of servers to be started up by default
RPCNFSDCOUNT=8
# No NFS V3.
RPCMOUNTDOPTS="--no-nfs-version 3"