freebsd-src/etc/etc.i386/EXTRACT_secr.sh
Jordan K. Hubbard b83e1e51be Commit Rod's magic EXTRACT scripts to the tree so that we can work on
them.  These were al hand-copied over before.
1994-06-15 20:15:12 +00:00

15 lines
356 B
Bash
Executable File

#!/bin/sh
#
# This file will extract all of the FreeBSD secure distribution into
# ${EXTRACT_TARGET} if it is set, or / otherwise.
#
SOURCEDIR=.
if [ X"${EXTRACT_TARGET}" = X"" ]; then
EXTRACT_TARGET=/
fi
cd $SOURCEDIR
cat des_tgz.* | gunzip | tar --directory ${EXTRACT_TARGET} -xpf -
cat libcrypt.aa | gunzip | tar --directory ${EXTRACT_TARGET} -xpf -