Home
last modified time | relevance | path

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

/freebsd/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 DProblems18 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 DREADME40 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 DAnnounce12 bootptab entry is a valid hostname.
27 ConvOldTab.sh to convert old (1.1) bootptab to new format.
H A Dbootptab.mcs1 # /etc/bootptab: database for bootp server (/etc/bootpd)
6 # Legend: (see bootptab.5)
H A DMakefile14 MAN= bootptab.5 bootpd.8
H A Dreadfile.c317 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 Dbootpd.h202 extern char *bootptab;
H A Dbootptab.cmu1 # /etc/bootptab: database for bootp server (/etc/bootpd)
6 # Legend: (see bootptab.5)
H A DChanges26 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 DMakefile.UNIX57 MAN5= bootptab.5
H A Dbootpd.c159 char *bootptab = CONFIG_FILE; variable
358 bootptab = argv[0]; in main()
/freebsd/libexec/bootpd/tools/bootpef/
H A Dbootpef.c94 char *bootptab = CONFIG_FILE; variable
193 bootptab = stmp; in main()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc395 OLD_FILES+=usr/share/man/man5/bootptab.5.gz