diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-07 01:01:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-07 01:01:21 +0000 |
| commit | c5c3febed7f4fa16edd03848f1580c9196409e70 (patch) | |
| tree | 425229f06121aab907ea0d9ccc79c06214a00779 /release/scripts | |
| parent | 6e532401dd81d547d10acbda377aa30a0fef697d (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rw-r--r-- | release/scripts/extract_secure.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/extract_secure.sh b/release/scripts/extract_secure.sh index 683fa2e778e84..0f5f0482d4f08 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" |
