Deleted Added
full compact
rbootd.8 (27077) rbootd.8 (31386)
1.\" Copyright (c) 1988, 1992 The University of Utah and the Center
2.\" for Software Science (CSS).
3.\" Copyright (c) 1992, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" This code is derived from software contributed to Berkeley by
7.\" the Center for Software Science of the University of Utah Computer
8.\" Science Department. CSS requests users of this software to return

--- 24 unchanged lines hidden (view full) ---

33.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
34.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38.\" SUCH DAMAGE.
39.\"
40.\" from: @(#)rbootd.8 8.2 (Berkeley) 12/11/93
1.\" Copyright (c) 1988, 1992 The University of Utah and the Center
2.\" for Software Science (CSS).
3.\" Copyright (c) 1992, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" This code is derived from software contributed to Berkeley by
7.\" the Center for Software Science of the University of Utah Computer
8.\" Science Department. CSS requests users of this software to return

--- 24 unchanged lines hidden (view full) ---

33.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
34.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38.\" SUCH DAMAGE.
39.\"
40.\" from: @(#)rbootd.8 8.2 (Berkeley) 12/11/93
41.\" $Id: rbootd.8,v 1.6 1997/06/23 04:02:13 steve Exp $
41.\" $Id: rbootd.8,v 1.7 1997/06/29 19:00:13 steve Exp $
42.\"
43.\" Utah Hdr: rbootd.man 3.1 92/07/06
44.\" Author: Jeff Forys, University of Utah CSS
45.\"
46.Dd December 11, 1993
47.Dt RBOOTD 8
48.Os
49.Sh NAME
50.Nm rbootd
51.Nd HP remote boot server
52.Sh SYNOPSIS
53.Nm rbootd
54.Op Fl ad
55.Op Fl i Ar interface
56.Op config_file
57.Sh DESCRIPTION
58The
42.\"
43.\" Utah Hdr: rbootd.man 3.1 92/07/06
44.\" Author: Jeff Forys, University of Utah CSS
45.\"
46.Dd December 11, 1993
47.Dt RBOOTD 8
48.Os
49.Sh NAME
50.Nm rbootd
51.Nd HP remote boot server
52.Sh SYNOPSIS
53.Nm rbootd
54.Op Fl ad
55.Op Fl i Ar interface
56.Op config_file
57.Sh DESCRIPTION
58The
59.Nm rbootd
59.Nm
60utility services boot requests from Hewlett-Packard workstations over a
61local area network.
62All boot files must reside in the boot file directory; further, if a
63client supplies path information in its boot request, it will be silently
64stripped away before processing.
65By default,
60utility services boot requests from Hewlett-Packard workstations over a
61local area network.
62All boot files must reside in the boot file directory; further, if a
63client supplies path information in its boot request, it will be silently
64stripped away before processing.
65By default,
66.Nm rbootd
66.Nm
67only responds to requests from machines listed in its configuration file.
68.Pp
69The options are as follows:
67only responds to requests from machines listed in its configuration file.
68.Pp
69The options are as follows:
70.Bl -tag -width Fl
70.Bl -tag -width indent
71.It Fl a
72Respond to boot requests from any machine.
73The configuration file is ignored if this option is specified.
74.It Fl d
75Run
71.It Fl a
72Respond to boot requests from any machine.
73The configuration file is ignored if this option is specified.
74.It Fl d
75Run
76.Nm rbootd
76.Nm
77in debug mode.
78Packets sent and received are displayed to the terminal.
79.It Fl i Ar interface
80Service boot requests on specified interface.
81If unspecified,
77in debug mode.
78Packets sent and received are displayed to the terminal.
79.It Fl i Ar interface
80Service boot requests on specified interface.
81If unspecified,
82.Nm rbootd
82.Nm
83searches the system interface list for the lowest numbered, configured
84``up'' interface (excluding loopback).
85Ties are broken by choosing the earliest match.
86.El
87.Pp
88Specifying
89.Ar config_file
90on the command line causes
83searches the system interface list for the lowest numbered, configured
84``up'' interface (excluding loopback).
85Ties are broken by choosing the earliest match.
86.El
87.Pp
88Specifying
89.Ar config_file
90on the command line causes
91.Nm rbootd
91.Nm
92to use a different configuration file from the default.
93.Pp
94The configuration file is a text file where each line describes a particular
95machine.
96A line must start with a machine's Ethernet address followed by an optional
97list of boot file names.
98An Ethernet address is specified in hexadecimal with each of its six octets
99separated by a colon.

--- 57 unchanged lines hidden ---
92to use a different configuration file from the default.
93.Pp
94The configuration file is a text file where each line describes a particular
95machine.
96A line must start with a machine's Ethernet address followed by an optional
97list of boot file names.
98An Ethernet address is specified in hexadecimal with each of its six octets
99separated by a colon.

--- 57 unchanged lines hidden ---