From d5500fb5b44ec345951606e9469742d3b8e0ed8c Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 15 Jun 1994 21:02:36 +0000 Subject: [PATCH] Remove the --exclude libc.so.1.1 line; with a static gzip and tar we no longer need it, and it's just one more thing we would have to remember to change with every shared lib version bump. --- etc/etc.i386/cpio.magic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/etc.i386/cpio.magic b/etc/etc.i386/cpio.magic index 5daea7994ae3..db1170e84697 100644 --- a/etc/etc.i386/cpio.magic +++ b/etc/etc.i386/cpio.magic @@ -1,5 +1,5 @@ #!bin/sh -# $Id: cpio.magic,v 1.7 1994/06/08 10:52:10 csgr Exp $ +# $Id: cpio.magic,v 1.9 1994/06/12 11:05:04 csgr Exp $ # set_tmp_dir() { @@ -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.1 ${tarverbose} ) + (cd / ; /tmp/tar --extract --file - --preserve-permissions ${tarverbose} ) done rm -f /tmp/cat /tmp/gunzip /tmp/tar sync