summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-07 01:20:26 +0000
committerphk <phk@FreeBSD.org>1995-04-07 01:20:26 +0000
commit4fbc27d008f956acef7cf1d0397e8f0a27c79a73 (patch)
tree5371575a40d4f128308869b723c1043abd4efc1f /release/scripts
parent97d098ed6dc7735160594b124b178f053fbca982 (diff)
downloadFreeBSD-src-4fbc27d008f956acef7cf1d0397e8f0a27c79a73.zip
FreeBSD-src-4fbc27d008f956acef7cf1d0397e8f0a27c79a73.tar.gz
Various changes:
tip removed from cpio.flp (!) crunch chokes on it after the latest changes. source for secure & eBones moved into securedist.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/extract_secure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/extract_secure.sh b/release/scripts/extract_secure.sh
index 0f5f048..f853167 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.4 1995/01/28 09:11:39 jkh Exp $
+# $Id: extract_secure.sh,v 1.5 1995/02/07 01:01:21 jkh Exp $
PATH=/stand:$PATH
DDIR=/
@@ -10,7 +10,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
+for DIST in sebones ssecure ; do
if [ -f ${DIST}.aa ]; then
echo "Extracting ${DIST} sources"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
OpenPOWER on IntegriCloud