]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- added patch (fixed zdctl warning start)
authorciesiel <ciesiel@pld-linux.org>
Sun, 2 May 2004 08:19:29 +0000 (08:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-zdctl.patch -> 1.1

Zope-zdctl.patch [new file with mode: 0644]

diff --git a/Zope-zdctl.patch b/Zope-zdctl.patch
new file mode 100644 (file)
index 0000000..8f08ddc
--- /dev/null
@@ -0,0 +1,15 @@
+diff -urN Zope-2.7.0/lib/python/zdaemon/zdctl.py Zope-2.7.0_chng/lib/python/zdaemon/zdctl.py
+--- Zope-2.7.0/lib/python/zdaemon/zdctl.py     2003-10-24 23:32:59.000000000 +0200
++++ Zope-2.7.0_chng/lib/python/zdaemon/zdctl.py        2004-03-23 13:08:44.808358240 +0100
+@@ -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")
This page took 0.053487 seconds and 4 git commands to generate.