summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-06-08 10:52:10 +0000
committercsgr <csgr@FreeBSD.org>1994-06-08 10:52:10 +0000
commitd53b5f6190e70fb7b62026588fd2d97d45f37847 (patch)
tree3dcfc85ab10794488910545f151e7ec58715a81f /etc
parent501bc7bff2d509cb6af85a281ff8c1585adf8edd (diff)
downloadFreeBSD-src-d53b5f6190e70fb7b62026588fd2d97d45f37847.zip
FreeBSD-src-d53b5f6190e70fb7b62026588fd2d97d45f37847.tar.gz
Change reference to libc.so.1.0 to libc.so.1.1.
(Pointed out by Volker Paepcke)
Diffstat (limited to 'etc')
-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