xref: /dflybsd-src/libexec/bootpd/tools/bootpef/bootpef.8 (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
186d7f5d3SJohn Marino.\" $FreeBSD: src/libexec/bootpd/tools/bootpef/bootpef.8,v 1.2.2.1 2001/01/16 13:14:37 ru Exp $
286d7f5d3SJohn Marino.\" $DragonFly: src/libexec/bootpd/tools/bootpef/bootpef.8,v 1.3 2007/11/23 23:16:36 swildner Exp $
386d7f5d3SJohn Marino.\"
486d7f5d3SJohn Marino.\" bootpef.8
586d7f5d3SJohn Marino.Dd December 4, 1993
686d7f5d3SJohn Marino.Dt BOOTPEF 8
786d7f5d3SJohn Marino.Os
886d7f5d3SJohn Marino.Sh NAME
986d7f5d3SJohn Marino.Nm bootpef
1086d7f5d3SJohn Marino.Nd "BOOTP Extension File compiler"
1186d7f5d3SJohn Marino.Sh SYNOPSIS
1286d7f5d3SJohn Marino.Bk -words
1386d7f5d3SJohn Marino.Nm
1486d7f5d3SJohn Marino.Op Fl c Ar chdir\-path
1586d7f5d3SJohn Marino.Op Fl d Ar debug\-level
1686d7f5d3SJohn Marino.Op Fl f Ar config\-file
1786d7f5d3SJohn Marino.Op Ar client\-name ...
1886d7f5d3SJohn Marino.Ek
1986d7f5d3SJohn Marino.Sh DESCRIPTION
2086d7f5d3SJohn Marino.Nm
2186d7f5d3SJohn Marinobuilds the
2286d7f5d3SJohn Marino.Em "Extension Path"
2386d7f5d3SJohn Marinofiles described by
2486d7f5d3SJohn Marino.%T "RFC 1497"
2586d7f5d3SJohn Marino(tag 18).
2686d7f5d3SJohn MarinoIf any
2786d7f5d3SJohn Marino.Ar client\-name
2886d7f5d3SJohn Marinoarguments are specified, then
2986d7f5d3SJohn Marino.Nm
3086d7f5d3SJohn Marinocompiles the extension files for only those clients.
3186d7f5d3SJohn Marino.Sh OPTIONS
3286d7f5d3SJohn Marino.Bl -tag -width indent
3386d7f5d3SJohn Marino.It Fl c Ar chdir\-path
3486d7f5d3SJohn MarinoSets the current directory used by
3586d7f5d3SJohn Marino.Nm
3686d7f5d3SJohn Marinowhile creating extension files.
3786d7f5d3SJohn MarinoThis is useful when the
3886d7f5d3SJohn Marinoextension file names are specified as relative pathnames, and
3986d7f5d3SJohn Marino.Nm
4086d7f5d3SJohn Marinoneeds to use the same current directory as the TFTP server
4186d7f5d3SJohn Marino(typically
4286d7f5d3SJohn Marino.Pa /tftpboot ) .
4386d7f5d3SJohn Marino.It Fl d Ar debug\-level
4486d7f5d3SJohn MarinoSets the
4586d7f5d3SJohn Marino.Ar debug\-level
4686d7f5d3SJohn Marinovariable that controls the amount of debugging messages generated.
4786d7f5d3SJohn MarinoFor example,
4886d7f5d3SJohn Marino.Fl d Ar 4
4986d7f5d3SJohn Marinowill set the debugging level to 4.
5086d7f5d3SJohn Marino.It Fl f Ar config\-file
5186d7f5d3SJohn MarinoSet the name of the config file that specifies the option
5286d7f5d3SJohn Marinodata to be sent to each client.
5386d7f5d3SJohn Marino.El
5486d7f5d3SJohn Marino.Sh SEE ALSO
5586d7f5d3SJohn Marino.Xr bootpd 8 ,
5686d7f5d3SJohn Marino.Xr tftpd 8
5786d7f5d3SJohn Marino.Rs
5886d7f5d3SJohn Marino.%O RFC 951
5986d7f5d3SJohn Marino.%T "BOOTSTRAP PROTOCOL (BOOTP)"
6086d7f5d3SJohn Marino.Re
6186d7f5d3SJohn Marino.Rs
6286d7f5d3SJohn Marino.%O RFC 1497
6386d7f5d3SJohn Marino.%T "BOOTP Vendor Information Extensions"
6486d7f5d3SJohn Marino.Re
65