Searched refs:bootptab (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.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 | Makefile | 15 MAN= bootptab.5 bootpd.8
|
| 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 | bootpd.h | 204 extern char *bootptab;
|
| H A D | readfile.c | 321 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 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 | 162 char *bootptab = CONFIG_FILE; variable 363 bootptab = argv[0];
|
| /freebsd-13.1/libexec/bootpd/tools/bootpef/ |
| H A D | bootpef.c | 96 char *bootptab = CONFIG_FILE; variable 197 bootptab = stmp;
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 444 OLD_FILES+=usr/share/man/man5/bootptab.5.gz
|