diff options
Diffstat (limited to 'www/zope25-Fortune/patches/patch-aa')
-rw-r--r-- | www/zope25-Fortune/patches/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/zope25-Fortune/patches/patch-aa b/www/zope25-Fortune/patches/patch-aa new file mode 100644 index 00000000000..479b83eb4bd --- /dev/null +++ b/www/zope25-Fortune/patches/patch-aa @@ -0,0 +1,8 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/10/01 17:55:43 drochner Exp $ + +--- lib/python/Products/Fortune/fortunesetup.py.orig Mon Sep 30 17:30:58 2002 ++++ lib/python/Products/Fortune/fortunesetup.py Mon Sep 30 17:31:08 2002 +@@ -1,2 +1,2 @@ +-fortunedir = '/usr/share/games/fortunes' ++fortunedir = '/usr/share/games/fortune' + maxfortune = 2048 |