summaryrefslogtreecommitdiffstats
path: root/contrib/amd/amq/amq.8
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/amd/amq/amq.8')
-rw-r--r--contrib/amd/amq/amq.856
1 files changed, 50 insertions, 6 deletions
diff --git a/contrib/amd/amq/amq.8 b/contrib/amd/amq/amq.8
index 7ccfd7c..203a529 100644
--- a/contrib/amd/amq/amq.8
+++ b/contrib/amd/amq/amq.8
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 1997-2004 Erez Zadok
+.\" Copyright (c) 1997-2006 Erez Zadok
.\" Copyright (c) 1990 Jan-Simon Pendry
.\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine
.\" Copyright (c) 1990 The Regents of the University of California.
@@ -38,7 +38,7 @@
.\"
.\" %W% (Berkeley) %G%
.\"
-.\" $Id: amq.8,v 1.3.2.8 2004/01/06 03:15:16 ezk Exp $
+.\" $Id: amq.8,v 1.15.2.1 2006/01/02 18:48:24 ezk Exp $
.\"
.TH AMQ 8 "25 April 1989"
.SH NAME
@@ -192,26 +192,70 @@ using UDP (connectionless) transport only. Normally
will try TCP, and if that failed, will try UDP.
.SH FILES
-.PD 0
.TP 20
.B amq.x
.SM RPC
protocol description.
+
.SH CAVEATS
.B Amq
uses a Sun registered
.SM RPC
program number (300019 decimal) which may not
be in the /etc/rpc database.
+.PP
+If the TCP wrappers library is available, and the
+.B use_tcpwrappers
+global
+.B amd.conf
+option is set to ``yes'', then
+.B amd
+will verify that the host running
+.B amq
+is authorized to connect. The
+.I amd
+service name must used in the
+.B /etc/hosts.allow
+and
+.B /etc/hosts.deny
+files. For example, to allow only localhost to connect to
+.B amd,
+add this line to
+.B /etc/hosts.allow:
+.PP
+.RS
+amd: localhost
+.RE
+.PP
+and this line to
+.B /etc/hosts.deny:
+.PP
+.RS
+amd: ALL
+.RE
+
.SH "SEE ALSO"
.BR amd (8),
.BR ctl-amd (8),
-.BR amd.conf (5).
+.BR amd.conf (5),
+.BR hosts_access (5).
+.LP
+``am-utils''
+.BR info (1)
+entry.
+.LP
+.I "Linux NFS and Automounter Administration"
+by Erez Zadok, ISBN 0-7821-2739-8, (Sybex, 2001).
+.LP
+.I http://www.am-utils.org
+.LP
+.I "Amd \- The 4.4 BSD Automounter"
+
.SH AUTHORS
Jan-Simon Pendry <jsp@doc.ic.ac.uk>, Department of Computing, Imperial College, London, UK.
.P
-Erez Zadok <ezk@cs.columbia.edu>, Department of Computer Science, Columbia
-University, New York, USA.
+Erez Zadok <ezk@cs.sunysb.edu>, Computer Science Department, Stony Brook
+University, Stony Brook, New York, USA.
.P
Other authors and contributors to am-utils are listed in the
.B AUTHORS
OpenPOWER on IntegriCloud