No empty .Rs/.Re
[netbsd-mini2440.git] / usr.sbin / bootp / bootpef / bootpef.8
blob4c25621106249038134dcf399bc5dfdd0afd9050
1 .\"     $NetBSD$
2 .\"
3 .\" bootpef.8
4 .TH BOOTPEF 8 "4 Dec 1993" "MAINTENANCE COMMANDS"
5 .SH NAME
6 bootpef \- BOOTP Extension File compiler
7 .SH SYNOPSIS
8 .LP
9 .B bootpef
10 .RI [ "-c chdir" ]
11 .RI [ "-d debug-level" ]
12 .RI [ "-f config-file" ]
13 .RI [ client-name " [...]]"
14 .SH DESCRIPTION
15 .B bootpef
16 builds the
17 .I Extension Path
18 files described by RFC 1497 (tag 18).
19 If any
20 .I client-name
21 arguments are specified, then
22 .I bootpef
23 compiles the extension files for only those clients.
24 .SH OPTIONS
25 .TP
26 .BI \-c \ chdir\-path
27 Sets the current directory used by
28 .I bootpef
29 while creating extension files.  This is useful when the
30 extension file names are specified as relative pathnames, and
31 .I bootpef
32 needs to use the same current directory as the TFTP server
33 (typically /tftpboot).
34 .TP
35 .BI \-d \ debug\-level
36 Sets the
37 .I debug\-level
38 variable that controls the amount of debugging messages generated.
39 For example, -d4 or -d 4 will set the debugging level to 4.
40 .TP
41 .BI \-f \ config\-file
42 Set the name of the config file that specifies the option
43 data to be sent to each client.
44 .SH "SEE ALSO"
45 bootpd(8), tftpd(8)
46 .SH REFERENCES
47 .TP
48 RFC951
49 BOOTSTRAP PROTOCOL (BOOTP)
50 .TP
51 RFC1497
52 BOOTP Vendor Information Extensions