]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/statd.man
2001-03-11 H.J. Lu <hjl@lucon.org>
[nfs-utils.git] / utils / statd / statd.man
index 373cf77b5374be7fbdb1b767bf1bf7cd805f11b8..8a7bd8cda301798a10929b64eb17306697c3dc9e 100644 (file)
@@ -3,11 +3,12 @@
 .\"
 .\" Copyright (C) 1999 Olaf Kirch <okir@monad.swb.de>
 .\" Modified by Jeffrey A. Uphoff, 1999.
-.TH rpc.statd 8 "11 June 1999"
+.\" Modified by Lon Hohberger, 2000.
+.TH rpc.statd 8 "05 Oct 2000"
 .SH NAME
 rpc.statd \- NSM status monitor
 .SH SYNOPSIS
-.B "/usr/sbin/rpc.statd [-F]
+.B "/usr/sbin/rpc.statd [-F] [-d] [-?] [-V]
 .SH DESCRIPTION
 The
 .B rpc.statd
@@ -36,8 +37,60 @@ forks and puts itself in the background when started. The
 .B -F
 argument tells it to remain in the foreground. This option is
 mainly for debugging purposes.
+.TP
+.B -d
+By default,
+.B rpc.statd
+sends logging messages via
+.BR syslog (3)
+to system log.  The
+.B -d
+argument forces it to log verbose output to
+.B stderr
+instead. This option is mainly for debugging purposes, and may only
+be used in conjunction with the
+.B -F
+parameter.
+.TP
+.B -?
+Causes
+.B rpc.statd
+to print out command-line help and exit.
+.TP
+.B -V
+Causes
+.B rpc.statd
+to print out version information and exit.
+
+
+
+.SH TCP_WRAPPERS SUPPORT
+This
+.B rpc.statd
+version is protected by the
+.B tcp_wrapper
+library. You have to give the clients access to
+.B rpc.statd
+if they should be allowed to use it. To allow connects from clients of
+the .bar.com domain you could use the following line in /etc/hosts.allow:
+
+statd: .bar.com
+
+You have to use the daemon name 
+.B statd
+for the daemon name (even if the binary has a different name). For the
+client names you can only use the keyword ALL or IP addresses (NOT
+host or domain names).
+
+For further information please have a look at the
+.BR tcpd (8),
+.BR hosts_allow (5)
+and
+.BR hosts_access (5)
+manual pages.
+
 .SH FILES
-.BR /var/lib/nfs/sm/state
+.BR /var/lib/nfs/state
 .br
 .BR /var/lib/nfs/sm/*
 .br
@@ -51,3 +104,5 @@ Jeff Uphoff <juphoff@transmeta.com>
 Olaf Kirch <okir@monad.swb.de>
 .br
 H.J. Lu <hjl@gnu.org>
+.br
+Lon Hohberger <hohberger@missioncriticallinux.com>