summaryrefslogtreecommitdiff
path: root/www/zope3/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope3/patches/patch-ad')
-rw-r--r--www/zope3/patches/patch-ad15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/zope3/patches/patch-ad b/www/zope3/patches/patch-ad
deleted file mode 100644
index 32b5f8966af..00000000000
--- a/www/zope3/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2006/05/06 22:38:28 wiz Exp $
-
---- Dependencies/zdaemon-Zope-3.2.1/zdaemon/zdrun.py.orig 2006-04-28 09:02:23.000000000 +0900
-+++ Dependencies/zdaemon-Zope-3.2.1/zdaemon/zdrun.py
-@@ -85,2 +85,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
-