opnsense-ports/net/pygopherd/files/patch-bin_pygopherd
Franco Fichtner c40bc0b849 */*: sync with upstream
Taken from: FreeBSD
2016-10-27 17:00:56 +02:00

11 lines
273 B
Text

--- bin/pygopherd.orig 2005-09-22 13:00:21 UTC
+++ bin/pygopherd
@@ -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]