1 Specific installation instructions
2 ==================================
4 In addition to what is described in the INSTALL file, the following
5 specifics apply to the tftp-hpa package:
7 The tftp-hpa package supports the following options to ./configure:
10 Disables the use of the tcp wrapper library. This is
11 recommended, for performance reasons, on high-use sites.
12 Kernel-based firewalling is, in general, a better alternative.
15 Disables the use of regular-expression-based filename
16 remapping (the -m option to tftpd).
19 Disables the use of the readline command-line editing library
22 The default prefix for the tftp-hpa package is /usr, with the tftp
23 client installing as /usr/bin/tftp and the tftpd server installing as
24 /usr/sbin/in.tftpd on most systems. This can be overridden by setting
25 --bindir and --sbindir.
27 "make install" supports specifying an INSTALLROOT, which points to
28 what will be the root of the filesystem at runtime; this is typically
29 used when preparing packages for package-management systems.
31 You almost certainly will need GNU make to build tftp-hpa. If you
32 don't already have it, you can find GNU make at:
34 ftp://ftp.gnu.org/pub/make/
36 ftp://mirrors.kernel.org/gnu/make/