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

11 lines
523 B
Text

--- conf/pygopherd.conf.orig 2006-09-11 14:10:13 UTC
+++ conf/pygopherd.conf
@@ -125,7 +125,7 @@ root = /var/gopher
# specify multiple files here -- just separate them with a colon.
# ALL of them that are found will be read.
-mimetypes = ./conf/mime.types:/etc/pygopherd/mime.types:/etc/mime.types
+mimetypes = ./conf/mime.types:%%PREFIX%%/etc/pygopherd/mime.types:/etc/mime.types
# Encodings. You can use the default with the following syntax. The
# mimetypex.encodings_map is {'.Z': 'compress', '.gz': 'gzip'}.