mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
19 lines
648 B
Text
19 lines
648 B
Text
*** 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
|