diff options
Diffstat (limited to 'www/web2ldap/files/patch-af')
-rw-r--r-- | www/web2ldap/files/patch-af | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/www/web2ldap/files/patch-af b/www/web2ldap/files/patch-af index 1f03743a1c74..3437bbb8233a 100644 --- a/www/web2ldap/files/patch-af +++ b/www/web2ldap/files/patch-af @@ -1,30 +1,13 @@ -*** sbin/web2ldap.py.orig Thu Jan 11 23:46:19 2001 ---- sbin/web2ldap.py Thu Jan 11 23:47:16 2001 +*** sbin/pickleasn1cfg.py.orig Wed Mar 20 15:58:31 2002 +--- sbin/pickleasn1cfg.py Wed Mar 20 15:58:52 2002 *************** *** 1,4 **** ! #!/usr/bin/python - ######################################################################## - # web2ldap - web-based LDAP Client, see http://www.web2ldap.de ---- 1,4 ---- -! #!/usr/local/bin/python2.0 + import sys - ######################################################################## - # web2ldap - web-based LDAP Client, see http://www.web2ldap.de -*************** -*** 13,19 **** +--- 1,4 ---- +! #!/usr/local/bin/python - if os.name == 'posix': - # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems -! sys.path.insert(0,'/etc/web2ldap') - else: - # For finding web2ldapcnf.py in system dirs on Windows systems - for i in ['SystemRoot','windir']: ---- 13,19 ---- + import sys - if os.name == 'posix': - # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems -! sys.path.insert(0,'/usr/local/web2ldap/etc/web2ldap') - else: - # For finding web2ldapcnf.py in system dirs on Windows systems - for i in ['SystemRoot','windir']: |