opnsense-ports/net/pygopherd/files/patch-pygopherd
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
299 B
Text

--- bin/pygopherd.orig Sun Sep 8 02:58:15 2002
+++ bin/pygopherd Fri Aug 9 01:59:33 2002
@@ -24,7 +24,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]