Home
last modified time | relevance | path

Searched refs:bootptab (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/libexec/bootpd/
H A DInstallation14 Edit (or create) the bootptab:
15 (See bootptab.sample and bootptab.5 manual entry)
16 edit /etc/bootptab
H A DProblems19 Bootpd takes a long time to finish parsing the bootptab file:
24 and change the bootptab to specify the IP addresses for
27 When bootptab entries do not specify an ip address, bootpd
36 My huge bootptab file causes startup time to be so long that clients
39 Truly huge bootptab files make "inetd" mode impractical.
43 segment so each one can have a smaller bootptab. Only one
H A DREADME41 4) Edit the bootptab. It has some explanitory comments, and there
42 is a manual entry describing its format (bootptab.5)
56 Edit the bootptab. The man page and the comments in the file should
68 need to update /etc/bootptab. Just edit it as before. Once you write
94 ConvOldTab.sh Script to convert old (1.x) bootptab files
106 bootptab.5 A manual describing the bootptab format
107 bootptab.cmu A sample database file for the server
108 bootptab.mcs Another sample from <[email protected]>
H A DMakefile15 MAN= bootptab.5 bootpd.8
H A DAnnounce13 bootptab entry is a valid hostname.
28 ConvOldTab.sh to convert old (1.1) bootptab to new format.
H A Dbootptab.mcs1 # /etc/bootptab: database for bootp server (/etc/bootpd)
7 # Legend: (see bootptab.5)
H A Dbootpd.h204 extern char *bootptab;
H A Dreadfile.c321 if (stat(bootptab, &st) < 0) {
323 bootptab, get_errmsg());
347 bootptab);
352 if ((fp = fopen(bootptab, "r")) == NULL) {
353 report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg());
466 nentries, nhosts, bootptab);
H A Dbootptab.cmu1 # /etc/bootptab: database for bootp server (/etc/bootpd)
6 # Legend: (see bootptab.5)
H A DChanges27 Allow bootptab syntax: ha="0:0:c0:80:e8:a7"
133 Add ConvOldTab.sh - converts 1.1 bootptab to new format.
267 Fixed various bugs. Give bootptab a separate man page.
H A DMakefile.UNIX58 MAN5= bootptab.5
H A Dbootpd.c162 char *bootptab = CONFIG_FILE; variable
363 bootptab = argv[0];
/freebsd-13.1/libexec/bootpd/tools/bootpef/
H A Dbootpef.c96 char *bootptab = CONFIG_FILE; variable
197 bootptab = stmp;
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc444 OLD_FILES+=usr/share/man/man5/bootptab.5.gz