diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-06-08 10:52:10 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-06-08 10:52:10 +0000 |
| commit | 80dde3cb2ba293551d698cf2ad4a6293cc690071 (patch) | |
| tree | 3dcfc85ab10794488910545f151e7ec58715a81f /etc | |
| parent | d74bf590468ddf3d5b40a73598fe6ca366ba4b2f (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/etc.i386/cpio.magic | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.i386/cpio.magic b/etc/etc.i386/cpio.magic index 3f0e7311ed36..279527eea74b 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 |
