summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-13 08:35:53 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-13 08:35:53 -0700
commit920e16202f0af9b05cee4b52d965a9b4c65fab2f (patch)
treedd3b2e9f34f23e46eccf02cb1dfd943f53cffa4b /bin/ebuild-helpers
parent95559f3baaf2aa821ce57d592edc806bc4f68ecb (diff)
downloadportage-920e16202f0af9b05cee4b52d965a9b4c65fab2f.tar.gz
portage-920e16202f0af9b05cee4b52d965a9b4c65fab2f.tar.bz2
portage-920e16202f0af9b05cee4b52d965a9b4c65fab2f.zip
Remove message about race conditions in die, solved by EbuildIpcDaemon.
Diffstat (limited to 'bin/ebuild-helpers')
-rwxr-xr-xbin/ebuild-helpers/die6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/ebuild-helpers/die b/bin/ebuild-helpers/die
index 7e94bc721..9869141dd 100755
--- a/bin/ebuild-helpers/die
+++ b/bin/ebuild-helpers/die
@@ -1,11 +1,7 @@
#!/bin/bash
-# Copyright 2009 Gentoo Foundation
+# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# TODO: Eliminate race condition in signal delivery by using pipe or socket
-# IPC to guarantee that the ebuild process and all of its children (including
-# this helper) are killed immediately, ensuring that "false success" is
-# impossible.
source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
die "$@"
exit 1