Software Package:       
	bash

Release/Version:
	1.14.5

Retrieved from:
	ftp.gnu.ai.mit.edu:pub/gnu/bash-1.14.5.tar.gz

Bug reports:
	This software package is maintained by both BSDI and the
	software contributor.  Please send any bug reports to both
	support@BSDI.COM and bug-bash@prep.ai.mit.edu.

Comments:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Modifications to this version made by BSDI:

date: 1995/11/21 01:09:46;  author: bostic;  state: Exp;
addition of the file "makefile"
to do man page formatting and provide the standard BSDI targets.

date: 1995/11/21 19:29:35;  author: torek;  state: Exp;  lines: +15 -0
add BSD/OS-on-sparc definitions: just like BSD/OS on Intel but with
the machine definition from NetBSD-on-sparc.
===================================================================
RCS file: /master/contrib/bash/machines.h,v
retrieving revision 1.1
diff -c -2 -r1.1 machines.h
*** 1.1	1995/11/21 01:09:42
--- machines.h	1995/11/21 04:49:44
***************
*** 82,85 ****
--- 82,100 ----
  /* **************************************************************** */
  
+ /* BSDI BSD/OS running on a sparc. */
+ #if defined (sparc) && defined (__bsdi__)
+ #  define M_MACHINE "sun4"
+ #  define M_OS "BSD_OS"
+ #  define SYSDEP_CFLAGS -DOPENDIR_NOT_ROBUST -DRLIMTYPE=quad_t
+ #  define HAVE_SYS_SIGLIST
+ #  define HAVE_SETLINEBUF
+ #  define HAVE_GETGROUPS
+ #  define HAVE_VFPRINTF
+ #  define HAVE_STRERROR
+ #  define VOID_SIGHANDLER
+ #  define HAVE_DIRENT
+ #  define HAVE_STRCASECMP
+ #endif
+ 
  /* NetBSD running on a sparc. */
  #if defined (sparc) && defined (__NetBSD__)
