]>
Commit | Line | Data |
---|---|---|
07f47057 A |
1 | .Dd Oct 27, 20023 |
2 | .Dt bootparamd 8 | |
3 | .Os Mac OS X | |
4 | .Sh NAME | |
5 | .Nm bootparamd | |
6 | .Nd boot parameter server | |
7 | .Sh SYNOPSIS | |
8 | .Nm | |
9 | .Op Fl d | |
10 | .Op Fl r Ar router | |
11 | .Sh DESCRIPTION | |
12 | .Nm | |
13 | provides configuration parameters for clients using the bootparams RPC protocol. | |
14 | The server is not started by default on Mac OS X systems, nor is it used by | |
15 | Mac OS X clients. | |
16 | .Pp | |
17 | When invoked with the | |
18 | .Fl d | |
19 | option, | |
20 | .Nm | |
21 | runs in debug mode. | |
22 | It remains attached to the controlling terminal and prints a log of its activity. | |
23 | .Pp | |
24 | The | |
25 | .Fl r Ar router | |
26 | option may be used to set the router returned in WHOAMI replies. | |
27 | The | |
28 | .Ar router | |
29 | argument may be a name or a dotted-quad IP address. | |
30 | .Sh SEE ALSO | |
31 | bootparams(5), lookupd(8) |