summaryrefslogtreecommitdiff
path: root/www/web2ldap/files/patch-ah
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-03-23 10:44:56 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-03-23 10:44:56 +0000
commit184c1b22e55a7c9576f521216fceb523f2367b0f (patch)
treeb0af4347187075173f0a4af788f59062f83cb2d0 /www/web2ldap/files/patch-ah
parentInitial import of p5-Net-SMTP-Server 1.1. (diff)
Update to version 0.10.4
PR: 36201 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=56476
Diffstat (limited to 'www/web2ldap/files/patch-ah')
-rw-r--r--www/web2ldap/files/patch-ah19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-ah b/www/web2ldap/files/patch-ah
new file mode 100644
index 000000000000..a5e6818c39e1
--- /dev/null
+++ b/www/web2ldap/files/patch-ah
@@ -0,0 +1,19 @@
+*** 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