summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/EXTRACT_secr.sh
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-12-30 19:02:48 +0000
committerpeter <peter@FreeBSD.org>1995-12-30 19:02:48 +0000
commitab124e78b0271ddb904b761b31e5c9a0cf24e070 (patch)
tree0cf1447720c45721ed3d214a4eaaa6834bda155d /etc/etc.i386/EXTRACT_secr.sh
parent15748830d0fcd29294a1969a1012655e74908c1e (diff)
downloadFreeBSD-src-ab124e78b0271ddb904b761b31e5c9a0cf24e070.zip
FreeBSD-src-ab124e78b0271ddb904b761b31e5c9a0cf24e070.tar.gz
recording cvs-1.6 file death
Diffstat (limited to 'etc/etc.i386/EXTRACT_secr.sh')
-rwxr-xr-xetc/etc.i386/EXTRACT_secr.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/etc.i386/EXTRACT_secr.sh b/etc/etc.i386/EXTRACT_secr.sh
deleted file mode 100755
index 718966c..0000000
--- a/etc/etc.i386/EXTRACT_secr.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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 --unlink --directory ${EXTRACT_TARGET} -xpf -
-cat libcrypt.aa | gunzip | tar --unlink --directory ${EXTRACT_TARGET} -xpf -
OpenPOWER on IntegriCloud