ToDo:   * Simplify the use of ftp variables.
	  As of now $ftp_path and $ftp are mixed where both actually
	  are used as the same thing.

	  Separate to $ftp_path and $ftp_prog and $ftp

	* Add more system dep. variables to upon creation,  e.g. $cut, $cat etc

	* Add a create-resource switch which only creates the .rc file

	* Check if it is possible to merge with the work already done
	  to support lprng

2003-11-19:
	* Made a change so that Solaris 2.6, 7, 8 and 9 no longer use
	  lpsystem.

	* Took the necessary steps so that LC_MESSAGES is en_US before
	  we use lpstat and grep for ^printer to make a list of installed
	  printers
	  
2003-05-16:
	* Exchaged test -e for test -f to please Solaris 8. 

	* Removed the initial guess for source path, Solaris 8, did not work
	  for Solaris 8.

	* Remade the part that handles if there is a resource file in the
	  home directory of the user.
	
2003-05-15:

	* Added a guess that the source archive is equal to the path to axinstall

	* Added a check that ftp_path has a value at all before tesing if
	  it is an executable file

2003-04_30:

	* Added the use of ~/.axinstallrc to store the user input for
	  ftp_path:     FTP client w full path e.g. /usr/bin/ftp    
	  source_path:  Full path to the unpacked axinstall-archive that is used.
	                e.g. /usr/local/lib/axinstall/axinstall-2.06
	
	* Removed the use of "which" in order to work with some variants of SCO
	  that does not have that functionality.

	* Added the possibility to get the source-code from the dowloaded 
	  archive.

	
2002-10-27:

	axinstall 2.05

	* on system's where the ftp client is not found automatically
	  the user is prompted for the client, with full path.

	* For AIX systems:
	  The default colon file name in use is
	  
	  printer.asc for AIX 3.x
	  generic.asc for AIX 4.x and 5.x


	