summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/EXTRACT_secr.sh
diff options
context:
space:
mode:
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