summaryrefslogtreecommitdiff
path: root/portato.py
diff options
context:
space:
mode:
authornecoro <>2007-08-12 07:00:15 +0000
committernecoro <>2007-08-12 07:00:15 +0000
commitd24ac86bd4ef4f96c8298499d5b0789731a32a33 (patch)
treea9af458fa4b00f78c77ee5b8ed8e6c95e81f8ce3 /portato.py
parent2a2d20986595f2b575e5bb371e9db026102466ba (diff)
downloadportato-d24ac86bd4ef4f96c8298499d5b0789731a32a33.tar.gz
portato-d24ac86bd4ef4f96c8298499d5b0789731a32a33.tar.bz2
portato-d24ac86bd4ef4f96c8298499d5b0789731a32a33.zip
made emerge pausing work (again?)
Diffstat (limited to 'portato.py')
-rwxr-xr-xportato.py6
1 files changed, 0 insertions, 6 deletions
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
on into a unordered listLukas Fleischer3-9/+20 2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld1-1/+1 2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer1-6/+14 2013-03-20Fix colspan valuesLukas Fleischer3-14/+28 2013-03-20html: check return value of writeJason A. Donenfeld1-2/+3 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld1-0/+1 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping1-1/+1 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping1-1/+8 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping1-1/+1 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping3-119/+80