Subject: 'bugformat' has wrong version
Index:	ucb/sendbug/bugformat 2.11BSD

Description:
	The 'bugformat' template in the /usr/src/ucb/sendbug directory
	was inadvertedly left with the old version number in it. 

	If a top level "Make" is done the incorrect version gets installed
	in /usr/lib.

Repeat-By:
	Examine the file.
Fix:
	Apply the patch below and then copy the file to /usr/lib.  Make
	the file publicaly readable (chmod a+r /usr/lib/bugformat).
---------------------------------------------------------------------------
*** /usr/src/ucb/sendbug/bugformat.old	Wed Aug 26 17:11:55 1987
--- /usr/src/ucb/sendbug/bugformat	Sat Dec 28 01:28:10 1991
***************
*** 1,5 ****
  Subject: Short summary of the problem
! Index:	<source directory>/<source file> 2.10BSD
  
  Description:
  	Detailed description of the problem, suggestion, or complaint.
--- 1,5 ----
  Subject: Short summary of the problem
! Index:	<source directory>/<source file> 2.11BSD
  
  Description:
  	Detailed description of the problem, suggestion, or complaint.
