summaryrefslogtreecommitdiffstats
path: root/release/extract.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-11 23:27:05 +0000
committerjkh <jkh@FreeBSD.org>1994-11-11 23:27:05 +0000
commitf25ce08b128f7a2485e1e5fad83a695754f013a3 (patch)
treefac836cf6f7c74c4cd6dd52c950f6a5390751c89 /release/extract.sh
parent7d0620c826ad0cc1641f05b1bb7836934307e5a6 (diff)
downloadFreeBSD-src-f25ce08b128f7a2485e1e5fad83a695754f013a3.zip
FreeBSD-src-f25ce08b128f7a2485e1e5fad83a695754f013a3.tar.gz
Make this use cpio, not tar. Poul-H is going to get his weenie whacked
for this.
Diffstat (limited to 'release/extract.sh')
-rw-r--r--release/extract.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/extract.sh b/release/extract.sh
index fafb6ee..06ada6e 100644
--- a/release/extract.sh
+++ b/release/extract.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: extract.sh,v 1.7 1994/11/10 02:50:42 jkh Exp $
+# $Id: extract.sh,v 1.8 1994/11/10 03:22:27 phk Exp $
DDIR=/
@@ -25,6 +25,6 @@ do
mv /sbin/init /sbin/nondes_init
fi
echo "Extracting $b"
- cat $b.?? | zcat | ( cd $DDIR ; tar --unlink -xf - )
+ cat $b.?? | zcat | ( cd $DDIR ; cpio -H tar -idumV )
fi
done
OpenPOWER on IntegriCloud