Bug 24264

Summary: [PATCH] crypto/CHECKSUM.MD5 is incorrect for releases and snapshots
Product: Base System Reporter: wolman <wolman>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description wolman 2001-01-12 01:00:01 UTC
The following patch, when applied to src/release/Makefile v1.588,
fixes how CHECKSUM.MD5 is created for the crytpo directory during
a "make release".  I have tested the patch by creating a smaller
makefile that just does the copying of the krb4 and krb5 directories
into crypto.

Fix: 

Download the patch from:

http://www.cs.washington.edu/homes/wolman/dist/releaseMakefile.patch
How-To-Repeat: see above.
Comment 1 jkh freebsd_committer freebsd_triage 2001-02-21 23:01:09 UTC
State Changed
From-To: open->closed

Patch committed with one small tweak, thanks.  I simply chose 
to remove the old and empty krb? directories at one step.