Deleted Added
full compact
bootpd.8 (7766) bootpd.8 (18237)
1.\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
2.\"
1.\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
2.\"
3.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $
3.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.2 1995/04/12 00:24:48 gpalmer Exp $
4.\"
5.TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University"
6.SH NAME
7bootpd, bootpgw \- Internet Boot Protocol server/gateway
8.SH SYNOPSIS
9.B bootpd
10[
11.B \-i

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

216and sends the reply to the client (possibly using a gateway).
217If the client is unknown, the request is discarded
218(with a notice if debug > 0).
219.PP
220If
221.I bootpd
222is compiled with the -DDEBUG option, receipt of a SIGUSR1 signal causes
223it to dump its internal database to the file
4.\"
5.TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University"
6.SH NAME
7bootpd, bootpgw \- Internet Boot Protocol server/gateway
8.SH SYNOPSIS
9.B bootpd
10[
11.B \-i

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

216and sends the reply to the client (possibly using a gateway).
217If the client is unknown, the request is discarded
218(with a notice if debug > 0).
219.PP
220If
221.I bootpd
222is compiled with the -DDEBUG option, receipt of a SIGUSR1 signal causes
223it to dump its internal database to the file
224.I /etc/bootpd.dump
224.I /tmp/bootpd.dump
225or the dumpfile specified as a command line parameter.
226.PP
227During initialization, both programs
228determine the UDP port numbers to be used by calling
229.I getservbyname
230(which nomally uses
231.IR /etc/services).
232Two service names (and port numbers) are used:

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

240.I getservbyname
241then the values default to boopts=67 and bootpc=68.
242.SH FILES
243.TP 20
244/etc/bootptab
245Database file read by
246.IR bootpd .
247.TP
225or the dumpfile specified as a command line parameter.
226.PP
227During initialization, both programs
228determine the UDP port numbers to be used by calling
229.I getservbyname
230(which nomally uses
231.IR /etc/services).
232Two service names (and port numbers) are used:

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

240.I getservbyname
241then the values default to boopts=67 and bootpc=68.
242.SH FILES
243.TP 20
244/etc/bootptab
245Database file read by
246.IR bootpd .
247.TP
248/etc/bootpd.dump
248/tmp/bootpd.dump
249Debugging dump file created by
250.IR bootpd .
251.TP
252/etc/services
253Internet service numbers.
254.TP
255/tftpboot
256Current directory typically used by the TFTP server and

--- 49 unchanged lines hidden ---
249Debugging dump file created by
250.IR bootpd .
251.TP
252/etc/services
253Internet service numbers.
254.TP
255/tftpboot
256Current directory typically used by the TFTP server and

--- 49 unchanged lines hidden ---