summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/cpio.magic
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.i386/cpio.magic')
-rw-r--r--etc/etc.i386/cpio.magic6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.i386/cpio.magic b/etc/etc.i386/cpio.magic
index 3f0e731..279527e 100644
--- a/etc/etc.i386/cpio.magic
+++ b/etc/etc.i386/cpio.magic
@@ -1,5 +1,5 @@
#!bin/sh
-# $Id: cpio.magic,v 1.5 1994/04/17 19:57:35 rgrimes Exp $
+# $Id: cpio.magic,v 1.6 1994/04/26 23:26:18 jkh Exp $
#
set_tmp_dir()
{
@@ -243,7 +243,7 @@ extract()
;;
esac
#XXX ugly hack to eliminate busy files, copy them to /tmp and use them
- #from there... even uglier.. we CAN NOT LOAD libc.so.1.0 from the tar
+ #from there... even uglier.. we CAN NOT LOAD libc.so.1.1 from the tar
#balls or it spams tar!!
cp -p /bin/cat /usr/bin/gunzip /usr/bin/tar /tmp
@@ -261,7 +261,7 @@ extract()
for i in $*; do
/tmp/cat "$i"* |
/tmp/gunzip |
- (cd / ; /tmp/tar --extract --file - --preserve-permissions --exclude libc.so.1.0 ${tarverbose} )
+ (cd / ; /tmp/tar --extract --file - --preserve-permissions --exclude libc.so.1.1 ${tarverbose} )
done
rm -f /tmp/cat /tmp/gunzip /tmp/tar
sync
OpenPOWER on IntegriCloud