Clean up configure --help, add installation instructions.

This commit is contained in:
hpa 2001-11-12 23:40:51 +00:00
parent 9753e234c6
commit 02a2558d11
3 changed files with 261 additions and 3 deletions

31
INSTALL.tftp Normal file
View file

@ -0,0 +1,31 @@
$Id$
Specific installation instructions
==================================
In addition to what is described in the INSTALL file, the following
specifics apply to the tftp-hpa package:
The tftp-hpa package supports the following options to ./configure:
--without-tcpwrappers
Disables the use of the tcp wrapper library. This is
recommended, for performance reasons, on high-use sites.
Kernel-based firewalling is, in general, a better alternative.
--without-remap
Disables the use of regular-expression-based filename
remapping (the -m option to tftpd).
--without-readline
Disables the use of the readline command-line editing library
in the tftp client.
The default prefix for the tftp-hpa package is /usr, with the tftp
client installing as /usr/bin/tftp and the tftpd server installing as
/usr/sbin/in.tftpd on most systems. This can be overridden by setting
--bindir and --sbindir.
"make install" supports specifying an INSTALLROOT, which points to
what will be the root of the filesystem at runtime; this is typically
used when preparing packages for package-management systems.