mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
$NetBSD: patch-aa,v 1.2 2011/10/31 08:45:08 obache 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 = '@PKG_SYSCONFDIR@/pygopherd.conf'
|
|
if len(sys.argv) > 1:
|
|
conffile = sys.argv[1]
|
|
|