diff options
Diffstat (limited to 'net/pygopherd/files/patch-pygopherd.conf')
-rw-r--r-- | net/pygopherd/files/patch-pygopherd.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pygopherd/files/patch-pygopherd.conf b/net/pygopherd/files/patch-pygopherd.conf new file mode 100644 index 000000000000..09a5cff6abe0 --- /dev/null +++ b/net/pygopherd/files/patch-pygopherd.conf @@ -0,0 +1,11 @@ +--- conf/pygopherd.conf.orig Sun Sep 8 03:00:01 2002 ++++ conf/pygopherd.conf Sun Sep 8 03:00:34 2002 +@@ -119,7 +119,7 @@ + # 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'}. |