diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 14:48:21 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 14:48:21 +0000 |
commit | f77c7bc267a6580d05f1c4479625b29d3af52c90 (patch) | |
tree | 571cb2bed1fe2b705a8d0b663943f7479ecff60a /www/web2ldap/files/patch-af | |
parent | Add p5-B-Graph, a perl module for displaying perl-internals information (diff) |
Add web2ldap, an web-based LDAP client.
PR: ports/20095
Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org>
Notes
Notes:
svn path=/head/; revision=31212
Diffstat (limited to 'www/web2ldap/files/patch-af')
-rw-r--r-- | www/web2ldap/files/patch-af | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-af b/www/web2ldap/files/patch-af new file mode 100644 index 000000000000..615fef41c80b --- /dev/null +++ b/www/web2ldap/files/patch-af @@ -0,0 +1,25 @@ +*** etc/web2ldap/web2ldapcnf/standalone.py.orig Sat Jul 22 02:26:12 2000 +--- etc/web2ldap/web2ldapcnf/standalone.py Sat Jul 22 02:27:10 2000 +*************** +*** 13,22 **** + error_log = '/var/log/web2ldap/error_log' + + # Where static documents reside +! document_root = '/usr/lib/web2ldap/htdocs/' + + # Path name of mime.types file +! mime_types = '/etc/mime.types' + + # Contact mail address of the server admin when running stand-alone + server_admin = 'admin@web2ldap.de' +--- 13,22 ---- + error_log = '/var/log/web2ldap/error_log' + + # Where static documents reside +! document_root = '/usr/local/web2ldap/htdocs/' + + # Path name of mime.types file +! mime_types = '/usr/local/web2ldap/etc/mime.types' + + # Contact mail address of the server admin when running stand-alone + server_admin = 'admin@web2ldap.de' |