summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-01-24 21:42:37 +0000
committerjoerg <joerg@FreeBSD.org>1996-01-24 21:42:37 +0000
commita19908742a78f3c0e9e55557938249d40aa09ba0 (patch)
tree23a01b92f0de2f4ea05509d341596ed444d4be20 /release
parentabda50783b390d262e452d3d0bd56bc5ff31e466 (diff)
downloadFreeBSD-src-a19908742a78f3c0e9e55557938249d40aa09ba0.zip
FreeBSD-src-a19908742a78f3c0e9e55557938249d40aa09ba0.tar.gz
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. :-(
Diffstat (limited to 'release')
-rw-r--r--release/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index c5da97f..6a83dd9 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.
OpenPOWER on IntegriCloud