summaryrefslogtreecommitdiffstats
path: root/utils/statd/statd.man
diff options
context:
space:
mode:
authorhjl <hjl>2001-03-11 02:54:00 +0000
committerhjl <hjl>2001-03-11 02:54:00 +0000
commit012d7fd50654b1623e63c447905187929e559cff (patch)
tree6b2ad84bd781cfae44fd9eeba4c83b5e203ff05d /utils/statd/statd.man
parent37f276f0627733598230b3953e07be146257619f (diff)
downloadnfs-utils-012d7fd50654b1623e63c447905187929e559cff.tar.gz
nfs-utils-012d7fd50654b1623e63c447905187929e559cff.tar.xz
nfs-utils-012d7fd50654b1623e63c447905187929e559cff.zip
2001-03-10 Tavis Barr <tavis@boole.isetr.columbia.edu>
* utils/rquotad/rquotad.man: Updated for -p. * utils/statd/statd.man: Likewise. 2001-03-10 Ion Badulescu <ionut@cs.columbia.edu> * support/nfs/rpcmisc.[ch]: export makesock() * utils/statd/statd.c: added longopts, added support for specifying the port to bind to on the command line. * utils/statd/statd.c: ditto, also specify port used for outgoing connections. * utils/statd/Makefile (LIBS): link with our own libnfs
Diffstat (limited to 'utils/statd/statd.man')
-rw-r--r--utils/statd/statd.man33
1 files changed, 30 insertions, 3 deletions
diff --git a/utils/statd/statd.man b/utils/statd/statd.man
index 427d990..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 "02 Feb 2001"
+.TH rpc.statd 8 "08 Mar 2001"
.SH NAME
rpc.statd \- NSM status monitor
.SH SYNOPSIS
-.B "/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>