freebsd-dev/libexec/bootpd/tools/bootpef/bootpef.8

65 lines
1.2 KiB
Groff
Raw Normal View History

.\" $FreeBSD$
.\"
1994-09-30 05:45:07 +00:00
.\" bootpef.8
2001-01-16 13:12:21 +00:00
.Dd December 4, 1993
.Dt BOOTPEF 8
.Os
.Sh NAME
.Nm bootpef
.Nd "BOOTP Extension File compiler"
.Sh SYNOPSIS
.Bk -words
.Nm
.Op Fl c Ar chdir\-path
.Op Fl d Ar debug\-level
.Op Fl f Ar config\-file
.Op Ar client\-name ...
.Ek
.Sh DESCRIPTION
2002-07-06 19:19:48 +00:00
The
2001-01-16 13:12:21 +00:00
.Nm
2002-07-06 19:19:48 +00:00
utility builds the
2001-01-16 13:12:21 +00:00
.Em "Extension Path"
files described by
.%T "RFC 1497"
(tag 18).
1994-09-30 05:45:07 +00:00
If any
2001-01-16 13:12:21 +00:00
.Ar client\-name
1994-09-30 05:45:07 +00:00
arguments are specified, then
2001-01-16 13:12:21 +00:00
.Nm
1994-09-30 05:45:07 +00:00
compiles the extension files for only those clients.
2001-01-16 13:12:21 +00:00
.Sh OPTIONS
.Bl -tag -width indent
.It Fl c Ar chdir\-path
1994-09-30 05:45:07 +00:00
Sets the current directory used by
2001-01-16 13:12:21 +00:00
.Nm
while creating extension files.
This is useful when the
1994-09-30 05:45:07 +00:00
extension file names are specified as relative pathnames, and
2001-01-16 13:12:21 +00:00
.Nm
1994-09-30 05:45:07 +00:00
needs to use the same current directory as the TFTP server
2001-01-16 13:12:21 +00:00
(typically
.Pa /tftpboot ) .
.It Fl d Ar debug\-level
1994-09-30 05:45:07 +00:00
Sets the
2001-01-16 13:12:21 +00:00
.Ar debug\-level
1994-09-30 05:45:07 +00:00
variable that controls the amount of debugging messages generated.
2001-01-16 13:12:21 +00:00
For example,
.Fl d Ar 4
will set the debugging level to 4.
.It Fl f Ar config\-file
1994-09-30 05:45:07 +00:00
Set the name of the config file that specifies the option
data to be sent to each client.
2001-01-16 13:12:21 +00:00
.El
.Sh SEE ALSO
.Xr bootpd 8 ,
.Xr tftpd 8
.Rs
.%O RFC951
.%T "BOOTSTRAP PROTOCOL (BOOTP)"
.Re
.Rs
.%O RFC1497
.%T "BOOTP Vendor Information Extensions"
.Re