Searched refs:bootptab (Results 1 – 14 of 14) sorted by relevance
/freebsd/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 | 18 Bootpd takes a long time to finish parsing the bootptab file: 23 and change the bootptab to specify the IP addresses for 26 When bootptab entries do not specify an ip address, bootpd 35 My huge bootptab file causes startup time to be so long that clients 38 Truly huge bootptab files make "inetd" mode impractical. 42 segment so each one can have a smaller bootptab. Only one
|
H A D | README | 40 4) Edit the bootptab. It has some explanitory comments, and there 41 is a manual entry describing its format (bootptab.5) 55 Edit the bootptab. The man page and the comments in the file should 67 need to update /etc/bootptab. Just edit it as before. Once you write 93 ConvOldTab.sh Script to convert old (1.x) bootptab files 105 bootptab.5 A manual describing the bootptab format 106 bootptab.cmu A sample database file for the server 107 bootptab.mcs Another sample from <gwr@mc.com>
|
H A D | Announce | 12 bootptab entry is a valid hostname. 27 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) 6 # Legend: (see bootptab.5)
|
H A D | Makefile | 14 MAN= bootptab.5 bootpd.8
|
H A D | readfile.c | 317 if (stat(bootptab, &st) < 0) { in readtab() 319 bootptab, get_errmsg()); in readtab() 343 bootptab); in readtab() 348 if ((fp = fopen(bootptab, "r")) == NULL) { in readtab() 349 report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg()); in readtab() 462 nentries, nhosts, bootptab); in readtab()
|
H A D | bootpd.h | 202 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 | 26 Allow bootptab syntax: ha="0:0:c0:80:e8:a7" 132 Add ConvOldTab.sh - converts 1.1 bootptab to new format. 266 Fixed various bugs. Give bootptab a separate man page.
|
H A D | Makefile.UNIX | 57 MAN5= bootptab.5
|
H A D | bootpd.c | 159 char *bootptab = CONFIG_FILE; variable 358 bootptab = argv[0]; in main()
|
/freebsd/libexec/bootpd/tools/bootpef/ |
H A D | bootpef.c | 94 char *bootptab = CONFIG_FILE; variable 193 bootptab = stmp; in main()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 395 OLD_FILES+=usr/share/man/man5/bootptab.5.gz
|