From 7131bb373c4991a3ea2cddf17b4bd0c465e430f3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Mar 2008 20:29:24 +0000 Subject: Remove the killparent() function and associated SIGINT trap since this should already be handled on the python side and it won't work with dropped privileges anyway. (trunk r9327) svn path=/main/branches/2.1.2/; revision=9581 --- bin/ebuild.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index b9abc4790..8f22fcab3 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1563,14 +1563,6 @@ if [ -n "${EBUILD_SH_ARGS}" ] && \ # source ${X} || die "Failed to source ${X}" # done -else - -killparent() { - trap INT - kill ${PORTAGE_MASTER_PID} -} -trap "killparent" INT - fi # "$*"!="depend" && "$*"!="clean" && "$*" != "setup" export SANDBOX_ON="1" -- cgit v1.2.3-1-g7c22