summaryrefslogtreecommitdiffstats
path: root/release/extract.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-29 00:56:30 +0000
committerjkh <jkh@FreeBSD.org>1994-11-29 00:56:30 +0000
commit4306355165990e3f8c60b74f32da6797fbd4193b (patch)
treec457dc9cba63c130af81ef7094f975464b93a904 /release/extract.sh
parent83418166e23ab8b859aed1340636fff7bf92031a (diff)
downloadFreeBSD-src-4306355165990e3f8c60b74f32da6797fbd4193b.zip
FreeBSD-src-4306355165990e3f8c60b74f32da6797fbd4193b.tar.gz
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.
Diffstat (limited to 'release/extract.sh')
-rw-r--r--release/extract.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/release/extract.sh b/release/extract.sh
index bffca5a..3a98999 100644
--- a/release/extract.sh
+++ b/release/extract.sh
@@ -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
OpenPOWER on IntegriCloud