Deleted Added
full compact
rbootd.8 (71895) rbootd.8 (99500)
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.\" $FreeBSD: head/libexec/rbootd/rbootd.8 71895 2001-02-01 16:38:02Z ru $
41.\" $FreeBSD: head/libexec/rbootd/rbootd.8 99500 2002-07-06 19:19:48Z charnier $
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

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

107.It #
108.It "# ethernet addr boot file(s) comments
109.It #
110.It "08:00:09:0:66:ad SYSHPBSD # snake (4.3BSD)
111.It "08:00:09:0:59:5b # vandy (anything)
112.It "8::9:1:C6:75 SYSHPBSD,SYSHPUX # jaguar (either)
113.El
114.Pp
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

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

107.It #
108.It "# ethernet addr boot file(s) comments
109.It #
110.It "08:00:09:0:66:ad SYSHPBSD # snake (4.3BSD)
111.It "08:00:09:0:59:5b # vandy (anything)
112.It "8::9:1:C6:75 SYSHPBSD,SYSHPUX # jaguar (either)
113.El
114.Pp
115.Nm Rbootd
116logs status and error messages via
115The
116.Nm
117utility logs status and error messages via
117.Xr syslog 3 .
118A startup message is always logged, and in the case of fatal errors (or
119deadly signals) a message is logged announcing the server's termination.
120In general, a non-fatal error is handled by ignoring the event that caused
121it (e.g. an invalid Ethernet address in the config file causes that line
122to be invalidated).
123.Pp
124The following signals have the specified effect when sent to the server

--- 32 unchanged lines hidden ---
118.Xr syslog 3 .
119A startup message is always logged, and in the case of fatal errors (or
120deadly signals) a message is logged announcing the server's termination.
121In general, a non-fatal error is handled by ignoring the event that caused
122it (e.g. an invalid Ethernet address in the config file causes that line
123to be invalidated).
124.Pp
125The following signals have the specified effect when sent to the server

--- 32 unchanged lines hidden ---