From 2fb96ab9baa2173f9c53e9458ce0d68486e6f240 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Wed, 24 Jan 1996 21:42:37 +0000 Subject: [PATCH] Create symlinks for the MD5 libcrypt's in the bindist. Jordan, this and my previous commit to lib/Makefile should re-establish the libcrypt for our releases now. :-) Well, not sure, perhaps init(8) is linked against the wrong libcrypt in the bindist. :-( --- release/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index c5da97f4939..6a83dd97486 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.203 1996/01/13 23:31:44 phk Exp $ +# $Id: Makefile,v 1.204 1996/01/14 19:10:15 phk Exp $ # # How to roll a release: # @@ -249,6 +249,14 @@ release.5: ${RD}/trees/proflibs/usr/lib ; \ fi ; \ done + # Create symlinks for the MD5-based crypt lib, too. The + # automatically created links still point to the DES stuff, + # which went into its own distribution. + for i in ${RD}/trees/bin/usr/lib/libscrypt* ; do \ + c=`echo $$i | sed -e 's/libscrypt/libcrypt/'` ; \ + rm -f $$c ; \ + ln -s `basename $$i` $$c ; \ + done # Remove some files we can faster regen after installing. cd ${RD}/trees/bin/usr/share/misc && rm -f termcap.db vgrindefs.db # Remove all the directories we don't need.