Thu Aug 17 07:45:24 2017 UTC ()
fix path to the warmstart file.


(christos)
diff -r1.14 -r1.15 src/usr.sbin/rpcbind/rpcbind.8

cvs diff -r1.14 -r1.15 src/usr.sbin/rpcbind/rpcbind.8 (expand / switch to unified diff)

--- src/usr.sbin/rpcbind/rpcbind.8 2017/08/16 18:23:03 1.14
+++ src/usr.sbin/rpcbind/rpcbind.8 2017/08/17 07:45:24 1.15
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1.\" $NetBSD: rpcbind.8,v 1.14 2017/08/16 18:23:03 wiz Exp $ 1.\" $NetBSD: rpcbind.8,v 1.15 2017/08/17 07:45:24 christos Exp $
2.\" @(#)rpcbind.1m 1.19 92/09/14 SMI; from SVr4 2.\" @(#)rpcbind.1m 1.19 92/09/14 SMI; from SVr4
3.\" Copyright 1989 AT&T 3.\" Copyright 1989 AT&T
4.\" Copyright 1991 Sun Microsystems, Inc. 4.\" Copyright 1991 Sun Microsystems, Inc.
5.\" $FreeBSD: head/usr.sbin/rpcbind/rpcbind.8 317163 2017-04-19 20:23:27Z ngie $ 5.\" $FreeBSD: head/usr.sbin/rpcbind/rpcbind.8 317163 2017-04-19 20:23:27Z ngie $
6.Dd August 16, 2017 6.Dd August 17, 2017
7.Dt RPCBIND 8 7.Dt RPCBIND 8
8.Os 8.Os
9.Sh NAME 9.Sh NAME
10.Nm rpcbind 10.Nm rpcbind
11.Nd universal addresses to RPC program number mapper 11.Nd universal addresses to RPC program number mapper
12.Sh SYNOPSIS 12.Sh SYNOPSIS
13.Nm 13.Nm
14.Op Fl 6adiLlsWw 14.Op Fl 6adiLlsWw
15.Op Fl h Ar bindip 15.Op Fl h Ar bindip
16.Sh DESCRIPTION 16.Sh DESCRIPTION
17The 17The
18.Nm 18.Nm
19utility is a server that converts RPC program numbers into 19utility is a server that converts RPC program numbers into
@@ -142,29 +142,29 @@ warmstart support must be compiled in to @@ -142,29 +142,29 @@ warmstart support must be compiled in to
142.Nm . 142.Nm .
143Portmap registrations are stored in 143Portmap registrations are stored in
144.Pa /tmp/portmap.file . 144.Pa /tmp/portmap.file .
145.Nm 145.Nm
146registrations are stored in 146registrations are stored in
147.Pa /tmp/rpcbind.file . 147.Pa /tmp/rpcbind.file .
148.El 148.El
149.Sh NOTES 149.Sh NOTES
150All RPC servers must be restarted if 150All RPC servers must be restarted if
151.Nm 151.Nm
152is restarted. 152is restarted.
153.Sh FILES 153.Sh FILES
154.Bl -tag -width "/var/run/rpcbind.sock" -compact 154.Bl -tag -width "/var/run/rpcbind.sock" -compact
155.It Pa /tmp/portmap.file 155.It Pa /var/run/portmap.file
156saved portmap registrations file. 156saved portmap registrations file.
157.It Pa /tmp/rpcbind.file 157.It Pa /var/run/rpcbind.file
158saved 158saved
159.Nm 159.Nm
160registrations file. 160registrations file.
161.It Pa /var/run/rpcbind.sock 161.It Pa /var/run/rpcbind.sock
162.It Pa /etc/hosts.allow 162.It Pa /etc/hosts.allow
163explicit remote host access list. 163explicit remote host access list.
164.It Pa /etc/hosts.deny 164.It Pa /etc/hosts.deny
165explicit remote host denial of service list. 165explicit remote host denial of service list.
166.El 166.El
167.Sh SEE ALSO 167.Sh SEE ALSO
168.Xr rpcbind 3 , 168.Xr rpcbind 3 ,
169.Xr hosts_access 5 , 169.Xr hosts_access 5 ,
170.Xr hosts_options 5 , 170.Xr hosts_options 5 ,