mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Change reference to libc.so.1.0 to libc.so.1.1.
(Pointed out by Volker Paepcke)
This commit is contained in:
parent
d74bf59046
commit
80dde3cb2b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1694
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user