Put the kerberos checksum information into the correct CHECKSUM file,

fixing a long-standing bogon with this.

PR:		24264
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
This commit is contained in:
jkh 2001-02-21 23:01:59 +00:00
parent 4f27bdda0e
commit 5ec338f4cc

View File

@ -456,9 +456,17 @@ release.6:
done
# More munition braindeadness.
( cd ${RD}/dists && \
if [ -f krb4/krb4.aa ] ; then mv krb4/* crypto && rmdir krb4 ; fi )
if [ -f krb4/krb4.aa ] ; then \
mv krb4/krb4.* crypto && \
cat krb4/CHECKSUM.MD5 >> crypto/CHECKSUM.MD5 && \
rm -r krb4; \
fi )
( cd ${RD}/dists && \
if [ -f krb5/krb5.aa ] ; then mv krb5/* crypto && rmdir krb5 ; fi )
if [ -f krb5/krb5.aa ] ; then \
mv krb5/krb5.* crypto && \
cat krb5/CHECKSUM.MD5 >> crypto/CHECKSUM.MD5 && \
rm -r krb5; \
fi )
touch release.6