summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_secure.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-07 01:01:21 +0000
committerjkh <jkh@FreeBSD.org>1995-02-07 01:01:21 +0000
commit3d44a439a93408cda21090051fd3092c61459b6f (patch)
tree425229f06121aab907ea0d9ccc79c06214a00779 /release/scripts/extract_secure.sh
parentd3560dd142e7fdb96f584346659dc7ae4250e51d (diff)
downloadFreeBSD-src-3d44a439a93408cda21090051fd3092c61459b6f.zip
FreeBSD-src-3d44a439a93408cda21090051fd3092c61459b6f.tar.gz
Extract the sources into the right place! Can't believe I didn't notice
this before.
Diffstat (limited to 'release/scripts/extract_secure.sh')
-rw-r--r--release/scripts/extract_secure.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/extract_secure.sh b/release/scripts/extract_secure.sh
index 683fa2e..0f5f048 100644
--- a/release/scripts/extract_secure.sh
+++ b/release/scripts/extract_secure.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: extract_secure.sh,v 1.3 1995/01/27 07:49:45 jkh Exp $
+# $Id: extract_secure.sh,v 1.4 1995/01/28 09:11:39 jkh Exp $
PATH=/stand:$PATH
DDIR=/
@@ -9,6 +9,7 @@ if [ -f /sbin/init ]; then mv /sbin/init /sbin/init.insecure; fi
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
+DDIR=/usr/src
for DIST in ebones secrsrc; do
if [ -f ${DIST}.aa ]; then
echo "Extracting ${DIST} sources"
OpenPOWER on IntegriCloud