summaryrefslogtreecommitdiff
path: root/www/zope3/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope3/patches/patch-ac')
-rw-r--r--www/zope3/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/zope3/patches/patch-ac b/www/zope3/patches/patch-ac
deleted file mode 100644
index 42866ac7d50..00000000000
--- a/www/zope3/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2006/05/06 22:38:28 wiz Exp $
-
---- Dependencies/zdaemon-Zope-3.2.1/zdaemon/zdctl.py.orig 2006-04-28 09:02:23.000000000 +0900
-+++ Dependencies/zdaemon-Zope-3.2.1/zdaemon/zdctl.py
-@@ -60,2 +60,10 @@
- sys.path.append(dirname(scriptdir))
-+ here = os.path.dirname(os.path.realpath(__file__))
-+ swhome = os.path.dirname(here)
-+ for parts in [("src",), ("lib", "python"), ("Lib", "site-packages")]:
-+ d = os.path.join(swhome, *(parts + ("zdaemon",)))
-+ if os.path.isdir(d):
-+ d = os.path.join(swhome, *parts)
-+ sys.path.insert(0, d)
-+ break
-