Subject: Re: How to build with new domestic crypt?
To: David Carrel <carrel@cisco.com>
From: Chris G Demetriou <Chris_G_Demetriou@LAGAVULIN.PDL.CS.CMU.EDU>
List: current-users
Date: 02/23/1995 14:51:10
> I had this problem too.  What happened was that when I supped the
> "security" collection, it deleted src/lib/libcrypt/crypt.c and then added
> all the files in src/domestic.  My solution was to run a "sup -o" and then
> it grabbed src/lib/libcrypt/crypt.c again and didn't try to delete it.  I
> think the "security" sup collection needs to be more careful about handling
> the files in src/lib/libcrypt.

Hmm; actually, if you update in the opposite order -- security first,
then allsrc (or whatever), it should work properly; the 'security' sup
will delete the file, then the 'allsrc' (or whichever) sup will add it
back...


chris