summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-10 07:18:58 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-10 07:18:58 +0000
commit5a1c8aa2d7cd79170aab7c0be84bd3a1938d4d22 (patch)
tree1f651226b774224e116f29e8df42e9708eec0c73 /bin/ebuild.sh
parentbe06833cb95c312db84a220439eb3c84cdd23154 (diff)
downloadportage-5a1c8aa2d7cd79170aab7c0be84bd3a1938d4d22.tar.gz
portage-5a1c8aa2d7cd79170aab7c0be84bd3a1938d4d22.tar.bz2
portage-5a1c8aa2d7cd79170aab7c0be84bd3a1938d4d22.zip
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. svn path=/main/trunk/; revision=9327
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 61f6e18fe..0c9a6760a 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1565,14 +1565,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"