diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-23 10:44:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-23 10:44:56 +0000 |
commit | 184c1b22e55a7c9576f521216fceb523f2367b0f (patch) | |
tree | b0af4347187075173f0a4af788f59062f83cb2d0 /www/web2ldap/files/patch-ac | |
parent | Initial 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-ac')
-rw-r--r-- | www/web2ldap/files/patch-ac | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/www/web2ldap/files/patch-ac b/www/web2ldap/files/patch-ac index 4343c0e74185..2a8e7fcc263c 100644 --- a/www/web2ldap/files/patch-ac +++ b/www/web2ldap/files/patch-ac @@ -1,19 +1,13 @@ -*** etc/web2ldap/web2ldapcnf/misc.py.orig Thu Jan 11 23:35:00 2001 ---- etc/web2ldap/web2ldapcnf/misc.py Thu Jan 11 23:38:00 2001 +*** fcgi/web2ldap.py.orig Wed Mar 20 15:57:19 2002 +--- fcgi/web2ldap.py Wed Mar 20 15:57:25 2002 *************** -*** 4,10 **** - """ - - # A list with directories containing additional Python modules -! pylibdirs = ['/usr/lib/web2ldap/pylib'] +*** 1,4 **** +! #!/usr/bin/python -OO - ######################################################################## - # HTTP-Options ---- 4,10 ---- """ + fcgi/web2ldap.py - stub script for running as FastCGI server +--- 1,4 ---- +! #!/usr/local/bin/python -OO - # A list with directories containing additional Python modules -! pylibdirs = ['/usr/local/web2ldap/pylib'] - - ######################################################################## - # HTTP-Options + """ + fcgi/web2ldap.py - stub script for running as FastCGI server |