diff options
author | necoro <> | 2007-08-12 07:00:15 +0000 |
---|---|---|
committer | necoro <> | 2007-08-12 07:00:15 +0000 |
commit | d24ac86bd4ef4f96c8298499d5b0789731a32a33 (patch) | |
tree | a9af458fa4b00f78c77ee5b8ed8e6c95e81f8ce3 /portato.py | |
parent | 2a2d20986595f2b575e5bb371e9db026102466ba (diff) | |
download | portato-d24ac86bd4ef4f96c8298499d5b0789731a32a33.tar.gz portato-d24ac86bd4ef4f96c8298499d5b0789731a32a33.tar.bz2 portato-d24ac86bd4ef4f96c8298499d5b0789731a32a33.zip |
made emerge pausing work (again?)
Diffstat (limited to '')
-rwxr-xr-x | portato.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |