Remove the --exclude libc.so.1.1 line; with a static gzip and tar we
authorJordan K. Hubbard <jkh@FreeBSD.org>
Wed, 15 Jun 1994 21:02:36 +0000 (21:02 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Wed, 15 Jun 1994 21:02:36 +0000 (21:02 +0000)
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

index 5daea79..db1170e 100644 (file)
@@ -1,5 +1,5 @@
 #!bin/sh
 #!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()
 {
 #
 set_tmp_dir()
 {
@@ -261,7 +261,7 @@ extract()
        for i in $*; do
                /tmp/cat "$i"* | 
                /tmp/gunzip |
        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
        done
        rm -f /tmp/cat /tmp/gunzip /tmp/tar
        sync