13 lines
381 B
Text
13 lines
381 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/06/21 02:05:46 dvol Exp $
|
|
|
|
--- bin/pygopherd.orig 2003-08-23 18:31:54.000000000 +0200
|
|
+++ bin/pygopherd 2003-08-28 20:39:34.000000000 +0200
|
|
@@ -23,7 +23,7 @@
|
|
from pygopherd import *
|
|
import sys
|
|
|
|
-conffile = '/etc/pygopherd/pygopherd.conf'
|
|
+conffile = '%%PREFIX%%/etc/pygopherd/pygopherd.conf'
|
|
if len(sys.argv) > 1:
|
|
conffile = sys.argv[1]
|
|
|