summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.bootparamd/bootparams.5
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-18 17:49:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-18 17:49:27 +0000
commitc27a3cd504620ec414bb19c01d6afecbf6545967 (patch)
treeb018774f7eee2cbd92e313bb15b64a5bbfed4029 /usr.sbin/rpc.bootparamd/bootparams.5
parentd95d6983a62740a558c1ebfd61054fda22e2903c (diff)
name the client "client", and mention YP support
Diffstat (limited to 'usr.sbin/rpc.bootparamd/bootparams.5')
-rw-r--r--usr.sbin/rpc.bootparamd/bootparams.522
1 files changed, 13 insertions, 9 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparams.5 b/usr.sbin/rpc.bootparamd/bootparams.5
index 66e68bbb98d..4a0d4a30e0c 100644
--- a/usr.sbin/rpc.bootparamd/bootparams.5
+++ b/usr.sbin/rpc.bootparamd/bootparams.5
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: bootparams.5,v 1.3 1996/06/18 17:43:21 briggs Exp $
+.\" $Id: bootparams.5,v 1.4 1996/06/18 17:49:26 deraadt Exp $
.\"
.Dd October 2, 1994
.Dt BOOTPARAMS 5
@@ -57,19 +57,22 @@ and may be continued onto multiple lines with a backslash.
.Pp
For example:
.Bd -literal -offset indent
-dummy root=server:/export/dummy/root \\
- swap=server:/export/dummy/swap \\
- dump=server:/export/dummy/swap
+client root=server:/export/client/root \\
+ swap=server:/export/client/swap \\
+ dump=server:/export/client/swap
.Ed
.Pp
-When the client named "dummy" requests the pathname for
-its logical "root" it will be given server
+When the client named "client" requests the pathname for
+its logical "root" it will be given the server name
.Dq Pa "server"
-and pathname
-.Dq Pa "/export/dummy/root"
+and the pathname
+.Dq Pa "/export/client/root"
as the response to its
.Tn RPC
request.
+.Pp
+A line containing simply "+" will cause YP lookups to be
+done on the YP map "bootparams".
.Sh FILES
.Bl -tag -width /etc/bootparams -compact
.It Pa /etc/bootparams
@@ -77,4 +80,5 @@ default configuration file
.El
.Sh "SEE ALSO"
.Xr diskless 8 ,
-.Xr rpc.bootparamd 8
+.Xr rpc.bootparamd 8 ,
+.Xr yp 8