]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2000-06-04 H.J. Lu <hjl@lucon.org>
authorhjl <hjl>
Sun, 4 Jun 2000 17:24:20 +0000 (17:24 +0000)
committerhjl <hjl>
Sun, 4 Jun 2000 17:24:20 +0000 (17:24 +0000)
* etc/redhat/nfs.init: Fix a typo in comment.

ChangeLog
etc/redhat/nfs.init

index 55680420c27361583ff1872932bc49bf46bbbabf..97e2bbc6382313cd56295073a80437d000c3b023 100644 (file)
--- 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".
index d3eeab5ebed7b5f004342adb509e1d7917198032..a12e262290b3f140cd77c96a5f1d2fcdf81f2e5e 100755 (executable)
@@ -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"