diff options
-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" |