diff options
author | hjl <hjl> | 2000-06-04 17:24:20 +0000 |
---|---|---|
committer | hjl <hjl> | 2000-06-04 17:24:20 +0000 |
commit | 39c9d0020d5541bd52ee88c006e91407081dcb2e (patch) | |
tree | 607e3b5e27420067dc726ffcd69c4ccb26a24acd | |
parent | af40d87c1f1141bc7e28a6abc2c2b3eed5eebc9d (diff) | |
download | nfs-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-- | ChangeLog | 4 | ||||
-rwxr-xr-x | etc/redhat/nfs.init | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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" |