[BACK]Return to bootpef.8 CVS log [TXT][DIR] Up to [local] / src / usr.sbin / bootpd

File: [local] / src / usr.sbin / bootpd / Attic / bootpef.8 (download)

Revision 1.6, Thu Jul 6 04:15:08 2000 UTC (23 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.5: +3 -1 lines

Insert missing .El directives.

.\" bootpef.8
.Dd June 12, 1999
.Dt BOOTPEF 8
.Os
.Sh NAME
.Nm bootpef
.Nd BOOTP Extension File compiler
.Sh SYNOPSIS
.Nm bootpef
.Op Fl c Ar chdir
.Op Fl d Ar debug-level
.Op Fl f Ar config-file
.Op Ar client-name Op Ar ...
.Sh DESCRIPTION
.Nm
builds the
.Sy Extension Path
files described by
.Tn RFC 2132
(tag 18).
If any
.Ar client-name
arguments are specified, then
.Nm
compiles the extension files for only those clients.
.Pp
The options are as follows:
.Bl -tag -width "-d debug-level"
.It Fl c Ar chdir-path
Sets the current directory used by
.Nm
while creating extension files.
This is useful when the
extension file names are specified as relative pathnames, and
.Nm
needs to use the same current directory as the TFTP server
(typically
.Pa /tftpboot ) .
.It Fl d Ar debug-level
Sets the
.Ar debug-level
variable that controls the amount of debugging messages generated.
For example,
.Fl d Ns 4
or
.Fl d No 4
will set the debugging level to 4.
.It Fl f Ar config-file
Sets the name of the config file that specifies the option
data to be sent to each client.
.El
.Sh SEE ALSO
.Xr bootpd 8 ,
.Xr tftpd 8
.Pp
.Bl -tag -width "RFC 2132" -compact
.It Tn RFC 951
Bootstrap Protocol (BOOTP),
.It RFC 2132
DHCP Options and BOOTP Vendor Extensions
.El