diff options
Diffstat (limited to 'www/web2ldap/files/patch-fcgi__web2ldap.py')
-rw-r--r-- | www/web2ldap/files/patch-fcgi__web2ldap.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-fcgi__web2ldap.py b/www/web2ldap/files/patch-fcgi__web2ldap.py new file mode 100644 index 000000000000..2a8e7fcc263c --- /dev/null +++ b/www/web2ldap/files/patch-fcgi__web2ldap.py @@ -0,0 +1,13 @@ +*** fcgi/web2ldap.py.orig Wed Mar 20 15:57:19 2002 +--- fcgi/web2ldap.py Wed Mar 20 15:57:25 2002 +*************** +*** 1,4 **** +! #!/usr/bin/python -OO + + """ + fcgi/web2ldap.py - stub script for running as FastCGI server +--- 1,4 ---- +! #!/usr/local/bin/python -OO + + """ + fcgi/web2ldap.py - stub script for running as FastCGI server |