summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/scripts/extract_bin.sh3
-rw-r--r--release/scripts/extract_proflibs.sh4
-rw-r--r--release/scripts/extract_secure.sh3
3 files changed, 4 insertions, 6 deletions
diff --git a/release/scripts/extract_bin.sh b/release/scripts/extract_bin.sh
index 1af848f..ce3f6ca 100644
--- a/release/scripts/extract_bin.sh
+++ b/release/scripts/extract_bin.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: extract_bin.sh,v 1.1 1995/01/14 07:41:39 jkh Exp $
+# $Id: extract_bin.sh,v 1.2 1995/01/28 09:04:09 jkh Exp $
PATH=/stand:$PATH
DDIR=/
@@ -10,7 +10,6 @@ fi
if [ -f $DDIR/etc/defaultrouter ]; then
cp $DDIR/etc/defaultrouter $DDIR/stand/etc
fi
-echo; echo "Extracting bindist, please wait."
cat bin.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
if [ -f $DDIR/stand/etc/myname ]; then
# Add back what the bindist nuked.
diff --git a/release/scripts/extract_proflibs.sh b/release/scripts/extract_proflibs.sh
index e6f4d05..4ce30fb 100644
--- a/release/scripts/extract_proflibs.sh
+++ b/release/scripts/extract_proflibs.sh
@@ -1,8 +1,8 @@
#!/bin/sh
-# $Id: extract.sh,v 1.17 1994/12/04 03:41:18 jkh Exp $
+# $Id: extract_proflibs.sh,v 1.1 1995/01/14 07:41:44 jkh Exp $
PATH=/stand:$PATH
DDIR=/
DIST=proflibs
-echo "Extracting ${DIST}"
+echo "Extracting ${DIST} - ignore any errors from cpio"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
diff --git a/release/scripts/extract_secure.sh b/release/scripts/extract_secure.sh
index 5be2ca9..683fa2e 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.2 1995/01/14 07:44:23 jkh Exp $
+# $Id: extract_secure.sh,v 1.3 1995/01/27 07:49:45 jkh Exp $
PATH=/stand:$PATH
DDIR=/
@@ -7,7 +7,6 @@ DIST=secure
# You can't write over the running init
if [ -f /sbin/init ]; then mv /sbin/init /sbin/init.insecure; fi
-echo "Extracting ${DIST}"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
for DIST in ebones secrsrc; do
OpenPOWER on IntegriCloud