diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/web2ldap/files/patch-fcgi__web2ldap.py | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363346
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 |