Searched refs:bootptab (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | Problems | 13 Bootpd takes a long time to finish parsing the bootptab file: 18 and change the bootptab to specify the IP addresses for 21 When bootptab entries do not specify an ip address, bootpd 30 My huge bootptab file causes startup time to be so long that clients 33 Truly huge bootptab files make "inetd" mode impractical. 37 segment so each one can have a smaller bootptab. Only one 72 bootptab entry has an even number of characters, 77 bootptab entries for the affected printers.
|
| 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 | 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 104 bootptab.5 A manual describing the bootptab format 105 bootptab.cmu A sample database file for the server 106 bootptab.mcs Another sample from <gwr@mc.com>
|
| H A D | Makefile | 6 MAN= bootpd.8 bootptab.5
|
| 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) 5 # Legend: (see bootptab.5)
|
| H A D | bootptab.cmu | 1 # /etc/bootptab: database for bootp server (/etc/bootpd) 6 # Legend: (see bootptab.5)
|
| H A D | Makefile.UNIX | 61 MAN5= bootptab.5
|
| H A D | Changes | 84 Add ConvOldTab.sh - converts 1.1 bootptab to new format. 218 Fixed various bugs. Give bootptab a separate man page.
|
| H A D | bootpd.c | 161 const char *bootptab = CONFIG_FILE; variable 349 bootptab = argv[0]; in main()
|
| H A D | Announce.old | 51 (bootptab.5).
|
| /netbsd-src/usr.sbin/bootp/bootpef/ |
| H A D | bootpef.c | 101 const char *bootptab = CONFIG_FILE; variable 201 bootptab = stmp; in main()
|
| /netbsd-src/etc/ |
| H A D | bootptab | 1 # $NetBSD: bootptab,v 1.6 2001/04/24 21:55:06 pooka Exp $ 3 # /etc/bootptab: database for bootp server (/usr/sbin/bootpd)
|
| /netbsd-src/usr.sbin/bootp/common/ |
| H A D | readfile.c | 325 if (stat(bootptab, &st) < 0) { in readtab() 327 bootptab, get_errmsg()); in readtab() 351 bootptab); in readtab() 356 if ((fp = fopen(bootptab, "r")) == NULL) { in readtab() 357 report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg()); in readtab() 470 nentries, nhosts, bootptab); in readtab()
|
| H A D | bootpd.h | 204 extern const char *bootptab;
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 259 bootptab
|