diff options
Diffstat (limited to 'net/pygopherd/patches/patch-ac')
-rw-r--r-- | net/pygopherd/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/pygopherd/patches/patch-ac b/net/pygopherd/patches/patch-ac new file mode 100644 index 00000000000..8384e8db80a --- /dev/null +++ b/net/pygopherd/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2003/09/30 17:27:30 recht Exp $ + +--- conf/pygopherd.conf.orig 2003-08-23 23:31:03.000000000 +0200 ++++ conf/pygopherd.conf 2003-08-28 20:40:35.000000000 +0200 +@@ -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'}. |