aboutsummaryrefslogtreecommitdiff
path: root/www/zope210/files/patch-lib-python-zdaemon-zdctl.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope210/files/patch-lib-python-zdaemon-zdctl.py')
-rw-r--r--www/zope210/files/patch-lib-python-zdaemon-zdctl.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/zope210/files/patch-lib-python-zdaemon-zdctl.py b/www/zope210/files/patch-lib-python-zdaemon-zdctl.py
deleted file mode 100644
index 0bdc23957476..000000000000
--- a/www/zope210/files/patch-lib-python-zdaemon-zdctl.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/python/zdaemon/zdctl.py.orig Fri Oct 24 23:32:59 2003
-+++ lib/python/zdaemon/zdctl.py Fri Apr 2 01:55:59 2004
-@@ -208,9 +208,9 @@
- args += self._get_override("-z", "directory")
- args.extend(self.options.program)
- if self.options.daemon:
-- flag = os.P_WAIT
-- else:
- flag = os.P_NOWAIT
-+ else:
-+ flag = os.P_WAIT
- os.spawnvp(flag, args[0], args)
- elif not self.zd_pid:
- self.send_action("start")