Do some last evil things when extracting the bindist to work around problems

reported so far with /tmp and /sys.  This should just drop into a current
bindist without problems.
This commit is contained in:
Jordan K. Hubbard 1994-11-29 00:56:30 +00:00
parent 99e7cabca3
commit f37da39bb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4857

View file

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: extract.sh,v 1.14 1994/11/20 22:55:24 phk Exp $
# $Id: extract.sh,v 1.15 1994/11/21 04:14:33 phk Exp $
PATH=/stand:$PATH
DDIR=/
@ -21,6 +21,9 @@ if [ -f bindist.aa ] ; then
if [ -f $DDIR/stand/etc/defaultrouter ]; then
cp $DDIR/stand/etc/defaultrouter $DDIR/etc
fi
chmod 1777 /tmp
rm -f /sys
ln -s /usr/src/sys /sys
fi
for i in *.aa