summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-15 21:02:36 +0000
committerjkh <jkh@FreeBSD.org>1994-06-15 21:02:36 +0000
commit7d394c94632462bd43a9cf1f99e3f371d89102a8 (patch)
tree870c91cf59329d05db37158e594d693dc3d9ff0c /etc/etc.i386
parent222cd8859bd9f11e83d9c825fe4af2408ec2deab (diff)
downloadFreeBSD-src-7d394c94632462bd43a9cf1f99e3f371d89102a8.zip
FreeBSD-src-7d394c94632462bd43a9cf1f99e3f371d89102a8.tar.gz
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.
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/cpio.magic4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/cpio.magic b/etc/etc.i386/cpio.magic
index 5daea79..db1170e 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
OpenPOWER on IntegriCloud