diff options
author | hjl <hjl> | 2001-03-21 19:20:11 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-03-21 19:20:11 +0000 |
commit | 9ee7da8230adead93a1b42b1ac2c78e02227fe15 (patch) | |
tree | b2d26a6a47c1403dc05617ef56681fec061642bf /utils/statd/statd.man | |
parent | 2d60c14684d1f7bb8b15428e5f76c34888a462b9 (diff) | |
download | nfs-utils-9ee7da8230adead93a1b42b1ac2c78e02227fe15.tar.gz nfs-utils-9ee7da8230adead93a1b42b1ac2c78e02227fe15.tar.xz nfs-utils-9ee7da8230adead93a1b42b1ac2c78e02227fe15.zip |
2001-03-21 H.J. Lu <hjl@lucon.org>
* nfs-utils.spec: Regenerated.
(Release): Set to 3.
2001-03-21 Ion Badulescu <ionut@cs.columbia.edu>
* utils/statd/statd.c (main): make sure file descriptors 0-2
are open to /dev/null.
2001-03-21 H.J. Lu <hjl@lucon.org>
* support/nfs/rpcmisc.c: Restore the change made on 2001-03-10.
* support/nfs/rpcmisc.c: Likewise.
* utils/rquotad/rquota_svc.c: Likewise.
* utils/rquotad/rquotad.man: Likewise.
* utils/statd/Makefile: Likewise.
* utils/statd/rmtcall.c: Likewise.
* utils/statd/simulate.c: Likewise.
* utils/statd/statd.c: Likewise.
* utils/statd/statd.man: Likewise.
Diffstat (limited to 'utils/statd/statd.man')
-rw-r--r-- | utils/statd/statd.man | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/utils/statd/statd.man b/utils/statd/statd.man index 8a7bd8c..84199e8 100644 --- a/utils/statd/statd.man +++ b/utils/statd/statd.man @@ -4,11 +4,11 @@ .\" Copyright (C) 1999 Olaf Kirch <okir@monad.swb.de> .\" Modified by Jeffrey A. Uphoff, 1999. .\" Modified by Lon Hohberger, 2000. -.TH rpc.statd 8 "05 Oct 2000" +.TH rpc.statd 8 "08 Mar 2001" .SH NAME rpc.statd \- NSM status monitor .SH SYNOPSIS -.B "/usr/sbin/rpc.statd [-F] [-d] [-?] [-V] +.B "/sbin/rpc.statd [-F] [-d] [-?] [-o " port "] [-p " port "] [-V]" .SH DESCRIPTION The .B rpc.statd @@ -52,6 +52,32 @@ be used in conjunction with the .B -F parameter. .TP +.BI "\-o," "" " \-\-outgoing\-port " port +specify a port for +.B rpc.statd +to send outgoing status requests from. By default, +.BR rpc.statd +will ask +.BR portmap (8) +to assign it a port number. As of this writing, there is not +a standard port number that +.BR portmap +always or usually assigns. Specifying +a port may be useful when implementing a firewall. +.TP +.BI "\-p," "" " \-\-port " port +specify a port for +.B rpc.statd +to listen on. By default, +.BR rpc.statd +will ask +.BR portmap (8) +to assign it a port number. As of this writing, there is not +a standard port number that +.BR portmap +always or usually assigns. Specifying +a port may be useful when implementing a firewall. +.TP .B -? Causes .B rpc.statd @@ -96,7 +122,8 @@ manual pages. .br .BR /var/lib/nfs/sm.bak/* .SH SEE ALSO -.BR rpc.nfsd(8) +.BR rpc.nfsd(8), +.BR portmap(8) .SH AUTHORS .br Jeff Uphoff <juphoff@transmeta.com> |