Remove message about race conditions in die, solved by EbuildIpcDaemon.
authorZac Medico <zmedico@gentoo.org>
Fri, 13 Aug 2010 15:35:53 +0000 (08:35 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 13 Aug 2010 15:35:53 +0000 (08:35 -0700)
bin/ebuild-helpers/die

index 7e94bc7211c3558de31823fcf6fd90dc931ff46b..9869141ddaaad337eb853f3ce88d709617585040 100755 (executable)
@@ -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