From d24ac86bd4ef4f96c8298499d5b0789731a32a33 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 12 Aug 2007 07:00:15 +0000 Subject: made emerge pausing work (again?) --- portato.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'portato.py') diff --git a/portato.py b/portato.py index 7f5308c..646e850 100755 --- a/portato.py +++ b/portato.py @@ -89,12 +89,6 @@ def main (): print _("Validation succeeded.") return elif options.nolistener: - try: - # move this process into a new process group - # this is to be able to kill emerge et al w/o killing ourselves :) - os.setsid() - except OSError: - pass listener.set_send() run() else: # start listener and start us again in root modus -- cgit v1.2.3