diff options
author | hjl <hjl> | 2001-03-11 03:04:12 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-03-11 03:04:12 +0000 |
commit | 2e38550aa34acf825ae819ff831dcb478024e7b3 (patch) | |
tree | 04cdcf76d51be2677c4b91980e7b70c02ecdf37e | |
parent | 012d7fd50654b1623e63c447905187929e559cff (diff) | |
download | nfs-utils-2e38550aa34acf825ae819ff831dcb478024e7b3.tar.gz nfs-utils-2e38550aa34acf825ae819ff831dcb478024e7b3.tar.xz nfs-utils-2e38550aa34acf825ae819ff831dcb478024e7b3.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
-rw-r--r-- | utils/rquotad/rquotad.man | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/utils/rquotad/rquotad.man b/utils/rquotad/rquotad.man index 9b16df5..f4d5d6f 100644 --- a/utils/rquotad/rquotad.man +++ b/utils/rquotad/rquotad.man @@ -1,9 +1,9 @@ .\"@(#)rquotad.8" -.TH RQUOTAD 8 "25 Aug 2000" +.TH RQUOTAD 8 "8 Mar 2001" .SH NAME rquotad, rpc.rquotad \- remote quota server .SH SYNOPSIS -.B /usr/etc/rpc.rquotad +.B /usr/etc/rpc.rquotad [-p " port "] " .SH DESCRIPTION .LP .IX "rquotad daemon" "" "\fLrquotad\fP \(em remote quota server" @@ -35,6 +35,21 @@ or .BR /etc/init.d/ (on systems with SysV'ish scripts, e.g. RedHat, SuSE, etc). +.SH OPTIONS +.TP +.BI "\-p," "" " \-\-port " port +specify a port for +.BR rpc.rquotad +to listen on. By default, +.BR rpc.rquotad +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. + .SH TCP_WRAPPERS SUPPORT This .BR rpc.rquotad @@ -69,5 +84,6 @@ manual pages. .BR quota (8), .BR rpc (3N), .BR nfs (5), -.BR services (5) -.BR inetd (8), +.BR services (5), +.BR portmap(8), +.BR inetd (8) |