This file outlines the changes made for 2.4-academ Created a Makefile.bdi and config.bdi for the src directory. Created a Makefile.bdi for the support directory. Altered the build program to know about these new makefiles and config file. Changed the fnmatch.c program in the support directory to return values that corresponded with the manual page. This was not necessary to support bsdi since it has its own fnmatch, but this make it possible for other platforms to make use of these changes transparently. Changed the access.c program to do a case-insensitive search on the hostname without using fnmatch. This option is not supported by the bsdi or bsd-net2 fnmatch subroutine. Changed all uses of fnmatch in the src directory to use the correct return values. Added pathnames appropriate to bsdi to the pathnames.h file in the src directory. These are bracketed by appropriate #ifdef/#endif blocks. Changed the root level makefile to copy files when installing them instead of moving them. Created a set of root level makefiles for each supported platform. This will allow the ftpd to be installed exactly over the OS-based makefile if used generically.