summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
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