From 4f66169de145c84f3cd854e5ad636484668448f3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 22 Nov 2006 05:57:20 +0000 Subject: For bug #142993, make sure that chown and chgrp calls preserve S_ISUID and S_ISGID mode bits. svn path=/main/trunk/; revision=5114 --- bin/misc-functions.sh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'bin') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 3a1826e66..0d7244087 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -182,17 +182,6 @@ install_qa_check() { unset INSTALLTOD fi - local find_log="${T}/find-portage-log" - find "${D}"/ -user portage -print0 > "${find_log}" - if [[ -s ${find_log} ]] ; then - xargs -0 chown -h ${PORTAGE_INST_UID:-0} < "${find_log}" - fi - find "${D}"/ -group portage -print0 > "${find_log}" - if [[ -s ${find_log} ]] ; then - xargs -0 chgrp -h ${PORTAGE_INST_GID:-0} < "${find_log}" - fi - rm -f "${find_log}" - # Portage regenerates this on the installed system. if [ -f "${D}/usr/share/info/dir.gz" ]; then rm -f "${D}/usr/share/info/dir.gz" -- cgit v1.2.3-1-g7c22