From 38a4cf4b0821f0d880d8aeb6adf2c8c55af63e20 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 3 Aug 2009 20:13:17 +0000 Subject: Remove the code from bug #278895 since we're going to need a daemon process in the ebuild's login session in order to pass signals from the controlling terminal to the detached session. A simple fifo-based approach in ebuild.sh does not seem to work since bash's read builtin occasionally loses the fifo data when it's 'Interrupted system call'. Maybe a python script will work better for the session leader/daemon. NOTE: The daemon will also be useful for implementing a fifo-based die helper (to replace the current signal- based approach). svn path=/main/trunk/; revision=13879 --- pym/portage/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 4548ec3c2..28f42ba74 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1048,7 +1048,6 @@ class config(object): "EBUILD_PHASE", "EMERGE_FROM", "HOMEPAGE", "INHERITED", "IUSE", "KEYWORDS", "LICENSE", "PDEPEND", "PF", "PKGUSE", "PORTAGE_CONFIGROOT", "PORTAGE_IUSE", "PORTAGE_REPO_NAME", - "PORTAGE_SETSID", "PORTAGE_USE", "PROPERTIES", "PROVIDE", "RDEPEND", "RESTRICT", "ROOT", "SLOT", "SRC_URI" ] -- cgit v1.2.3-1-g7c22