diff options
author | hjl <hjl> | 2002-04-08 21:42:17 +0000 |
---|---|---|
committer | hjl <hjl> | 2002-04-08 21:42:17 +0000 |
commit | a1c827e358e11fcf27e223ed45a54f6d328e78bc (patch) | |
tree | 6ca2661c8f03e5fc2427c9546af801d48db39bb1 /utils | |
parent | b509c95237fb1eb3081f51f8bd08501532e874ce (diff) | |
download | nfs-utils-a1c827e358e11fcf27e223ed45a54f6d328e78bc.tar.gz nfs-utils-a1c827e358e11fcf27e223ed45a54f6d328e78bc.tar.xz nfs-utils-a1c827e358e11fcf27e223ed45a54f6d328e78bc.zip |
2002-04-08 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs: New.
* etc/redhat/nfs.init: Updated.
* nfs-utils.spec.in: Updated.
* nfs-utils.spec: Regenerated.
* utils/mountd/mountd.c (longopts): Fix a typo.
* utils/mountd/mountd.man: Updated.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mountd/mountd.c | 2 | ||||
-rw-r--r-- | utils/mountd/mountd.man | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index 73f9f66..f785ef2 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -31,7 +31,7 @@ static struct nfs_fh_len *get_rootfh(struct svc_req *, dirpath *, int *, int v3) static struct option longopts[] = { { "foreground", 0, 0, 'F' }, - { "descriptors", 0, 0, 'o' }, + { "descriptors", 1, 0, 'o' }, { "debug", 1, 0, 'd' }, { "help", 0, 0, 'h' }, { "exports-file", 1, 0, 'f' }, diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man index 5780813..f68dd17 100644 --- a/utils/mountd/mountd.man +++ b/utils/mountd/mountd.man @@ -93,10 +93,10 @@ Don't advertise TCP for mount. .B \-P Ignored (compatibility with unfsd??). .TP -.B \-p " or " \-\-port +.B \-p " or " \-\-port num Force .B rpc.mountd -to bind to the specified port, instead of using the random port +to bind to the specified port num, instead of using the random port number assigned by the portmapper. .TP .B \-V " or " \-\-nfs-version |