]> git.saurik.com Git - apple/network_cmds.git/blob - yppush.tproj/yppush.8
network_cmds-176.tar.gz
[apple/network_cmds.git] / yppush.tproj / yppush.8
1 .\" $OpenBSD: yppush.8,v 1.4 1997/05/01 21:08:49 niklas Exp $
2 .\" Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se>
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
13 .\" 3. All advertising materials mentioning features or use of this software
14 .\" must display the following acknowledgement:
15 .\" This product includes software developed by Mats O Jansson
16 .\" 4. The name of the author may not be used to endorse or promote products
17 .\" derived from this software without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
20 .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
23 .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .Dd January 29, 1995
32 .Dt YPPUSH 8
33 .Os
34 .Sh NAME
35 .Nm yppush
36 .Nd force distribution of YP map
37 .Sh SYNOPSIS
38 .Nm yppush
39 .Op Fl d Ar domainname
40 .Op Fl h Ar hostname
41 .\" .Op Fl p Ar paralleljobs
42 .\" .Op Fl t Ar timeout
43 .Op Fl v
44 .Ar mapname
45 .Sh DESCRIPTION
46 .Nm yppush
47 is used to distribute an YP map from a master server to any
48 slave server in the domain. All servers of the domain is fetched from the YP
49 map ypservers.
50 .Pp
51 The options are as follows:
52 .Bl -tag -width indent
53 .It Fl d Ar domainname
54 Don't use default domain, use the specified domain.
55 .It Fl h Ar hostname
56 Distribute map only to one host and not to the hosts in the ypserver map.
57 .\" .It Fl p Ar paralleljobs
58 .\"Set the number of parallel transfers.
59 .\".It Fl t Ar timeout
60 .\"Set the amount of time to elapse before a timeout is registered.
61 .It Fl v
62 Verbose. Announce what the program is doing.
63 .El
64 .Sh SEE ALSO
65 .Xr yp 8 ,
66 .Xr ypserv 8
67 .Sh AUTHOR
68 Mats O Jansson