1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/web2ldap/files/patch-ah
Kevin Lo 184c1b22e5 Update to version 0.10.4
PR: 36201
Submitted by: MAINTAINER
2002-03-23 10:44:56 +00:00

20 lines
648 B
Plaintext

*** etc/web2ldap/web2ldapcnf/standalone.py.orig Wed Mar 20 16:02:37 2002
--- etc/web2ldap/web2ldapcnf/standalone.py Wed Mar 20 16:03:08 2002
***************
*** 48,54 ****
document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs')
# Path name of mime.types file
! mime_types = '/etc/mime.types'
# Listing of directory content (0=disabled, 1=enabled)
dir_listing_allowed = 0
--- 48,54 ----
document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs')
# Path name of mime.types file
! mime_types = '/usr/local/web2ldap/etc/mime.types'
# Listing of directory content (0=disabled, 1=enabled)
dir_listing_allowed = 0