diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/web2ldap/files/patch-etc__web2ldap__web2ldapcnf__standalone.py_1 | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/web2ldap/files/patch-etc__web2ldap__web2ldapcnf__standalone.py_1')
-rw-r--r-- | www/web2ldap/files/patch-etc__web2ldap__web2ldapcnf__standalone.py_1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-etc__web2ldap__web2ldapcnf__standalone.py_1 b/www/web2ldap/files/patch-etc__web2ldap__web2ldapcnf__standalone.py_1 new file mode 100644 index 000000000000..0f18b8b8111a --- /dev/null +++ b/www/web2ldap/files/patch-etc__web2ldap__web2ldapcnf__standalone.py_1 @@ -0,0 +1,15 @@ +*** etc/web2ldap/web2ldapcnf/standalone.py.orig Sat Jun 5 12:03:35 2004 +--- etc/web2ldap/web2ldapcnf/standalone.py Thu Feb 24 19:57:00 2005 +*************** +*** 65,69 **** + document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs') + + # Path name of mime.types file +! mime_types = '/etc/mime.types' + +--- 65,69 ---- + document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs') + + # Path name of mime.types file +! mime_types = '%%LOCALBASE%%/etc/mime.types' + |