diff options
Diffstat (limited to 'www/zope211/files/patch-lib-python-zdaemon-zdctl.py')
-rw-r--r-- | www/zope211/files/patch-lib-python-zdaemon-zdctl.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/zope211/files/patch-lib-python-zdaemon-zdctl.py b/www/zope211/files/patch-lib-python-zdaemon-zdctl.py deleted file mode 100644 index 0bdc23957476..000000000000 --- a/www/zope211/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") |