summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_secure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/extract_secure.sh')
-rw-r--r--release/scripts/extract_secure.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/release/scripts/extract_secure.sh b/release/scripts/extract_secure.sh
deleted file mode 100644
index 7a1eaff..0000000
--- a/release/scripts/extract_secure.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-# $Id: extract_secure.sh,v 1.6 1995/04/07 01:20:26 phk Exp $
-set -e
-PATH=/stand:$PATH
-DDIR=/
-
-DIST=secure
-# You can't write over the running init
-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 sebones ssecure ; do
- if [ -f ${DIST}.aa ]; then
- echo "Extracting ${DIST} sources"
- cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
- fi
-done
OpenPOWER on IntegriCloud