Searched refs:bootptab (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/libexec/bootpd/ |
| H A D | Installation | 14 Edit (or create) the bootptab: 15 (See bootptab.sample and bootptab.5 manual entry) 16 edit /etc/bootptab
|
| H A D | Problems | 19 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 D | README | 41 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 D | Announce | 13 bootptab entry is a valid hostname. 28 ConvOldTab.sh to convert old (1.1) bootptab to new format.
|
| H A D | bootptab.mcs | 1 # /etc/bootptab: database for bootp server (/etc/bootpd) 7 # Legend: (see bootptab.5)
|
| H A D | Makefile | 15 MAN= bootptab.5 bootpd.8
|
| H A D | readfile.c | 329 if (stat(bootptab, &st) < 0) { 331 bootptab, get_errmsg()); 355 bootptab); 360 if ((fp = fopen(bootptab, "r")) == NULL) { 361 report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg()); 474 nentries, nhosts, bootptab);
|
| H A D | bootpd.h | 204 extern char *bootptab;
|
| H A D | bootptab.cmu | 1 # /etc/bootptab: database for bootp server (/etc/bootpd) 6 # Legend: (see bootptab.5)
|
| H A D | Changes | 27 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 D | Makefile.UNIX | 58 MAN5= bootptab.5
|
| H A D | bootpd.c | 170 char *bootptab = CONFIG_FILE; variable 371 bootptab = argv[0];
|
| /freebsd-12.1/libexec/bootpd/tools/bootpef/ |
| H A D | bootpef.c | 104 char *bootptab = CONFIG_FILE; variable 205 bootptab = stmp;
|
| /freebsd-12.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 669 OLD_FILES+=usr/share/man/man5/bootptab.5.gz
|